@charset "UTF-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #dadfdd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1
{
	font: Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#007b85;
}

A:link {text-decoration: none; color:#95b9b9;}
A:visited {text-decoration: none; color:#95b9b9;}
A:active {text-decoration: none; color:#007a85;}
A:hover {text-decoration: none; color:#007a85;}

.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	width: 1024px;
	height: 88px;
	background: #dadfdd;
	padding: 0;
	float: left;
}

.oneColFixCtr #title {
	width: 1024px;
	height: 163px;
	background: #dadfdd;
	padding: 0;
	margin: 0;
	float: left;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	width: 1024px;
	height: auto;
	border: 0;
	float: left;
}

.spacerLeft {
	width: 152px;
	height: 435px;
	background-image:url(images/main1.jpg);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	float: left;
	overflow:hidden; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.navLeft {
	width: 221px;
	height: 435px;
	background-image:url(images/main2.jpg);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	float: left;
	overflow:hidden; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.spacerSmallRight {
	width: 16px;
	height: 435px;
	background-image:url(images/main4.jpg);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	float: left;
	overflow:hidden; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.spacerRight {
	width: 154px;
	height: 435px;
	background-image:url(images/main5.jpg);
	background-repeat:repeat-y;
	margin: 0;
	border: 0;
	float: left;
	overflow:hidden; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #maincontent {
	float:left;
	width: 481px;
	height: 435px;
	margin: 0;
	background:#FFFFFF;
	padding: 0;
	overflow:hidden; 
}

.maincontentimg {
	float:left;
	width:481px;
	height:218px;
	margin:0;
	padding:0;
	background:#FFFFFF;	
}

.maincontentcopy {
	float:left;
	width: 461px;
	height: 425px;
	margin: 0;
	background:#FFFFFF;
	padding: 0px 10px 10px 10px;
	overflow:auto; 
}

.maincontentHome {
	float:left;
	width: 461px;
	height: 207px;
	margin: 0;
	background:#FFFFFF;
	padding: 0px 10px 10px 10px;
	overflow:auto; 
}

.maincontenttext {
	float:left;
	padding:0; 
}

.oneColFixCtr #footer {
	width: 1024px;
	height: 82px;
	background: #dadfdd;
	padding: 0;
	float: left;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */