/* CSS Document */
body {
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	background-color: #f90;	
	text-align: center;
/* part 1 of 2 centering hack */
}

/* basic text styles */

p, blockquote, li
{
	font-family: Verdana, arial, Helvetica;
	font-size: 11px;
	line-height: 1.5em;
	color: #030;

}
/* end basic text styles */


a {
	text-decoration: none;
	font-weight: bold;
	color:  #030;
	}
	
a:visited {
	color:  #003300;
	}
	
a:active {
	color:  #030;
	}
	
a:hover {
	color: #030;
	text-decoration: underline;
	}
	
strong, b {
	font-weight: bold;
	}


h4 {
	font-family: Verdana, arial, Helvetica;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

img {
	border: 1;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#contenthome {
	padding: 10px 0px 0px;
	margin: 20px auto 5px auto;
	text-align:left;
	width: 490px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 240px;
	border-top: 2px solid #006633;
	border-right: 2px solid #006633;
	border-bottom: 10px solid #006633;
	border-left: 2px solid #006633;
	background-color: #ffffff;
	background-image: url(images/snake_313250c.jpg);
	background-repeat: no-repeat;
	}
html>body #contenthome {
	width: 500px; /* ie5win fudge ends */
}
	
#bottomcontainer
	{
	width: 500px;
 	margin: 10px auto;
 	color: #333;
 	line-height: 130%;
	text-align:left;
}

#newsy
{
	float: left;
 	border: 1px dashed #030;
	background-color: #fff;
 	width: 160px;
	margin: 0;
	padding: 1em;
}
	 
#newsy p {
	margin: 0 0 1em 0; 
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica; 
}

#texty 
{
	margin-left: 200px;
	border: 1px solid #030;
	background-color: #fff;
	padding: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	 } 
#texty2 
{
	margin-left: 240px;
	border: 1px solid #030;
	background-color: #fff;
	padding: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	 } 

#newsy h5 
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 11px;
	line-height: 1.5em;
	color: #030;
}


/* nav buttons */
 
 #navcontainer
 {
 margin: 6px 0 0 0px;
 padding: 0;
 height: 20px;
 width: 100%;
 }

 #navcontainer ul
 {
	border: 0;
	margin: 0;
	padding: 0;
 }

 #navcontainer ul li
 {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
 }

 #navcontainer ul li a
 {
 background: #fff;
 width: 82px;
 height: 18px;
 border-top: 1px solid #330;
 border-left: 1px solid #330;
 border-bottom: 1px solid #330;
 border-right: none;
 padding: 0;
 margin: 0 0 10px 0;
 color: #330;
 text-decoration: none;
 display: block;
 font: normal 10px/18px arial, lucida, sans-serif;
 }

 #navcontainer ul li a:hover
 {
 color: #054c11;
 background: #FFCC00;
 }

 #navcontainer a:active
 {
 background: #054c11;
 color: #fff;
 }

 #activepage
{
 background: #FFCC00; 
 width: 82px;
 height: 18px;
 border: 1px solid #030;
 display: block;
 font: normal 10px/18px arial, lucida, sans-serif;
 	text-align: center;
}

/*end nav buttons */
#newsy2 {
	float: left;
	background-color: #FF9900;
	width: 200px;
	margin: 0;
	padding: 0 0 0 2px;
}

