
body {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	background-color: #FFFFFF;
}

body * {
	margin: 0px auto;
}

img {
	border: 0px;
	margin: 0px;
}

h1 {
	color: #8CBA00;
}

h2 {
	color: #8CBA00;
	font-size: 1.0em;
	text-align: left;
	font-weight: normal;
}

p, div {
	color: #404040;
}

p {
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 0.8em;
}

em {
	color: #8CBA00;
	font-weight: bold;
}

a {
	color: #8CBA00;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.submenu {
	color: #8CBA00;
	font-size: 0.8em;
}

#maincontainer {
	width: 759px;
	margin-top: 9px;
	text-align: center;
}

#mainmenu {
	float: left;
	margin-right: 10px;
}
/*
#topcontainer {
	text-align: left;
	height: 102px;
	clear: both;
	width: 759px;
}
*/ 
#bodycontainer {
	clear: both;
}

#topmenu {
	width: 445px;
	text-align: left;
	float: left;
}

.sideimage {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	height: 102px;
	width: 102px;
}

.topimage {
	margin: 0px 9px 10px 0px;
	padding: 0px 0px 0px 0px;
	height: 102px;
	width: 102px;
	float: left;
}

#hero {
	float: left;
}

#herosmall {
	margin-top: 10px;
	clear: both;
}

#submenu {
	text-align: right;
	float: right;
	width: 290px;
	position: relative;
}

#title {
	clear: both;
	text-align: left;
	width: 759px;
	margin-bottom: 15px;
	color: #8CBA00;
	font-size: 2.0em;
	font-weight: normal;
}

#maincontent {
	width: 759px;
	margin-bottom: 10px;
}

#bottombar {
	width: 749px;
	background-color: #404040;
	color: #8CBA00;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	height: 15px;
	font-size: 0.7em;
}

#copyright {
	color: #8CBA00;
	text-align: left;
	float: left;
}

#purplegecko {
	color: #8CBA00;
	text-align: right;
	float: right;
}

fieldset {
	border-color: #8CBA00;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

legend, label, input {
	text-align: justify;
	font-size: 0.8em;
	margin-bottom: 8px;
}

legend {
	color: #8CBA00;
	font-weight: bold;
}

label {
	margin-right: 15px;
}

form span.label {
	float: left;
	width: 150px;
}

form span.field {
	float: left;
}

input.formerror {
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
	background-color: #FFEAC0;
}
*/