html, body {
border:none;
margin: 0 0 10px; 0;
padding: 0;
text-align: center;  
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
background-color:white;
color:#333333;
font-size:15px;
}
h1	{
margin:0;
padding:0;
}
h2	{
color:green;
}
h3	{
color: #996600;
}

img	{
	border:none;
}
ul {
	list-style-image: url(Templates/images/tick.gif);
	padding:0;
	margin: 0 0 0 20px;
}
li	{
padding-left:4px;
}
a	{	
	color:#0000FF;
	text-decoration: none;		
}
a:visited  {
	color:#0000FF;
	text-decoration: none;		
	}
a:active, a:focus	{
	border:solid yellow 2px;
}
a:hover {
text-decoration:underline;
}
hr	{
margin:20px 0;
}
.clearboth {
clear : both;
margin : 0px;
padding : 0px;
}
/* hide stuff/Accessibility*/
.hide	{
position:absolute;
top:0;
left:-9000px;
}
/* main structure */
#container	{ 
width:916px;
border-left:solid 8px #004C29;
border-right:solid 8px #004C29;
margin: 0px auto;
text-align: left;
background-color:#B6DE91;
padding:0;
}
#header {
height:124px;
}
#horizontal-navigation	{
border-top: solid black 1px;
border-bottom: solid black 1px;
background:url(images/navbackground.gif);
background-repeat:y;
}
#afternav	{
height:42px;
background-image:url(images/afternav.gif);
background-repeat:no-repeat;
text-align:center;
color:#044C29;
font-size:20px;	
padding-top:5px;
}
#main	{
margin: 10px 0 0 30px;
float:left;
width:560px;
font-size: 14px;
}
#rightbar	{
margin: 10px 0px;
float:right;
width:295px;
}
#footer	{
border-top:solid black 1px;
clear:left;
background-color:#004C29;
}
/* navigation stuff
.navigation{
width: 100%;
overflow: hidden;
padding-left:20px;
} */
.navigation{
width: 100%;
overflow: hidden;
}
.navigation ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.navigation li{
display: inline;
margin: 0;
padding:0;
}
.navigation li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #71B837;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.navigation li a:hover, .navigation li.selected a{
color:white;
font-weight:bold; 
border-color-right:black;
border-color-left:black;
}
/* main stuff */
#main	a	{
color:#0000FF;
text-decoration:none;
}
#main	a:hover	{
text-decoration:underline;
}

#main h2{
	font-size:20px;
	clear: left;
	color: #3D590C;
}
#main h3{
	font-size:18px;
	color: #9EB667;
}
.logo_img	{
border: solid black 1px;
margin:20px;
}
.form-image	{
float:right;
margin-right:150px;
}
.main_img	{
border: solid black 1px;
}
/*Form stuff*/

label {
width: 200px;
float: left;
text-align: left;
margin-right: 10px;
display: block;
}
.submit
{
margin-left:20px;
}
.error {
font-family: Tahoma;
font-size: 8pt;
color: red;
display:none;
  }
input, textarea, select	{
border: solid black 1px;
}
fieldset	{
border: none;
 }
/*Footer*/
.copyright	{
float:left;
width:600px;
margin:10px;
font-size:small;
color:yellow;
}
.web-design {
text-align:right;
float:right;
width:300px;
margin-right:5px;
}
.dea-logo  {
vertical-align:middle;
}
#accessimg{
	padding: 5px;
	float:left;
	width:260px;
	text-align:right;
	margin-right:5px;
}
#footer	a	{
color: white;
}

