@charset "utf-8";

body {
	font: 85% sans-serif, arial, helvetica;
	text-align: justify;
	background: #039f03;
	margin: 0;
	line-height: 1.3;
}
		
.accessaid {
	position: absolute;
	height: 0;
	overflow: hidden;
}
		
#header {
	background: #000 url(/images/header.jpg) no-repeat;
	height: 100px;
	border: solid #25540B;
	border-width: 0 0 1px 0;
}

#content {
	background: white;
	padding: 1px 30px 1em 30px;
	border-right: 210px solid #90CC70;
}
		
h1 {
	font-size: 1.5em;
	text-align: center;
	color: #036;
}

h2 {
	font-size: 1.2em;
	color: #036;
}
	
h3 {
	font-size: 1em;
	color: #036;
}
		
#container {
	position: relative;
	width: 754px; /* width + border for IE 5.x */
	w\idth: 750px; /* real width */
	border: solid #25540B;
	border-width: 2px 2px;
	margin: auto;
}
		
#navigation {
	position: absolute;
	top: 125px;
	right: 0;
	width: 210px;
	color: white;
}
		
#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
		
#navigation ul a {
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	background: #3C8714;
	padding: 0.1em 0.5em;
	margin: 0 2.7em 1px 2.7em;
	border: solid #25540B;
	border-width: 2px;
}

#navigation a:visited {
	color: #ccc;
}
		
#navigation a:hover {
	background: #65E81E;
}

#navoptin {
	position: absolute;
	top: 340px;
	right: 0;
	width: 210px;
	color: black;
}

#navbanners {
	position: absolute;
	top: 680px;
	right: 0;
	width: 210px;
	color: black;
}

#footer {
	background: #000 url(/images/footer.jpg) no-repeat;
	height: 30px;
	border: solid #25540B;
	border-width: 1px 0 0 0;
}