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

body{
	margin:25px;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:11px;	
	color: #666666;
	background: #ffee99 url(../img/background.jpg) top repeat-x;
	line-height:16px;
}

h1 {
	margin:0px 10px 10px 10px;
	font-size:18px;
	font-weight:bold;
	color:#219642; /*green*/
	font-family: Tahoma;  
}

h2 { 
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #204094; /*blue */	
}
p {
	padding-left: 10px;
}

#wrapper {
	width: 860px;
	height: 665px;
	background:url(../img/content_bkgd.jpg) top no-repeat;
	margin: 15px auto 0px auto;
}

#homeLeftCol {
   width: 375px;
   height: auto;
   padding: 20px;
   float:left;
}

#homeRightCol {
	width: 402px;
	height: auto;
	padding:20px;
	float: left;
	text-align:right;
}
#homeRightCol a, a:link {
	margin:0;
	padding: 0;
	padding-left: 6px;
	line-height: 0;
	background: none;
	border: none;
}
#homeNav {
  height:300px;
  width: 390px;
}

#homeNav a, a:link, a:visited {
	border: 1px solid #ffd153;
	width: 360px;
	height: 66px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	padding:8px;
	background: transparent url(../img/btn_HomeNav_bkgd.jpg) left repeat-x;
	color: #204094;
	text-decoration:none;
	font-size: 16px;
	line-height: 66px;
	display:block;
	
} 
#homeNav a:hover {
	color: #219642;	
	background: #ffd559;
}
#bottomNav {
	height: 37px;
	width: 829px;
	display:block;
	text-align:left;
	float:left;
	padding-left: 30px;
	background: transparent url(../img/footer.jpg) left no-repeat;
}
#bottomNav a.bn, a.bn:link {
    text-decoration: none;
	border: none;
	width: auto;
	height: 37px;
	margin-bottom:0;
	text-align:left;
	padding:0;
	background:none;
	text-decoration:none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#203d67;
	line-height:37px;
	float: left;
	display:block;
	margin-right: 10px;
}
#bottomNav a.bn:hover {
	color: #289640;
}

#footer {
	color: #333333;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	display:block;
	padding-left: 260px;
	margin: 0px auto;
	width: 800px;
	float:left;
}
#footer a, a:link, a:visited {
	border: none;
	width: auto;
	height: auto;
	margin-bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0px;
	background: none;
	color: #204094;
	text-decoration:none;
	font-size: 10px;
	line-height: normal;
	display:inline;
	
} 

#footer a:hover {
	color: #219642;	
	text-decoration:underline;
	background: #none;
}

*html #footer {
	color: #333333;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	display:block;
	padding-left: 30px;
	margin-top: 15px;
	width: 800px;
	float:left;
}