@charset "utf-8";
body {
	margin: 0;
    padding: 0;
	font: 90% font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #808080;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	outline-style: none;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

td { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px; 	
}

p { padding-left: 5px;
	padding-right: 5px;
}

a, a:focus, a:active, a visited{		color:#006633;
		font: bold .9em/1.0 Verdana,Helvetica,Arial,Geneva,sans-serif;		
		text-decoration:none;		
	}
 
a:hover, { text-decoration:underline; color:#053a63; }



	#nav {	background-color: #000; height: 40px; text-transform: uppercase;
text-decoration: none;
	}
#nav  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#nav a:hover {
	color: #;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	font-size: 24px;
	font-style: italic;
}
	
.footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.footer a:hover {
	color: #f5b800;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	


.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: italic;	
	padding: 5px;
}

.info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;	
	padding: 5px;
}

.bullet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
	padding: 5px;
}

.brochure {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;	
	padding: 5px;
}



