body {

	font-family: "Verdana", Helvetica, Arial, Sans-serif; 
	color: #E8E8E8; 
	background: #FFFFFF;

	
}

#page-container {

	width: 800px;
	height: auto;
	margin: auto;
	margin-top: 10px;
	}
	
#content-pane {

	width: 796px;
	height; auto;
	background: #FFFFFF;
	border-left: solid 2px darkblue;
	border-right: solid 2px darkblue;
}

#header {

	width: 796px;
	height: 90px;
	color: darkblue; 
	font-size: 18px;
	padding-top: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	background: #FFFFFF;
	
	border-left: solid 2px darkblue;
	border-right: solid 2px darkblue;
	border-top: solid 2px darkblue;
}

#header-strip {

	width: 800px;
	height: 2px;
	background: darkblue;

}

#nav-bar-top {

	height: 26px;
	width: 764px;
	float: left;
	background: #FFFFFF;
	margin-left: 16px;
	margin-top: 10px;
	
	text-align: center;
	color: #020202;
	padding-top: 4px;

}

.nav-item {

	width: 140px;
	height: 19px;
	padding-top: 1px;
	border: solid 1px darkblue;
	display: inline;
	float: left;
	margin-left: 8px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
	background: darkblue;
}

.nav-item:hover {

	background: blue;

}

#footer {
    clear: both;
    height: 19px;
    font-family: verdana, Arial, Helvetica, Sans-serif;
    font-size: 1.0em;
    color: #2c9bc7;
    text-align: center;
    padding-top: 2px;
    padding-left: 0px;
    
}


#footer a {
	color: #2c9bc7;
	text-decoration: none;
}

#footer-container {

	clear: both;
	font-family: verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.7em;
	color: darkblue;
	width: 800px;
	border-top: solid 2px darkblue;
	padding-left: 0px;
	padding-top: 5px;
	
}
#sitemap {
	float: right;
	text-align: center;	
	width: 790px;	 
	padding-top: 5px;
}

#sitemap a:link {color: darkblue;
	text-decoration: underline;		
}

#sitemap a:visited {color: #a9a9a9;
		text-decoration: underline;	
}

#hosting {
	float: right;
	text-align: center;	
	width: 100px;	 
	padding-top: 0px;
}
#footerl {

	float: left;
	width: 290px;
	text-align: left;
	padding-top: 15px;
	
}

#footerc {

	float: left;
	width: 200px;
	text-align: center;
	padding-top: 15px;
	
}
#footerr {
	float: right;
	text-align: right;	
	width: 290px;	 
	padding-top: 5px;
}

#footerr a:link {color: #a9a9a9;
	text-decoration: underline;		
}

#footerr a:visited {color: #a9a9a9;
		text-decoration: underline;	
}

#main-section {

	width: 566px;
	height: auto;
	float: left;
	background: #FFFFFF;
	margin-left: 16px;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #020202;
}
	
#right-section {

	width: 166px;
	height: 400px;
	margin-left: 10px;
	margin-top: 15px;
	float: left;
	display: inline;
	
}

.feature {
	color: black;
	font-size: 14px;

}

a {

	color: blue;
	text-decoration: none;
}

h1 {

	font-size: 18px;
	font-weight: 600;
	
}

h2 {

	font-size: 14px;
	font-weight: 600;
	
}
p {

	font-size: 12px;

}
.clear {
	clear: both;
}
	
	
.news-container {

	width: 150px;
	height: auto;
	margin-left: 8px;
	margin-top: 8px;
	
}








