*, body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#pageWrap {
	width:					1000px;
	background-color:		transparent;

}


div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		black url(../images/navBG.png) repeat-x 0 0 scroll;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#fff;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(../images/navHover.png) repeat-x 0 0 scroll;
}


.clear	{ clear: both; }

.colorFont	{ 
font-size:12px;
color:#0d2551;
font-family:Verdana, Geneva, sans-serif;
text-align:center;
line-height:15px;
 }

.smallFont	{ color:black;
font-size:12px;
padding-left:7px;
line-height:normal;
text-align:left; }

.normalFont	{ color:black;
font-size:12px;
padding-left:3px;
line-height:normal;
text-align:left; }

.whiteFont	{ color:white;
font-size:13px;
padding-left:3px;
line-height:normal;
text-align:center;
}

.footer {
   bottom:0;
   width:1000px;
   height:142px;   /* Height of the footer */
   background:		white url(../images/bottomBar.jpg) repeat-x 0 0 scroll;   
}
