body{
	background-color: #FFEAEA;
}
.maincontainer{
	margin: auto;
	width: 900px;
	border-width: 10px;
	border-style: solid;
	border-color: black;
	background-color: #ffffff;
}
.logo{
	float: left;
	margin-left: 10px;	
	margin-top: 5px;	
}
.banner{
	float: left;
	margin-left: 50px;	
	margin-top: 25px;
}
.top{
	height: 172px;
}
.sep{
	margin: auto;
	width:700px;
	border-bottom: 3px black solid;
}
.nav{
	margin: 7px 0px 0px 10px;
	width: 200px;
	height: 100%;
	float: left;
	font-size: x-large;
}
.mbody{
	width: 850px;
	margin: auto;
	font-family: MS Sans Serif, Geneva, Sans-serif;
	color: #336600;
	text-align: center;
}
.title{
	text-align: center;
	font-size: x-large;
	color: #792F00;
}
.footer{
	width: 896px;
	background-color: #D16E10;
	border: #ffffff 2px solid;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.footertext{
	color: black;
	font-family: Arial, Helvetica, Sans-serif;
	/*margin-right: 230px;*/
}
a:hover.footertext{
	color: white;
}
a{
	color: #000000;
	text-decoration: none
}
a:hover{
	color: #D16E10;
}
.floatright{
	border: 3px solid black;
	float:right;
}
.contactheaders{
	text-decoration: underline;
	font-size: larger;
}
.left{
	text-align: left;
	margin-left: 210px;
}
.tbl{
	margin: auto;
	border: 2px black solid;
	padding: 5px 5px 5px 5px;
}
td{
	border: 1px black solid;
	padding: 5px;
}