html, body {height:100%}

body {
		margin: 0;
		padding: 0;
		font: 12px arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #e0e0e0;
}
		
html>body #container {height:auto;}

h1 {
	font: 13px arial, verdana, lucida, helvetica, sans-serif;
	color: #6DA947;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left:3px;
} 

h2 {
	font: 12px arial, verdana, lucida, helvetica, sans-serif;
	color: #6DA947;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left:6px;
} 

td	{
	font: 12px arial, hevetica, sans-serif;
	}

a {
	color: #6DA947;
	background-color: transparent;
	text-decoration: underline;
	}
a:visited {
	color: #6DA947;
	background-color: transparent;
	}
a:active {
	color:  #6DA947;
	background-color: transparent;
	}
a:hover {
	color: #6DA947;
	background-color: transparent;
	text-decoration: underline;
	}

#container {
		margin: 0 auto;
		width: 730px; 
		height:99.8%;
		min-height:100%;
		text-align: left;
		background-color: #fff;
		border-left: 1px solid #a1a1a1;
		border-right: 1px solid #a1a1a1;
        position:relative;
		}
html>#container {height:auto}		
#mainheader {
		position:absolute;
		left:0;top:0;
		height: 160px;
		width:100%;
		background-color: #fff;
		border-bottom: 1px solid #fff;
		z-index:1;
}
#header {
		height: 125px;
		width:100%;
		background-color: #fff;
		margin: 0px 0px 5px 0px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		position:relative;
		z-index:2;
}
#mainnav {
		width:100%;
		height: 20px;
		background-color: #6DA947;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		position:relative;
		z-index:2;
}
		
#sidebar {
		float: right;
		width: 170px;
		padding:5px 0 ;
		}

#content {
		width: 553px;
		padding:5px 0 ;
		}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 5px 5px 5px}		
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 24px;
		background-color: #6DA947;
		color: #fff;
		border-top: 1px solid #e9e9e9;
		}
#footer a{
		color: #fff;
		background-color: transparent;
		text-decoration: none;
		font-size: 10px;
}
.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

#clearfooter {height:27px;width:100%;clear:both}
.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:1px solid #fff;
}

 #navcontainer
{
margin: 0px 0 0 0px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #6DA947;
width: 85px;
height: 18px;
border-top: 1px solid #6DA947;
border-right: 1px solid #fff;
border-bottom: 1px solid #6DA947;
border-left: none;
padding: 0;
margin: 0px;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px arial, verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #fff;
background: #97B940;
border-top: 1px solid #97B940;
border-bottom: 1px solid #97B940;
}

#navcontainer a:active
{
background: #97B940;
color: #fff;
border-top: 1px solid #97B940;
border-bottom: 1px solid #97B940;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

div.row {
  clear: both;
  padding-top: 5px;
  padding-left: 3px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  }

div.row span.formw {
  float: left;
  width: 450px;
  text-align: left;  
  } 
  
.inputfields {
border: 1px #fff outset;
}

.button	{
background-color: #6DA947;
border-style: solid;
border-color: #6DA947;
border-width: 1px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}
  
  div.spacer {
  clear: both;
  }
 
 .errHilite {
	font-family: Arial;
	font-size: 12pt;
	color: white;
	background-color: #6DA947;
	border: 1px #fff outset;
}
