html {
	overflow-y:scroll;
}
html, body {
	/*background-image:url(../images/graphics/background.jpg);
	background-color:#D0E4FC;*/
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif!important;
}

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

a {
	color:#003366;
	text-decoration:none;
	font-size:11px;
}

home_links {
	font-size:10px;
	text-decoration:none;
	color:#006699;
}

home_links a {
	font-size:10px;
	text-decoration:none!important;
	color:#006699;
}

/* 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:110px;
	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:880px;
	overflow:hidden;
	background:#FFF;
	padding: 10px;
	text-align:left;
	}
	
.content {
	width:900px;
	background:#FFF;
	padding-top: 10px;
	text-align:justify;
	float:left;
	}
	
.content_workshop {
	width:650px;
	background:#FFF;
	padding-top: 10px;
	text-align:justify;
	float:left;
	}
	
workshop_links {
	width:230px;
	float:left;
	padding-left:10px;
	}
	
workshop_links a {
	width:230px;
	float:left;
	
	color:#FFFFFF!important;
	}

.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;
	text-align:justify;
	}
	
.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;
	background-color:#FFF;
	margin-top:145px;
}



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

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

	float:right;
	text-align:right;

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


.bodyfade {
	padding:0;
}
.bodyfade, .bodyfade span {
	display:block;
	width:714px;
	height:300px;
	background:#fff;
}

/* = = = = = = = = = = = = = [ Functional Stuff Below Here ] = = = = = = = = = = = = = */
.fademoo {
	overflow:hidden;
	position:relative;
}
.fademoo span {
	position:absolute;
}


