@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;	
}
#container {
	text-align: left;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#subcontainer {  
 	position:relative;
}
#d-el1 {
	position: absolute;
	top: 0px;
	left: 60px;
	z-index:10;
}
#d-el2 {
	position: absolute;
	top: 123px;
	left: 0px;
	z-index:10;
}
#d-el3 {
	position: absolute;
	top: 0px;
	left: 140px;
	z-index:10;
}
#d-el4 {
	position: absolute;
	top: 175px;
	left: 0px;
	z-index:10;
}
#d-el5{
	position: absolute;
	top: 85px;
	left: 168px;
	z-index:10;
	white-space: nowrap;
}
#d-el5 img{
	margin-right: 15px;
}
#d-el9 {
	position: absolute;
	top: 0px;
	left: 463px;
	z-index:10;
}

#d-el10 {
	position: absolute;
	top: 142px;
	left: 168px;
	z-index:10;
}
#d-el7{
	position: absolute;
	top: 565px;
	left: 160px;
	z-index:20;
	white-space: nowrap;
}
#d-el8{
	position: absolute;
	top:445px;
	left: 170px;
	z-index:20;
	white-space: nowrap;
}
#maincontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 785px;
	background-color:#FFFFFF;
	padding-top: 221px;
	padding-left: 168px;
	z-index:1;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	min-height:379px;
}
#submaincontent {
	position:relative;
	padding:0px;
	width: 265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	z-index:100;
}
#footcontainer {
	position:relative;
}
#fd-el1 {
		position: absolute;
		top: 0px;
		left: 0px;
		}
.navbut{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0065a6;
	text-transform: uppercase;
	height: 16px;
	width: 126px;
	padding-right: 14px;
	text-align: right;
	background-image: url(2008images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 132px;
	padding-top: 6px;
		}
		
		.navbut a{
	color: #0065a6;
	text-transform: uppercase;
	text-decoration: none;
		}
.navseperator {
	background-image: url(2008images/nav_dots.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 140px;	
}
.bluetext {
	font-size: 13px;
	color: #0060a3;
}
.bluetext a{
	color: #0060a3;
	text-decoration:none;
}
.blacktext {
	color: #000000;
}