BODY {
	font-family: Trebuchet MS;
	background-color: #c6c6c6;  
	color: #171717; 
	padding: 0px 8px; 
}

H1, H2, H3, H4, H5, H6 {
	font-family: Trebuchet MS;
	padding: 0px 0px; 
	color: #000000;
	}
		
P {
   padding: 0px 0px;
	font-family: Trebuchet MS;
	font-size: 14px;
}	

UL, LI {
	font-family: Trebuchet MS;
	list-style: circle;
	font-size: 13px;
	}


a.button {	
	font-weight: bold;	
	font-size: 11px;
	font-family: Trebuchet MS;
/*	padding: 8px 0px; */
	text-align: center;	
	border-top: 1px solid #006296;	
	border-right: 0px solid white;	
	border-bottom: 0px solid white;	
	border-left: 0px solid white;
	width:150px;
	height: 30px;
}

a.button:hover {
/*	border-top: 1px solid black;	
	border-right: 1px solid #0084CA;	
	border-bottom: 1px solid #0084CA;	
	border-left: 1px solid black;
*/	
	color: #ADD8E6;	
	}
	
.activebutton {
	font-weight: bold;
	font-size: 11px;
	font-family: Trebuchet MS;
/*	padding: 8px 0px; */
	vertical-align: top;
	border-top: 1px solid black;
	border-right: 1px solid #0084CA;
	border-bottom: 1px solid #0084CA;
	border-left: 1px solid black;
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: Aqua;
	}

.splitbartop {
	background-color: white;
	border: 1pt;
	border-top: 0pt solid white;
	border-left: 1pt solid black;
	border-right: 1pt solid black;
	border-bottom: 0pt solid black;
	color: #58BCFF;	
}

.toplogo {
	background-color: transparent;
	border: 1pt;
	border-top: 0pt solid black;
	border-left: 1pt solid black;
	border-right: 1pt solid black;
	border-bottom: 0pt solid black;
}

.mainbody {
	background-color: White;
	padding: 0px 10px; 
	border: 1pt;
	border-top: 0pt solid black;
	border-left: 1pt solid black;
	border-right: 1pt solid black;
	border-bottom: 1pt solid #999;	
}

.bottomfooter {
	background-color: white;
	border: 1pt;
	border-top: 0pt solid black;
	border-left: 1pt solid black;
	border-right: 1pt solid black;
	border-bottom: 0pt solid black;
}

.contactform {
	color: #006296;
	background-color: #eee;
	font-size: 12px;
	font-family: Tahoma;
}	
	
a {
	text-decoration:underline;
	font-family: Tahoma;
	color: #171717;
}

a:link {
	font-family: Trebuchet MS;
	color: #625D59;
}

a:visited {
	font-family: Trebuchet MS;
	color: #625D59;
		}

a:hover {
/*	text-decoration: underline; */
	color: #625D59;
		}
		
/* navigation */
	
	#nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #D5DFE9;
		border-bottom: 1px solid #999;
  		border-top: 1px solid #999;

		}
	
	#nav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#nav a {
		float: left;
		display: block;
		padding: 6px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
		font-family: Trebuchet MS;
		color: #000000;
		background: #D5DFE9 url(../img/nav_slant.gif) no-repeat top right;
		}
	
	#nav #nav-1 a {
		padding-left: 20px;
		}
	
	#nav a:hover {
		font-weight: bold;
		font-size: 12px;
		font-family: Trebuchet MS;
		color: #9C978E;
		text-decoration: underline;
		}
	
	/* more */
	
	ul#more {
		clear: left;
		margin-top: 60px;
		}