/* CSS Document */
/*JWHcss3*/

a:link {
	
	color:#669966;
	text-decoration:none;
	
}


a:visited {
	
	color:#669966;
	text-decoration:none;
	
}


a:hover {
	text-decoration:none;
	color:#9999FF;
	font-weight:normal;
	
}



#border {
	
	width:800px;
	border-style: solid;
	border-width: 1pt;
	margin-top: 20px;
	border-color: #669966;
	padding-top:50px;
}

.image {
	float: left;
	border: solid 1pt #669966;
	width: 265px;
	margin-left: 60px;
	margin-bottom: 120px;
}	
	
			


.title {
	color:#669966;
	margin-left: 420px;
	padding-top: 10px;
}

.navbar{
	clear: both;
	border-top: 1px solid #669966;
	font-size: 13pt;
	padding-top: 10px;
	margin-top:100px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}	

.navbar a:hover {
	text-decoration:underline;
	
	
}
	

#content {
	color: #669966;
	font-size: 11pt;
	padding: 10px;
	margin: 10px;
}
