@charset "utf-8";
/* CSS Document */

		html, body { margin: 0; padding: 0; }
		
		body { 
		padding-bottom: 20px; 
		text-align: center; 
		background-image: url(../bg/homeBG.jpg);
		background-repeat: no-repeat;
		background-position: 50% 60px; 
		background-color: #072474 ;
		}

h1 {
	font-size: 14px;
	color: #291d0e; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wrapper  {
	margin: 0 auto; 
	height: auto ;/* overwrite the height */
	width: 771px;
	}
div#footer {
   width:770px;
	height:56px;
	background-color: #072376;
	clear: both;
	padding: 0;
	margin: 0;
}

.mainfont  {
	font-size: 11px;
	color: #291d0e; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	.titlefont  {
	font-size: 14px;
	color: #291d0e; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	.mainfontwhite  {
	font-size: 11px;
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.mainfontwhite  a:link {
color:#FFD700;
text-decoration: none;
text-underline-style: dotted;
}
.mainfontwhite  a:visited {
color:#FFD700;
text-decoration: none;
text-underline-style: dotted;
}
.mainfontwhite  a:hover {
background-color:#595043;
color:#FFFFFF;
text-decoration:none;
}
.topSectionNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	padding: 10px 0px 10px 0px; 
	/*background-image:url(/resources/graphics/topnav-bg.jpg); 
	background-repeat: repeat-x; */
	background-color: #072474;
	border-bottom: solid 2px #FDF600;
}
.topSectionNav a:link, .topSectionNav a:visited, .topSectionNav a:active {
	color: #ffffff;
	text-decoration: none;
}
.topSectionNav a:hover {
	color:#FEDD00;
	text-decoration: none;
}
div#credittag{
   width:768px;
	height:10px;
	background-color: #072474;
	text-align: right;
}
.main_font_yellow {
	color: #5670b8;
	font-family:"Trebuchet MS", Helvetica,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.2em;
	}
.main_font_yellow a:link {
color:#5670b8;
text-decoration: none;
text-underline-style: dotted;
}
.main_font_yellow a:visited {
color:#5670b8;
text-decoration: none;
text-underline-style: dotted;
}
.main_font_yellow a:hover {
background-color:#645750;
color:#FFFFFF;
text-decoration: underline;
}	
