* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:  white;	
	color: #00461b;
	font-size: 12px;
	height: 100%;
	padding: 0;
	font-family: Arial;
}
#footer {
	position: relative;
	text-align: center;
	clear: both;
	top:0px;
}
#holder {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header{
	position: relative;
	top:0px;
	left:0px;
	height: 150px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.menubutton{
	background-image: url(../images/button_bg.png);
	width:172px;
	height: 33px;
	text-align: center;
	display: block;
	margin-top: -12px;
}
.menubutton b{
	color: white;
	font-size: 18px;
	margin-top: 5px;
	display: block;
	padding-top: 5px;
}
.menubutton a{
	color: white;
	text-decoration: none;
}

#leftmenu{
	float: left;
	margin-top: 12px;
}
#logo {
	position:relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 159px;
	width:316px;
	top:0px;
	left:0px;
	float: left;
	margin-left: 20px;
}
#rightmenu{
	float: left;
	margin-left: 20px;
	margin-top: 12px;
}
#socialstuff{
	float:right;
	margin-top: -24px;
}
#admin {
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	background-color: white;
}
#admin td {
	text-align: center;
	font-size: .6em;
	width:50px;
}
#help {
	position: relative;
	top: 50px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	background-color: #EEEEEE;
	width: 800px;
}
#bodyblock{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	left:0px;
	background-color: #a2bae0;
	border: #00461b 1px solid;
	height: 562px;
	width: 847px;
}
#leftbody{
	float:left;
	margin-left: 8px;
	margin-top: 8px;
}
#rightbody{
	float:left;
	margin-left: 8px;
	margin-top: 8px;
}
#content {
	position: relative;
	background-color: white;
	border: #00461b 1px solid;
	height:320px;
	width:420px;
}
#newsarticle {
	position: relative;
	height: 300px;
	width: 400px;
	overflow: auto;
	top:5px;
	left:5px;
}
#quickreqform{
	width: 318px;
	height: 191px;
	position: relative;
	background-color: white;
	border: #00461b 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	font-style: italic;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
