body {
	background:#c6c195;
	margin-top:1em;
	margin-left:1em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:1em;
	color: #660000;
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1em;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	color: #FFFFD9;
	background-color:#660000;
}
.main {
	width:95%;
	float:left;
	height:auto;
	border-style:solid;
	border-width:thin;
	background:#FFFFFF;
}
.logo {
	width:100%;
	background: #660000;
	float:right;
}
.uppernav {
	width:100%;
	height:auto;
	border-bottom-width:thin;
	float:left;
	font-size:0.75em;
	text-align:right;
	border-bottom-style: groove;
	border-bottom-color: #660000;
	font-style: normal;
	font-weight: bold;
}
.leftcontainer {
	width:25%;
	float:left;
	margin-right:2em;
}

.leftcontent {
	padding:0em .5em;
	border-bottom: 1px solid #660000;
	text-align:left;
		
}
.rightcontainer {
	width:60%;
	float:left;
		
}
	
.rightcontent {
	text-align:left;
	color: #000000;	
	padding:1em;
	float:left;
	
		
}

.bordrightcontent {
	padding-left:1em;
	text-align:left;
	border-top: 1px dashed #660000;
	border-bottom: 1px dashed #660000;
	color: #000000;
	float:left;
	
}
.footer {
	width:100%;
	height:auto;
	background-color: #660000;
	color: #FFFFD9;
	font-size:11px;
	text-align:center;
	padding-top: 5px;
	float:left;
	clear:both;
}
