/* CSS Document */

		/**************Wrapper: 760px - fixed size**************/
#wrapper {
	width: 760px;
	border: 1px solid #999;
	background-color:#E4E4E4;
	}	

		/**************Banner Div**************/
#banner {
		background-color:#BFD5A4;
		padding: 10px 0px 5px 0px;
		border-bottom: 1px solid #999;
		margin-left: 0px;
		height: 100px;
		}
	html>body #banner {
	height:100px;
		}
#banner h1 {
	font-size:24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
		}

		/**************Navigation Div**************/
#navigation {
	position:absolute;
	width:175px;
	height:125px;
	z-index:1;
	top: 134px;
	left: 11px;
		}
#navigation ul {
	list-style-type: none;
	padding-left: 0px;
	text-transform: uppercase;
	width: 175px;
	margin-left: 0px;
	border-bottom: 1px solid #999;
}
#navigationul ul {
	list-style-type: none;
	margin-left: 0px;
	text-transform: none;
	text-indent: 20px;
	border: none;
}
#navigation a {
	color: #333333;
	font-size: 1.1em;
	text-decoration: none;
	padding: 7px 5px 7px 35px;
	display: block;
	border: 1px solid #999;
	border-bottom: none;
	background-color: #BFD5A4;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:  url(images/nav.gif);
}
#navigation a:hover {
	font-weight: bold;
	background-image:url(images/nav_hover.gif);
	background-repeat: no repeat;
	background-color: #BFD5A4;
	color: #364622;
}

		/**************Centercontent Div**************/
#centercontent {
	margin-left:175px;
	border-left:1px solid #B5C6AA;
		}
	html>body #centercontent {
	margin-left: 175px;
		}

		/**************Footer Div**************/	
#footer {
	background-color:#BFD5A4;
	font-size:11px;
	padding: 10px 10px 10px 20px;
	color: #36364B;
	border-top: 1px solid #999;
		}

#footer a:visited {
	color: #555577;
}
#footer a:link {
	color: #555577;
}
		/**************Credits Div**************/
#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #BFD5A4;
	padding: 0px 0px 10px 20px;
}
#credits a:link {
	color: #3F3F3F;
}
#credits a:visited {
	color: #3F3F3F;
}

		/**************Generic styles*************/

p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#364622;
}

a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 padding-top:10px;
 color:#303030;
}

h2{
 font-size: 114%;
 color: #4A4A4A;
 padding-left:10px;
}

h3{
 font-size: 100%;
 color: ##4A4A4A;
 padding-left:10px; 
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #4A4A4A;
 padding-left:10px; 
}

h5{
 font-size: 100%;
 color: #4A4A4A;
}


		/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 100%;
	margin-right: 8px;
}

.feature h1{
	padding: 15px 0px 0px 0px;
	text-align: left;
	font-size: 18px;
}

.feature img{
	float: left;
	padding: 0px;
	border: solid 0px #A7A7A7;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom:1px;
	clear: left;
}