html {
	overflow-y:scroll;
}
html, body {
	background-image:url(../images/graphics/background.jpg);
	background-color:#D0E4FC;
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#5587C4;
}
a:hover {
	color:#003366;
}




/* CORE CLASSES */
.container {
	width:900px;
	margin:12px;
	text-align:left;
	background:#fff;
}

/* HEADER STYLES */
.header {
	background:#006;
	color:#FFF;
	
}
.header, .header a {
	color:#FFF;
}
.header_left {
	float:left;
	text-align:left;
	width:900px;
	height:140px;
	background-image:url(../images/graphics/banner.jpg);	
}
.header_right {
	background:#00C;
	float:right;
	text-align:right;
	display:none;
	
}
.header_center {
	text-align:center;
	display:none;
}
.header, .header_left, .header_right {
}

/* NAV STYLES */
.nav {
	clear:both;
	line-height:22px;

	text-align:left;
}

.homemaintext {
	width:660px;
	height:380px;
	background:#FFF;
	padding: 10px;
	text-align:left;
	}
	
.content {
	width:660px;
	background:#FFF;
	padding: 10px;
	text-align:left;
	float:left;
	}
	
.maintext {
	width:880px;
	background:#FFF;
	padding: 10px;
	text-align:center;
	}	

.nav, .nav a {
	color:#FFF;
}

/* BODYMAIN STYLES */
.bodymain {
	width:900px;
	background:#fff;
}

.righthand_advert {
	width:200px;
	background-color:#fff;
	float:right;
	padding:10px;
}
.bodymain_image {
	background:#FFF;
	width:900px;
	height:170px;
	padding-top:10px;
	
}

.bodymain_divider {
	background:#FFF;
	width:900px;
	height:10px;
	background-image:url(../images/graphics/divider.png);
	}
	
.bodymain_content {
	background:#FFF;
	width:880px;
	min-height:250px;
	color:#666;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
	}
	
.newsbox	{
	border: 1px solid #CCCCCC;
	background-color:#fff;
	padding:5px;
	width:180px;
	text-align:left;
	height:170px;
}	
	
.bodymain_left {
	text-align:left;
	background:#999;
	float:left;
	width:200px;
	visibility:hidden;
}
.bodymain_right {
	text-align:right;
	background:#999;
	float:right;
	width:200px;
	visibility:hidden;
}
.bodymain_center {
	text-align:center;

}
.bodymain, .bodymain_left, .bodymain_right {
}

.middle {
	width:680px;
	height:340px;
	background-color:#FFF;
}

.imgright {
	float:right;
	margin: 0 0 0 20px;
}

/* FOOTER STYLES */
.footer {
	clear:both;
	line-height:22px;
	background-color: #5587C4;
	padding: 5px;
}
.footer, .footer a {
	color:#FFF;
}
.footer_left {

	float:left;
	text-align:left;
	width:600px;
}
.footer_right {

	float:right;
	text-align:right;

}
.footer_center {
	text-align:center;
	visibility:hidden;
}
