/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
h1 {
	color: #003300;
	font-weight: bold;
	font-family:Pristina, Andy, Verdana;
	font-size:14pt;
	padding:10px 4px 4px 10px;
}

a {
	font-weight: bold;
	color:#003300;
	}
	
a:hover {
	color:#FFF5B7;
	background-color:#003300;
	}

/* ID Styles */


#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	}

#navigation a {
	color: #003300;
	line-height:12pt;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	font-weight:bold;
	padding:4px 4px 4px 4px;
	font-family:Pristina, Andy, Verdana;
	font-size: 11pt;
	}
	
#navigation a:hover {
	color:#FFF5B7;
	background-image: url(../images/horsemenu.jpg);
	background-color:#003300;
	background-repeat: no-repeat;
	background-position:right 50%;
	}
	
#contact td {
	letter-spacing:.1em;
	padding:4px 4px 4px 4px;
	font-size:8pt;
	}

#contact a {
	font-weight: bold;
	}
	
#contact a:hover {
	color:#FFF5B7;
	background-color:#003300;
	}
	
#navheader {
	font:24px georgia;
	color: #1F2669;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;
	}
	
.mainnav {
	font-family:Pristina, Andy, Verdana;
	font-size:14pt;
	color:#003300;
	font-weight:bold;
	background-color:#FFF5B7;
}

.mainnav a:hover {
	background-color:#003300;
	color:#FFF5B7;
	}



