* { margin: 0; padding: 0; }

body
{
	padding: 0;
	margin: 0;
	background: #F0F5C9;
	font-family: arial, verdana, tahoma, times new roman;
	font-size: 85%
}

a
{
	text-decoration: none;
	color: #467AAA;
}

a:hover
{
	text-decoration: underline;
	color: #6C7612;
}

img
{
	display: block;
	border: 0;
}

.imgleft
{
	display: block;
	border: 0;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.imgright
{
	display: block;
	border: 0;
	float: right;
	margin-left: 10px;
	margin-top: 2px;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -250px;
	left: 50%;
}

#container    
{
	width: 800px;
	height: 521px;
	background: #fff;
	border: 1px solid #7B8714;
	font-size: 90%;
}

#header
{
	width: auto;
	height: 115px;
	background: #fff url('../images/logo.jpg') no-repeat right 0%;
}

#headerleft
{
	float: left;
	width: 320px;
	height: 115px;
}

#headerright
{
	float: left;
	width: 480px;
	height: 115px;
}

#menu
{
	width: auto;
	height: 31px;
	background: #D2E138 url('../images/menu-background.jpg') repeat-x;
}

#menunav ul
{
	color: #FFF;
	float: right;
}

#menunav ul li
{
	display: inline;
}

#menunav ul li a
{
	float: left;
	padding: 0 15px;
	line-height: 31px;
	color: #467AAA;
	text-decoration: none;
	border-left: 1px solid #FFF;
}

#menunav ul li a:hover
{
	background: #467AAA url('../images/menu-background-hover.jpg') repeat-x;
	color: #D2E138;
}

#content
{
	width: auto;
	height: 300px;
	overflow: auto;
	padding: 10px;
	line-height: 175%;
}

#content ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

ul.contactul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#table1 td, #table1 tr
{
	margin: 0;
	padding: 0;
}

#content h1
{
	margin: 0;
	padding: 0;
	font-size: 145%;
	margin-bottom: 7px;
	padding-bottom: 3px;
	font-weight: normal;
	border-bottom: 1px solid #D9E765;
	color: #87931C;
}

#content h3
{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 120%;
	color: #87931C;
	letter-spacing: -1px;
	font-weight: normal;
	text-align: center;
}

#content h2
{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 120%;
	color: #87931C;
	letter-spacing: -1px;
	font-weight: normal;
}

#content p
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#displayleft
{
	float: left;
	width: 400px;
}

#displayright
{
	float: right;
	width: 332px;
}

#footer
{
	width: 800px;
	height: 55px;
	background: #D2E138;
	letter-spacing: -1px;
	color: #6C7612;
}

#footerleft { float: left; width: 280px; padding: 10px; }
#footerright { float: left; width: 480px; padding: 10px; text-align: right; }

#footer p { margin: 0 0 5px 0 }

#footer b
{
	letter-spacing: 1px;
}

.buildingsection
{
	float: left;
	width: 760px;
	margin: 0 0 10px 0;
}

.buildingsectionimage
{
	float: left;
	width: 300px;
	margin-right: 10px;
}

.buildingsectionimage img
{
	float: left;
}

.buildingsectiontext
{
	float: right;
	width: 450px;
}

hr
{
	height: 1px;
	color: #99cc00;
	margin-bottom: 10px;
}