#Logo {
	height: 106px;
	width: 100%;
	background-image: url(/images/logobackground.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Content {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0065B3;
	text-decoration: none;
}

#Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0065B3;
	text-decoration: none;
}
#Menu a:link {
	color: #0065B3;
	text-decoration: none;
}


#Footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0065B3;
	text-decoration: none;
}
#SearchBox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#SearchResults {

	text-align: center;
}
#Menu a:visited {
	color: #6600FF;
	text-decoration: none;
}
#Menu a:hover {

	color: #FF0000;
	text-decoration: none;
}
#InnerContent {

	font-family: Arial, Helvetica, sans-serif;
}
