body { 										
	scrollbar-face-color: #c7c3c5;
	scrollbar-track-color: #0c0c0c;
	scrollbar-3dlight-color: #b1aeaf;
	scrollbar-highlight-color: #b1aeaf;
	scrollbar-shadow-color: #135316;
	scrollbar-darkshadow-color: #0c0c0c; 
	scrollbar-arrow-color: #363537;
	background-color: #0c0c0c;
	font-family: Arial;   	/*Font style for entire page*/
	font-size: 76%; 			/*NEED to edit the scrollbars for IE */
}

/*-NAVIGATION-*/


#nav {
	height: 35px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 900px;
}


#nav li {
	list-style: none;
	display: block;
	float: left;
}

#navwrapper {
	width: 100%;
	position: relative;
	height: 0px;
}

#navalign {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 5px;
}

#nav a {
	display: block;
	float: left;
	font: Verdana;
	font-size: 15px;
	text-align: center;
	color: #202020;
	padding: 10px 15px 10px 15px;
	background-color: #c7c3c5;
	
}

#nav a:hover {
	display: block;
	background-position: 0 px;
	border-bottom: 0;
	color: #202020;
	padding: 10px 15px 10px 15px;
	background-color: #c7c3c5;
	background: url('titlepic.jpg') no-repeat left; 
}



/* The main content page */

#container {
	background-color: #c7c3c5;					/*Background color inside container div*/
	width: 800px;							/*width of container div*/	
	margin: 0 auto;						/*centers div*/
	border: 2px solid #010101;				/*adds border around div*/	
	padding: 1em;
	font-colour: #6c6a6c;						/*adds one "M" space around the div*/
}

a:visited, a:link {
	color:#202020;
	text-decoration: none;
}

a:hover {
	color:#114412;
	text-decoration:none;
}

h3{
	color: #114412;
	letter-spacing: 4px;
	font-size: 10px;
	font-family: Verdana;
	text-transform: small-caps;
	margin-bottom: 3px;
	padding-left: 25 px;
}

h6{
	color: #114412;
	letter-spacing: 2px;
	font-size: 10px;
	font-family: Verdana;
	text-transform: small-caps;
	margin-bottom: 3px;
	padding-left: 25 px;
}

h4{
	color: #5d5b5d;
	letter-spacing: 0px;
	font-size: 10px;
	font-family: Verdana;
	margin-bottom: 29px;
	margin-top: 50px;
	padding-left: 25 px;
}

h5{
	color: #686667;
	letter-spacing: 0px;
	font-size: 10px;
	font-family: Verdana;
	margin-bottom: 20px;
	padding-left: 500px;
}

#logo {
  text-align: center;
}

#links ul {
  list-style: none;							/*removing bullets from unordered list*/
}

#links li{
  display: inline;							/*list is horizontal instead of vertical*/
}

#footer{
  position: absolute;
  text-align: center;
}

#navi {
  position: relative;
  text-align: center;

}

body, tr, td { 
	font-size: 11px; 
	font-family: Verdana; 
	text-align: justify; 
	color: #114412; 
	line-height: 20px; 
}

input, textarea, select { 
	background-color: #b5b2b4;
	font-family: Verdana; 
	font-size: 11px;
	color: #114412;
	border-top: 1px solid #D0CFCD;
	border-left: 1px solid #D0CFCD;
	border-right: 1px solid #D0CFCD;
	border-bottom: 1px solid #D0CFCD; 
	padding: 2px;
	letter-spacing: 1px; 
}


/*------------------------------- Tables on main page-------------------------*/

#mytable {
	width: 808px;
	padding: 0;
	margin-left: 0px;
}

caption {
	padding: 0 0 5px 0;
	max-width: 200px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #333232;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #3c7b39;
	border-right: 1px solid #797268;
	border-bottom: 1px solid #797268;
	border-top: 1px solid #797268;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(bg_header.jpg) repeat;
	max-height: 35px;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #797268;
	background: none;
}

td {
	border-right: 1px solid #797268;
	border-bottom: 1px solid #797268;
	background: #adadae;
	padding: 6px 6px 6px 12px;
	color: #4a724d;
}


td.alt {
	background: #c8c8c8;
	color: #576e50;
}

th.spec {
	border-left: 1px solid #797268;
	border-top: 0;
	background: #adadae url(bullet1.jpg) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4a724d;
}

th.specalt {
	border-left: 1px solid #797268;
	border-top: 0;
	background: #c8c8c8 url(bullet2.jpg) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #576e50;
}

h2{
	color: #387e35;
	letter-spacing: -1px;
	font-size: 9px;
	font-family: Verdana
}

