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

body{ margin:0px;
		font-size:12px;
		color:#444444;
		font-family:Trebuchet MS;
		}
		
a{color:#6db33f;
  text-decoration: underline;}

#header{ width:753px;
		 margin:0px auto;
		 position:relative;
		 height:166px;
		 padding-left:192px;}

#content{ border-top:12px solid #ebf0ec;
		  border-bottom:11px solid #ebf0ec;}
		  
		  .content{width:945px;
		 			margin:0px auto; }
					
					#nav{ width:164px;
							margin-top:98px;
							padding:0px 11px 0px 16px;}
							
							#nav ul{ margin:0px;
									 padding:0px;
									 list-style:none;}
							#nav li{ list-style:none;
									  display:block;
									  margin:5px 0px;}
					
					#main_content{ width:734px;
									margin-top:30px;
									padding:0px 10px 10px 10px;}
									
									.content_title{ color:#6db33f;
													font-size:20px;
													margin-bottom:15px;}
									
#footer_holder{ width:945px;
				margin:0px auto;
				padding-top:10px;
				text-align:center;
				font-family:Trebuchet MS;
				font-size:12px;
				color:#dadada;
				text-transform:uppercase;
				}
#footer_holder a{ color:#8e9093;
				  text-decoration:none;}
				  
#footer_holder a:hover{ color:#6db33f;
				  text-decoration:none;}
				  
.footer_current{color:#6db33f;
				  text-decoration:none;}


#bottom{ width:945px;
		 margin:0px auto;
		 text-align:center;
		 text-transform:uppercase;
		 color:#bfbfbf;
		 font-size:11px;
		 padding:10px 0px;
		 font-family:Trebuchet MS;
		 }
		 
		 .box{ width:229px;
		 		margin-right:15px;
				margin-top:58px;
				border:#c4cec6 solid 5px;
				background-color:#e6ebe7;
				margin-bottom:10px;
		 		}
		 .box_title{ color:#1f1b1c;
		 			  font-size:20px;
					  text-align:center;
					  margin:20px 0px;
					  text-transform:uppercase;
					  }
				

.left{ float:left;}
.right{ float:right;}
.clear{ clear:both;}
.marquee{ margin:0px 0px 0px 2px;
		  background-color:#6db33f;}
