#mainLogo {
	position: absolute;
	left: 10px; top: 10px;
}

#topMenuRow {
	padding-left: 183px;
	margin-top: 20px;		
	padding-bottom: 5px;
	font: bold 12px Tahoma;
	color: #5f5d5f;			
}	

#headerCont {
	background: url('/images/headerBG.gif') repeat-x; 
	height: 139px; 
	text-align: center;
}

#headerBannersRow {
	width: 850px; 
	margin: 0 auto;
	background: #ffffff;
}

#headerBannersRow img {
	margin: 0 5px 0 5px;
}

/*Collums Construct*/
#mainContainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
	
#footerRow {
	/* font: 11px Tahoma; color: #CCCCCC; text-align: center; height: 30px; clear: both; */
	margin-top:20px;
	clear: both;
	padding-top: 7px;
	padding-bottom: 7px;
	/*background: #e9e4d6;*/
	background: url('/images/footerBG.jpg') repeat-x; color: white;
	border-top: solid 2px #000;
	border-bottom: solid 1px #333;
	font-size: 11px;
	text-align: center;
}

#topMenuRow A {color: #5f5d5f; text-decoration: none; }
#topMenuRow A:hover { text-decoration: underline; color: #a21818; }
#bottomMenuRow { font-size: 12px; color: #FFFFFF; font-weight: bold; }
#bottomMenuRow A {color: #FFFFFF; text-decoration: none; }
#bottomMenuRow A:hover { text-decoration: underline; color: #cccccc; }
