BODY { 
	margin: 0 0 0 0;
	/*background-color: white;*/
	background-color: #4DC35C;
	background-image: url('images/site_grad_green.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}



A:link { color: #4DC35C; text-decoration: underline; }
A:visited { color: #4DC35C; text-decoration: underline; }
A:hover { color: red; text-decoration: underline; }

.nav {
	font-size: 11pt;
	font-weight: bold;
}

A.nav:link { color: black; text-decoration: none; }
A.nav:visited { color: black; text-decoration: none; }
A.nav:hover { color: #FFF761; text-decoration: underline; }

.attention {
	color: #DB1D38;
}

.copyright {
	font-size: 7pt;
	color: black;
}

A.copyright:link { color: black; text-decoration: none; }
A.copyright:visited { color: black; text-decoration: none; }
A.copyright:hover { color: black; text-decoration: none; }

/* contact form start */

table.contacttable {
	background-color: #A29B9B;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactbutton,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

.contactinput,
.contactarea {
	width: 300px;
}

.contactinput {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 11px;
	color:white;
}

/* contact form end */

/* horizontal */
#menu ul{width:100%; margin-left: 0;padding: 4;list-style-type: none; font-weight: bold; font-family: Book Antiqua, Palatino, serif; font-size: 16px;margin:0px; } /*00396B*/
#menu a{padding: 8px;}
#menu a:link, #menuitems a:visited{text-decoration: none;color:white; font-weight: bold; background-color:black; }
#menu a:hover{background-color: #005A3E; color: white;} /*FFDF75*/
#menuitems li { display: inline; list-style-type: none;  padding:2px; }


.lownav { font-size: 8pt; }
A.lownav:link { color: black; text-decoration: underline; }
A.lownav:visited { color: black; text-decoration: underline; }
A.lownav:hover { color: gray; text-decoration: underline; }
