body {
	background-color: #650000;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	color:#650000;
	font-weight: normal;
	}

h1 {
	font-size: 28px;
	margin-top: 0px;
	padding-bottom: 15px;
	}

h2 {
	font-size: 22px;
	}

h3 {
	font-size: 20px;
	}

h4 {
	font-size: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
a:link {
	color: #650000;
	text-decoration: none;
	}
	
a:hover {
	color: #422a00;
	text-decoration: underline;
	}
	
a:visited {
	color: #650000;
	text-decoration: none;
	}

a:visited:hover {
	color: #422a00;
	text-decoration: underline;
	}

#Container {
	background-image: url(body-bkgd.jpg);
	background-repeat: repeat-y;
	width: 950px;
	text-align: left;	
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: static;
}

.Navigation {
	float:left;
	width: 250px;
	text-align: center;
	vertical-align: top;
	color: #650000;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.PageContent {
	width: 700px;
	padding: 20px;
	vertical-align: top;
	}
	
img {
	border: none;
	}
	
.headerImg {
	text-align: center;
	padding-bottom: 40px;
	}
	
.copyright {
	text-align: center;	
	vertical-align: top;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	font-size: 11px;
}

.sideColumn {
	background-color: #af8a4e;
	border: solid 1px #650000;
	float:right;
	padding: 5px;
	width: 220px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	}