	body,
	html {
		margin:0;
		padding:0;
		background:#BFD8DE;
		color:#000;
	}
	body {
		min-width:750px;
		font-family: "Georgia";
	}
	h1#whiteFont {
		color:#ffffff
	}
	#wrap {
		background:#4F7078;
		margin:0 auto;
		width:900px;
	}
	#header {
		background:#4F7078;
	}
	#header h1 {
	padding:0px 0px 0px 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bolder;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
    }
	#main {
		background:#4F7078;
		width:900px;
	}
	#ul {
	margin:0;
	padding:0;
	}
	#li {
	margin:0;
	padding:0;
	}
	#navlist {
	width:12%;
	background-color:#e6e6e6;
	float:left;
	padding:0;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;	
	}
    ul#navlist {
	margin-left: .1em;
	
	}
	#navlist li {
	background-color:#e6e6e6;
	list-style-type: none;
	display: block;
	text-align: left;
	padding: 5px 0px 5px 0px;
	}	
	#navlist a:link, a:visited {
	color: #000000;
	/*background-color: #e6e6e6;*/
	text-decoration:none;
	text-align: left;
	
		
	}
	#navlist a:hover {
	color: #ffffff;
	background-color: #4F7078;
	text-decoration:none;
	text-align: left;
	/*border-bottom:1px solid #000000;*/
	}
	#content {
	width:86%;
	float:left;
	background-color: #e6e6e6;
	margin-left: 0.3em;
	padding: 2px 0px 0px 2px;
	}	
	#content a:link {
	text-decoration:underline;
	}
	#content a:visited{
	text-decoration:underline;
	color: #4F7078;
	}
	#footer {
		color:#FFF;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    } 
	#footer a:link {
		color:#FFF;
		text-decoration:underline;
	}
	#footer a:visited{
		color:#FFF;
		text-decoration:underline;
	}
	#footer a:hover {
		color: #CCC;
	}
	#thumbnail{
		padding:.5em 2em .5em 2em;
		float:right;
	}
	.feature {
	padding:0px 0px 0px 0px;
	font-size: medium;	
	}
	.feature img{
		margin:5px 8px 3px 5px;
		float:right;		
	}
	.feature_l {
	padding:0px 3px 0px 3px;
	font-size: medium;
	}
	.feature_l img{
		margin:5px 5px 3px 8px;
		float:left;
	