body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetice, Verdana, Arial, Sans-Serif;
	background-color: #fbfbfb;
	text-align: center;
	margin:0px;
	padding:0px;
	}

#container {
	width:800px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: left;
	margin: 20px auto;
	}

#top {
	width:800px;
	height:178px;
	padding:0px;
	margin:0px;
	background: url(images/homebanner3.jpg) no-repeat;
	}

#nav {
	width:800px;
	height:20px;
	position:absolute;
	margin: 158px 0px 0px 0px;
	color:#eee;
	font:1.2em Helvetica;
	}
	
#nav a{
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#fff;
	}
	
#nav a:hover {
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#69f;
	}
	
#nav a:visited {
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#eee;
	}
	
#content {
	width:800px;
	background-color:#fff;
	}


#maincontent {
	width:455px;
	float:left;
	background-color:#fff;
	padding: 0px 10px 0px 10px;
    border-right:solid #ccc;
	border-width:1px;
	color:#666;
	}

#maincontent {
	width:780px;
	float:left;
	background-color:#fff;
	padding: 20px 10px 0px 10px;
	color:#666;
	}

#maincontent p {
	font: 12px/16px arial, helvetica, sans-serif;	
	}
	
#maincontent a{
	text-decoration:none;
	color:#c00;
	font-weight:normal;
	text-decoration:none;
	}

#maincontent a:hover{
	text-decoration:none;
	color:#c00;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dotted;
	}
	
#maincontent h1 {
	font: 22px/26px arial, helvetica, sans-serif;	
	color:#223c6d;
	font-weight:bold;
	}

#maincontent h2 {
	font: 16px/20px arial, helvetica, sans-serif;	
	color:#223c6d;
	font-weight:bold;
	}

#maincontent hr	{
	height: 1px;
	border-top: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-bottom: 18px;
	margin-top: 0;
	display: block;	
	margin: 25px 0;	
	}

#column1 {
	width:260px;
	float:left;
	}

#column2 {
	width:260px;
	float:left;
	}

#column3 {
	width:260px;
	float:left;
	}

#mainimage {
	width:744px;
	height:100px;
	margin: 20px auto;
	}
	
#footer {
	background-color:#fff;
	width:790px;
	height:20px;
	padding:10px 0px 0px 10px;
	color:#3333ff333;
	font:12px Helvetica, sans-serif;
	border-top: solid #ccc;	
	border-width:1px;
	}
	
#footer a{
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#3333ff333;
	}
	
#footer a:hover {
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#c00;
	}
	
#footer a:visited {
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#000;
	}
	
#spacefootwhite {
	width:800px;
	height:20px;
	background-color:#fff;
	}

.here {
	font-weight:bold;
	color:#aaa;
	}