body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	cursor: default;
	font-size: 12px;
}
div {
	text-align: left;
}

.SiteContainer {
	width: 850px;
}
.Header {
	background-image: url(images/SiteHeader.jpg);
	background-repeat: no-repeat;
	height: 157px;
	width: 850px;
	font-size: 11px;
}
.Header img {
	float: left;
}
.Header div {
	float: right;
	text-align: right;
	padding-top: 30px;
}
.Header a {
	color: #000000;
	text-decoration: none;
}
.Header a:hover {
	text-decoration: underline;
}
.SiteBody {
	background-image: url(images/TopBand.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 850px;
}
.Menu {
	text-align: right;
	float: left;
	width: 250px;
	padding-top: 100px;
}
.Menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.Menu ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #034b26;
	margin: 0px;
	padding: 0px;
}
.Menu ul li a {
	color: #034b26;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	width: 250px;
}
.Menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #034b26;
}

.Content {
	float: left;
	width: 580px;
	margin-left: 20px;
}
.Pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #034b26;
	font-weight: normal;
	height: 84px;
	line-height: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.Footer {
	font-size: 11px;
	background-color: #d0ddd6;
	margin-top: 30px;
}
.Footer p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.TopLink {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.ContentPic {
	clear: right;
	float: right;
	width: 200px;
	margin-left: 10px;
	background-color: #034b26;
	margin-bottom: 10px;
}
.ContentPic p {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

