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



A:link { color: #000080; text-decoration: underline; }
A:visited { color: #000080; text-decoration: underline; }
A:hover { color: #DB1D38; text-decoration: underline; }

.nav {
	font-family: Arial, Helvetica, sans-serif;
	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: red; text-decoration: underline; }

.navSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

A.navSelected:link { color: black; text-decoration: underline; }
A.navSelected:visited { color: #003366; text-decoration: underline; }
A.navSelected:hover { color: red; text-decoration: underline; }

.attention {
	color: #DB1D38;
}

.copyright {
	font-size: 8pt;
	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: #E3E1E1;
	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;
}

/* contact form end */

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


.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; }
