@charset "UTF-8";

.VrdBlularge {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #00405E;


}

.VrdBlusmall {
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #00405E;


}

.VrdBlusmallblue {
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #9bb6c9;


}
body {
	background-color: #A89166;
	margin-top: 0px;
}
/* CSS Document */


#container{
	position: relative;
	width: 990px;
	margin: 0 auto;
	text-align: center;
	background-color: #d5d5cd;
	
}
	
#header{
	position: relative;
	width: 990px;
	height:144px;
	background-color: #2C2417;	
}
#global_nav{
	position: relative;
	width: 990px;
	height:43px;
	
}
#content{
	position: relative;
	width: 990px;
	background-color: #d5d5cd;
		
	
}

#contentleft{
	width: 277px;
	top: 0px;
	background: #023f63;
	float: left;
	position: absolute;
}

#pagecopy{
	width: 680px;
	top:0px;
	position: relative;
	left: 280px;
	padding: 20px;
	
}

#contentright{
	position: absolute;
	width: 307px;
	top:77px;
	float: left;
	left: 685px;
}
#contentfooter{
	position: relative;
	width: 990px;
	background-color: #437DA2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #93b6cc;
}
#homecopy{
	position: relative;
	width: 960px;
	padding: 10px 10px 10px 20px;	

}
