@charset "UTF-8";
/* CSS Document */

body, a, p, div, span {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	
	
}
#container {
width:883px;	

margin: 5px auto;
}
a {
	text-decoration:none;
}
.green {
	color: rgb(119,184,0);
}
.blue {
	color:rgb(5,16,84);
}

h1 {
	font-weight:bold;
	font-size:14px;
	color: rgb(119,184,0);	
}

a:hover, a:link, a:active {
	color: rgb(119,184,0);	
}

#nav a {
color:white;	
}
#nav a:hover, #nav a:active {
		color:rgb(5,16,84);
}
#navbar {
	font-family:"Franklin Book",Verdana, Geneva, sans-serif	;
	font-size:12px;
	background-color: rgb(119,184,0);
	min-height:30px;
}
#navbar a:active, #navbar a:hover {
	color:rgb(5,16,84);	
}
#header, img {
padding:0px;
margin:0px;
}
#content {
	background-image:url(/layout_images/home_gradient.jpg); 
	height:250px; 
	min-height:250px;
	
	background-attachment:fixed;
	background-repeat:no-repeat;
}
#left_content {
	float:left; width:50%; min-height:200px;
}
#newslist {
	padding-top:38px;
	padding-left:8px;
	float:left; width:30%; min-height:200px; background-image:url(/layout_images/newsbox_background.gif); background-position: 0px 30px; background-repeat:no-repeat;
}
#newssignup {
	float:left; width:20%; min-height:200px;
}