body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	}
	
#pagecenter {
	margin-right: auto;
	margin-left: auto;
	width: 791px;
	}	
	
#banner {
	height: 86px;
	}	
	
#container {
	background-image: url(images/filler.png);
	background-repeat: repeat-y;
	float: left;
	width: 791px;
	padding: 0px;
	}
	
#navbar {
	text-align: center;
	}
	
#content {
	background-image: url(images/content.png);
	background-repeat: no-repeat; 
	height: auto;
	width: 763px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: left;
	float: left;
	}
	
#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: right;
	text-align: left;
	width: 450px;
	height: auto;
	padding-left: 2em;
	padding-right: 1em;
	line-height: 200%;
	}	
	
.quotediv {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 150%;
	width: 450px;
	color: #999999;
	line-height: 200%;
	margin: 0px;
	}	
	
.rightdiv {
	float: left;
	width: 200px;
	line-height: 200%;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}	
	
.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.png);
	background-repeat: no-repeat;
	float: left;
	width: 791px;
	height: 72px;
	}	
	
#footfill {
	background-image: url(images/foot_fill.png);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 72px;
	}
	
.footcenter {
	margin-right: auto;
	margin-left: auto;
	width: 791px;
	}		
	
.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 {
	font-size: .7em;
	color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	}	

a:link {
	color: #CC6600; 
	outline-style:none;
	}
	
a:visited {
	color: #666666;
	outline-style:none;
	}
	
a:hover {
	color: #FF9933;
	outline-style:none;
	}
	
a:active {
	color: #666666;
	outline-style: none;
	}				


