html
{
	padding: 0;
	margin: 0;
}

body
{
	background: #65B962 ;
	padding: 15px;

	text-align: center;
	
	font-family: "Arial", sans-serif;
	font-size: 0.8em;
}

h1
{
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: "Arial", sans-serif;
	font-size: 48px;
	letter-spacing: -0.04em;
}

h3
{
	margin: 0 0 10px 0;
	padding: 0;
}

a
{
	color: #3d70a7;
	text-decoration: underline;
}

a:visited
{
	color: #0a4c92;
}

a:active
{
	color: #b2dbf8;
}

div#subheader h2
{
	padding: 0 0 10px 0;
	margin: 0;
	color: #fff;
}

div#container
{
	margin: 0 auto 0 auto;
	width: 700px;

	text-align: left;
}

div#header
{
	background: #447915 url(images/header_background.gif) top left repeat-x;
	padding: 20px 0 10px 15px;

	color: #e5e5e5;
}

div#subheader
{
	padding: 10px 0 0 15px;
}

ul#navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navigation li
{
	float: left;
	margin: 0 1px 0 0;
	padding: 8px 10px 8px 10px;
	color: #000;
	font-size: 0.8em;

	border-bottom: 1px solid #000;

	background: #fff url(images/tab_background.gif) top left repeat-x;
	font-family: "Verdana", sans-serif;
}

ul#navigation li a
{
	color: #000;
	text-decoration: underline;
}

ul#navigation li.active
{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #fff;
}

div#content
{
	margin-top: 90px;	position: relative;
	clear: both;
	background: #fff;
	align: center;
	padding: 10px 10px 10px 10px;	line-height: 1.5em;
	border: 1px solid #000000;
}

div#subcontent
{
	background: #c0e2be;
	padding: 28px 18px 18px 18px;
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid #000000;
}

div#footer
{
	background: #000;
	padding: 8px 18px 8px 18px;
	color: #a5a5a5;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

div#footer a, div#footer a:active, div#footer a:visited
{
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}
#leader {
	
	margin: 2px 2px ;
	width:100%;
	height: 94px;
	
	background-color: #71828A;
	background-position:center center;

	
}
fieldset { 
top: 0px;
width:94%;
	
	padding:1%;
	align: center;
border:1px solid #000000;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #000000;
  color:#000000;
  font-size:90%;
  text-align:right;
  }
  #globalNav{
position: relative;

width: 100%;
min-width: 638px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("../images/menubg3.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:-1px;
}
#globalLink{
	position: relative;
	text-align: center;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	overflow:hidden;
}
a.glink, a.glink:visited{
  	font-size: small;
  	
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #006600;
	text-decoration: none;
}
a.glinklast, a.glinklast:visited{
  	font-size: small;
  	
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
	
}
a.glink:hover{
  	background-image:  url("../images/navselect.gif");
	text-decoration: none;
}
a.glinklast:hover{
  	background-image:  url("../images/navselect.gif");
	text-decoration: none;
}