html, body
{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006600;
	line-height: 130%;
	background-color: #FFFFCC;
}

img
{
	border: none;
}

#wrapper
{
	width: 960px;
	margin: 5px auto 0px auto;
}

#header
{
	height: 120px;
}

#headerLogo
{
	float: left;
}

#headerImageBox
{
	float: right;
}

h1
{
	font-weight: normal;
	font-size: 130%;
}

h2
{
	font-weight: normal;
	font-size: 110%;
}

#mainNav
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	background-color: #006600;
}

a
{
	color: #006600;
}

.navItem
{
	text-decoration: none;
	color: #FFFFCC;
	font-size: 90%;
	height: 50px;
	float: left;
	line-height: 110%;
	text-align: center;
	margin: 6px 33px 0px 33px;
}

.navItem a
{
	color: #FFFFCC;
	font-size: 130%;
	text-decoration: none;
}

.navItem a:hover
{
	text-decoration: underline;
}

.navSmall
{
	font-size: 100%;
}

.navSelected
{
	text-decoration: underline !important;
}

#mainBody
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#mainBodyLeft
{
	width: 760px;
	margin: 0px 20px 0px 0px;
	float: left;	
}

#mainBodyRight
{
	width: 180px;
	float: left;		
}

#mainBodyLeftPart1
{
	width: 459px;
	float: left;
	text-align: justify;
}

#mainBodySplit
{
	background-color: #006600;
	margin: 50px 21px 0px 20px;
	width: 1px;
	height: 500px;
	float: left;
}

#mainBodyLeftPart2
{
	width: 459px;
	float: left;
	text-align: justify;	
}

#footer
{
	font-size: 70%;
	color: #006600;
	line-height: 100%;
}

#footer a
{
	color: #006600;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footerCopy
{
	float: left;
}

#footerNav
{
	float: right;
}

.clear
{
	clear: both;
}

.small
{
	font-size: 75%;
	padding: 0px 0px 0px 0px;
}

.inputSmall
{
	width: 100px;
	margin-bottom: 5px;
}

.inputMedium
{
	width: 300px;
	height: 20px;
	margin: 2px;
	padding: 5px 2px 2px 2px;
	border: solid 1px #006600;
}

.inputLarge
{
	width: 350px;
	margin-bottom: 5px;
}

.buttonSmall
{
	margin-top: 2px;
	padding: 2px;
	font-weight: bold;
	color: #FFFFCC;
	border: solid 1px #006600;
}

.backbutton
{
	width: 60px;
	height: 16px;
	background-color: #006600;
	color: #FFFFCC;
	padding: 3px 10px 3px 10px;
	margin: 0px;
	float: right;
	
}

.backbutton:hover
{
	cursor: pointer;
}

.inputContact
{
	width: 250px;
	margin-bottom: 5px;
}

.inputContactLarge
{
	width: 300px;
	height: 200px;
	margin-bottom: 5px;
}

.buttonContact
{
	margin-top: 5px;
}

.advertBox
{
	border: 1px solid #006600;
	margin: 20px 0px 20px 0px;
}

.advertBox h2
{
	color: #FFFFCC;
	background-color: #006600;
	margin: 0px;
	font-size: 100%;
	text-align: center;
}

.advertBox p
{
	font-size: 95%;
	font-weight: normal;
	padding: 5px;
}