body {
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-color: #1e4b75;
	text-align: center;
	margin: 0px;
	}
	
#pagecenter {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	}	
	
#container {
	background-image: url(images/filler4.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 800px;
	padding: 0px;
	}
	
.specdiv {
	float: right;
	width: width 150px;
	margin-right: 60px;
	}	
	
#banner {
	height: 102px;
	width: 688px;
	text-align: left;
	float: left;
	}
	
#navbar {
	width: 688px;
	padding: 0px;
	float: left;
	text-align: left;
	}
	
#content {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat; 
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: justify;
	line-height: 150%;
	}
	
#contentright {
	background-image: url(images/filler_right.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 238px;
	height: 656px;
	}	
	
#leftcolumn {
	width: 195px;
	height: 687px;
	float: left;
	}
	
#rightcolumn {
	width: 195px;
	height: 687px;
	float: right;
	}	

#type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #12284b;
	float: left;
	text-align: justify;
	width: 520px;
	height: auto;
	padding-left: 2em;
	line-height: 150%;
	}	
	
.newsdiv {
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 210px;
	height: 298px;
	}	
	
.newsdivtext {
	padding-top: 7em;
	padding-left: 1em;
	padding-right: 1em;
	color: #99CCFF;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 86px;
	}	

#centerfoot {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	}
	
#footfill {
	background-image: url(images/foot_fill.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 86px;
	}	
	
.left {
	float: left;
	margin-bottom: 1em;
	}	
	
.clearleft {
	clear: left;
	}	
	
.right {
	float: right;
	}	

.center {
	text-align: center;
	}
	
.contentdiv {
	text-align: center;
	margin-left: 2em;
	padding-top: 2em;
	}
	
.contentdiv2 {
	float: right; 
	width: 200px;
	padding: 1.5em;
	text-align: justify;
	font-size: .85em;
	color: #9cb9e4;
	}	
	
.copyright {
	position: relative;
		left: -115px;
		top: 28px ;
	font-size: .7em;
	color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
a.blue:link {
	color: #333399;
	}	
	
a.blue:hover {
	color: #FF6600;
	}	

a:link {
	color: #FFCC00;
	outline-style:none;
	}
	
a:visited {
	color: #00CCCC;
	outline-style:none;
	}
	
a:hover {
	color: #FF9900;
	outline-style:none;
	}
	
a:active {
	color: #000066;
	outline-style: none;
	}				


