/* CSS Document */

#main {
	background-image: url(images/dot-background.gif);
	background-repeat: repeat;
	width:100%; 
	text-align:center;
}

#outside {
	background-color: #FFFFFF;
	width: 695px;
	padding-top: 10px;
	padding-bottom: 10px;

}

#outer {
	width:675px;
	background-color: #FFFFFF;
	
}

#imageDiv {
	 margin-top: 2px; border-top: 4px solid #336633; margin-bottom: 1px;
}

#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336633;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 10px solid #336633;
	text-align:right;
	height: 120px;
	width:675px;
}

#top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
}

a {color: #336633;}
a:visited {color: #336633;}
a:hover {color: #E89900;}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	width:675px;
	background-color: #336633;
	padding-top: 4px;
	padding-bottom: 4px;
}


#nav ul {
	list-style: none;
	margin:0;
	padding: 0;

}

#nav ul li {
	border-right:1px;
	float:left;
	width: 135px;
		
}

#nav ul li a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/green-button.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 135px;
	height: 25px;
	padding-top:5px;
}

#nav ul li a:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/orange-button.gif);
	background-repeat: no-repeat;
}

.intro {
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.text {
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.featuretext {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}