/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #006331;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color:#0e4971;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color:#0e4971;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#FFffff;
	text-decoration:none;
	font-weight: bold;
}
a.two:link {
	color:#0e4971;
	text-decoration:none;
	font-weight: bold;
}
a.two:visited {
	color:#0e4971;
	text-decoration:none;
	font-weight: bold;
}
a.two:hover {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

/** FOOTER **/

#footer {
	margin: 10px 0 0 33px;
	border: 1px solid #b8b7b7;
	background-color: #e7e8e8;
	width: 795px;
	font-size: 9px;
	padding: 7px 12px;
	height: 14px;
}

#footer p {
	margin: 0;
	float: left;
	width: 550px;
}

#footer #copyright {
	float: right;
	width: 310px;
	text-align: right;
	height: 14px;
	line-height: 14px;
}

#footer ul {
	width: 577px;
}

#footer li {
	white-space: nowrap;
	height: 14px;
	line-height: 14px;
}
 
#footer ul.menufooter li {
	float: left;
	margin-right: 8px;
}

#footer ul.menufooter li.contact {
/*	margin-right: 0;*/
}
	
