body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #ECECEC;
	text-align:justify;
}


.blue-headers {
	color: #006685;
	font-size: 130%;
	
	
}

a {
	color: #ffffff;
	text-decoration:none;
	font-size: 110%;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
	
}

.small-white{
	color: #FFFFFF; 
	font-size:70%; 
	

}


.leftcol{
	font-size: 75%;
}

.left-col-but {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration:none;
	color:#000000;
}

.left-col-but:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration:underline;
	color:#000000;
}

.wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top:0px; 
	width:700px; 
	z-index:1; 
	background-position:top left; 
	background-repeat:no-repeat; 
	background-color:#FFFFFF; 
	border:1px solid #000000
}
.logo {

	position:absolute; 
	left:8px; 
	top:0px; 
	width:303px; 
	height:116px; 
	z-index:4; 
	background-repeat:no-repeat;
	background-image: url(../images/logo.jpg); 
	layer-background-image: url(../images/logo.jpg); 
}

.topnav {
	position:relative; 
	left:470px; 
	top:0px; 
	width:214px; 
	height:42px; 
	z-index:2; 
	background-color:#909195;
	background-image: url(../images/grey-box.jpg); 
	background-position:center;
	layer-background-image: url(../images/grey-box.jpg);
}

.mainnav {
	position:relative; 
	left:8px; 
	top:24px; 
	width:677px; 
	height:166px; 
	z-index:1; 
	background-color: #006685; 
	background-image: url(../images/header.jpg); layer-background-image: url(../images/header.jpg); 
	background-repeat:no-repeat;
}

.top-left-col {
	position:absolute; 
	left:470px; 
	top:243px;
	width:210px; 
	min-height:95px; 
	z-index:3; 
	border:2px solid #CDCECE; 
	background-color: #E6E7E8;  
	background-image: url(../images/top-left-box.jpg);  
	background-repeat:repeat-x;
}


.mid-left-col {
	position:absolute; 
	left:470px; 
	top:371px; 
	width:210px; 
	min-height:95px; 
	z-index:3; 
	border:2px solid #CDCECE; 
	background-color: #E6E7E8; 
	background-image: url(../images/mid-left-box.jpg); 
	background-repeat:repeat-x;
}



.bot-left-col {
	position:absolute; 
	left:470px; 
	top:499px; 
	width:210px; 
	min-height:95px; 
	z-index:3; 
	border:2px solid #CDCECE; 
	background-color: #E6E7E8; 
	background-image: url(../images/bot-left-box.jpg); 
	background-repeat:repeat-x;
}


.main-content {
	position:relative; 
	left:29px; 
	top:30px; 
	width:412px; 
	min-height:314px; 
}

.footer {
	position:relative; 
	margin-top:160px; 
	left:0px; 
	width:700px; 
	height:35px; 
	background-color:#006685; 

}

.black-hovers {
	color: #006685;
	text-decoration:none;
	font-size: 100%;
	}


.black-hovers:hover {
	color:#006685;
	text-decoration:underline;
	font-size: 100%;

}