html, body {
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	color: #58595b;
}

#Wrapper {
	align: top;
	width: 1000px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1000px;
}
.logo {
	width: 251px;
	float: left;
	clear: none;
	margin-left: 5px;
}
#footer {
	width: 965px;
	background-color: #e8e8e8;
	height: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #687073;
	padding-left: 35px;
	clear: both;
	padding-top: 10px;
}
#footer a:link{color:#687073; text-decoration:underline;}
#footer a:visited{color:#687073; text-decoration:underline;}
#footer a:active{color:#687073; text-decoration:underline;}
#footer a:hover{color:#907f68; text-decoration:none;
}
#Menu {
	width: 250px;
	float: left;
	padding-top: 27px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
}
.dots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#content{
	float: left;
	width: 698px;
	clear: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.mainTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #163567;
	letter-spacing: 5px;
}
.greenBoldsmall {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #556a11;
}
.darkGrey {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
.button {
	width: 80px;
	background-color: #e8e8e8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #687073;
	text-align: center;
}
.button a:link{color:#687073; text-decoration:underline;}
.button a:visited{color:#687073; text-decoration:underline;}
.button a:active{color:#687073; text-decoration:underline;}
.button a:hover{color:#556a11; text-decoration:none;
}
