html, body{
	background: url('../image/site/background.png') repeat-x #309DD4 !important;
	background-color: #2693CF;
	font-family: verdana;
	padding:0px;
	margin:0px;
} 

#wrapper{
	width:725px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#header{
}

#topText{
	background: url('../image/site/topTextBackground.png') no-repeat;
	background-position: 4px 0px;
	width: 710px;
	height: 30px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #1F4679;
}

#topTextShadow{
	position:absolute;
	top:1px;
	width: 710px;
	height: 30px;
	padding-left: 9px !important;
	padding-left: 0px;

	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #1F4679;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

#banner{
	padding:10px 5px 10px 5px;;
	margin: 2px 11px 0px 12px;
	text-align: left;
	font-size: 30px;
	line-height: 103px;
	background: #1F4475;
	color: #FFFFFF;
}

#topNav{
	padding: 5px 0px 5px 0px;
	margin: 5px 11px 5px 12px;

	background: #1F4475;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#topNav a:link,
#topNav a:active,
#topNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#topNav a:hover{
	color: #2A90C8;
	padding-left: 15px;
	padding-right: 15px;
}

#body{
	background: url('../image/site/swoosh.gif') no-repeat;
	background-position: top right;
	margin:0px 11px 0px 12px;
	text-align:left;
	font-size: 12px;
}

#bodyLeft{
	width:200px;
	float:left;
}

#boxHeading{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 2px 0px;
	background: url('../image/site/boxHeading.gif');
	font-size: 20px;
	color: #FFFFFF;
	height:30px;
	line-height: 30px;

}

#box{
	background: #F3F3F6;
	border: dotted 1px #BBBDCC;
	border-width: 0px 1px 1px 1px;
	padding:10px 5px 30px 5px;
	margin: 0px 0px 2px 0px;
}

#line{
	margin: 2px 0px 2px 0px;
	border: solid 1px;
	border-color: #DCDDE6 #FFFFFF #FFFFFF #FFFFFF;
	border-width:1px 0px 1px 0px;
}

#bodyRight{
	padding: 22px 20px 10px 225px;	
}

#bodyRight table
{
	padding: 22px 20px 10px 0px;	
}

#bodyRight h2{
	color:#666666;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:20px 0px 15px 0px;
}

.learnMore{
	float:right;
	 font-style: italic;
	 color: #AAAAAA;
}

.learnMore a:link,
.learnMore a:active,
.learnMore a:visited{
	color: #AAAAAA;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

.learnMore a:hover{
	color:#AAAAAA;
	text-decoration: underline;
}

#footer{
	background:#1F4475;
	width:725px;
	text-align:left;
}

#footerBody{
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	padding:1px 5px 0px 5px;
	margin-bottom:0px;
	/* border: solid 1px #000000; */
}

#footerBody a:link,
#footerBody a:active,
#footerBody a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footerBody a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

span.copyright{
	color: #CCCCCC;
}

#footerBody p{
	padding:5px;
	margin:0px;
}


#footerBottom{
	height:10px;
	background:#1F4475;
	padding:0px;
	margin:0px 0px 0px 0px;
	
	border:solid 0px #000000;
}

div.leftCorner{
	margin-top: -1px;
	line-height: 10px;
	background: url('../image/site/cornerBottomLeft.gif') no-repeat;
	float:left;
}

div.rightCorner{
	margin-top: -1px;
	line-height: 10px;
	background: url('../image/site/cornerBottomRight.gif') no-repeat;
	background-position: top right;
	float:right;
}