body {
	text-align: center; /* for IE */
	font-family: Arial;
	font-size: 12px;
	background-color:white;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
}
p, td {
	font-family: Arial;
	font-size: 12px;
}
h1 {
	font-family: Arial;
	font-size: 12px;
	color: #336633;
	font-weight:bold;
	padding-top: 12px;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	color: #336633;
	font-weight:bold;
	font-style:italic;
	padding-top: 12px;
}

#banner {
	position:absolute; 
	z-index:0;
}

.formField { height:35px; }
.formelement { width: 150px; }
.formelementselect { width: 150px; }
.smallFormelement { width: 25px; }
.smallHeader { font-family: Arial; font-size: 12px; color: #336633; font-weight:bold; }
.greenMain { font-family: Arial; font-size: 12px; color: #336633; }
.error_text { font-family: Arial; font-size: 10px; color: red; }

table.errorTable {
	border-width: 1px 1px 1px 1px;
	width: 100%;
	border-style: solid solid solid solid;
	border-color: #FF0000;
	background-color: white;
	padding: 0px;
	font-weight: bold;
	color: #FF0000;	
}
table.errorTable td.red {
	padding: 10px;
	border-style: none none none none;
	background-color: #FFE1E1;
	font-weight: bold;
	color: #FF0000;	
}
table.formTable { 
	border-width: 1px 1px 1px 1px;
	width: 100%;
	border-style: solid solid solid solid;
	border-color: #006600;
	background-color: white;
	padding: 5px;
}
table.formTable td.light {
	padding: 5px;
	border-style: none none none none;
	background-color: #F2FDEE;
}
table.formTable td.dark {
	padding: 5px;
	border-style: none none none none;
	background-color: #DCFAD1;
}

.box {background:url(../images/horizontal.jpg) repeat-x 0 0 #F2FDEE; position:relative; margin-bottom:20px; }
.box div {background:url(../images/horizontal.jpg) repeat-x 0 100%; position:relative}
.box div div {background:url(../images/vertical.jpg) repeat-y}
.box div div div {background:url(../images/vertical.jpg) repeat-y 100% 0}
.box div div div div {background:url(../images/top-left.jpg) no-repeat 0 0}
.box div div div div div {background:url(../images/top-right.jpg) no-repeat 100% 0}
.box div div div div div div {background:url(../images/bottom-left.jpg) no-repeat 0 100%}
.box div div div div div div div {background:url(../images/bottom-right.jpg) no-repeat 100% 100%; padding: 10px; }

div#menu {
	position: relative; 
}
div#menu a {
	display: block; 
	text-align: left; 
	padding: 2px;
	margin-left: 20px;
	font: bold 1em; 
   	text-decoration: none; 
	color: #333333; 
	background: #FFFFFF;
}
div#menu a:hover {
	color: #336633; 
	background: #F2FDEE;
	border: 0 0 0 0;
}
div#menu span {
	display: block;
   	position: relative;
	height: 50px;
	background: #F2FDEE;
	color:#336633;
	padding-left: 20px;
	padding-top: 5px;
	margin-left:20px;
	font: 10px; 
	text-align: left;
}

#header
{
position: relative;
font-size: 12px;
background-color:white;
height: 63px;
width: 760px;
/* Center the element */
margin-left: auto;
margin-right: auto;
/* end center */
left: 0px;
background-image: url(../images/topbar.gif); 
background-position: bottom left; 
background-repeat: repeat-x;
}
#grey { font-size: 10px; color: #CCCCCC; }
#grey a:link {   text-decoration: none; color: #CCCCCC;}
#grey a:visited {text-decoration: none; color: #CCCCCC;}
#grey a:active { text-decoration: none; color: #CCCCCC;}
#grey a:hover {  text-decoration: none; color: #333333;}
#darkGrey { font-size: 12px; color: #333333; }
#darkGrey a:link {   text-decoration: none; color: #333333;}
#darkGrey a:visited {text-decoration: none; color: #333333;}
#darkGrey a:active { text-decoration: none; color: #333333;}
#darkGrey a:hover {  text-decoration: none; color: #00CC00;}

#footer
{
color:#00CC00;
z-index: 1;
font-size: 12px;
background-color:white;
position: relative;
height: 45px;
width: 760px; 
/* Center the element */
margin-left: auto;
margin-right: auto;
/* end center */
left: 0px; 
}
#footer a:link {   text-decoration: none; color: #00CC00;}
#footer a:visited {text-decoration: none; color: #00CC00;}
#footer a:active { text-decoration: none; color: #00CC00;}
#footer a:hover {  text-decoration: none; color: #333333;}

#content
{
color:black;
background-color:white;
width: 760px;
/* Center the element */
margin-left: auto;
margin-right: auto;
/* end center */
left: 0px;
}
#content a:link {   text-decoration: none; color: #333333;}
#content a:visited {text-decoration: none; color: #333333;}
#content a:active { text-decoration: none; color: #333333;}
#content a:hover {  text-decoration: none; color: #00CC00;}
#content a.emailaddress:link {   text-decoration: underline; color: #949494;}
#content a.emailaddress:visited {text-decoration: underline; color: #949494;}
#content a.emailaddress:active { text-decoration: underline; color: #949494;}
#content a.emailaddress:hover {  text-decoration: underline; color: #00CC00;}
#content a.newslink:link { text-decoration: none; color: #666666; font-style: italic; }
#content a.newslink:visited {text-decoration: none; font-style: italic; color: #666666;}
#content a.newslink:active { text-decoration: none; font-style: italic; color: #666666;}
#content a.newslink:hover {  text-decoration: none; font-style: italic; color: #00CC00;}

#links
{
	position: absolute;
	width: 760px;
	left: 0px;
}