/* CSS Document */
body{
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
background-color:#ffffff;
}

#header{
width:760px;
height:200px;
background-image:url(../images/header1.jpg);
background-repeat:no-repeat;

 }

#horz{
background-color:#003300;
margin-top:-30px;
margin-left:0px;
width:100%;
height:20px;
}

#horz a{color:#ffffff; 
margin-left:5px;
font-size:0.8em;
}
#horz a:hover{color:#996600;}

 #wrapper{
 margin-top:0px;
 width:760px;
 border:1px #006633 solid;
 background-color:#dddddd;
 }

 #banner{
 width:800px;
 height:100px;
 background-image:url(../images/banner2.jpg);
 background-repeat:no-repeat;
 }

 #content{
 margin-top:10px;
 margin-right:4px;
 margin-left:2px;
 
 }
 
.contentimage{
float:left;
margin-right:10px;
margin-bottom:10px;
width:auto;
height:420px;
}
.textbottom{
	margin:10px;
	margin-bottom:20px;
}
#content ul{
font-size:0.9em;
}
.textbottom a{color:#003300;}
.textbottom a:hover{color:#996600;}

.textleft{
margin-top:20px;

}

.linkgreen{
color:#996600;
background-image:url(../images/link15040.gif);
width:200px;
height:40px;
background-repeat:no-repeat;
padding-top:6px;
}

.textbottom{
}

.footer{
clear:both;
background-color:#003300;
width:auto;
height:65px;
color:#999999;
font-size:0.8em;
padding-top:10px;
}
.footertext{
margin-left:auto;
margin-right:auto;
margin-top:4px;
}

.feature{
	width:250px;
	height:auto;
	border: 1px solid #003300;
	padding:2px;
	margin-top:3px;
	margin-left:8px;
	text-align:center;
}

.feature h1{
background-color:#003300;
color:#999999;
height:15px;
font-size:1.0em;
margin:0px;
padding:4px;
}

