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

body{
	background-color:#016108;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#464106;
	}

#container{
	width:966px;
	margin: 0 auto;
	background:url(img/bgMain.gif) repeat-y; 
	}
	
.headerContainer{
	background:url(img/header.jpg) no-repeat; height:212px;}

.navContainer{
	background:url(img/bgNav.jpg) no-repeat; height:77px;
	color:#b0d19d;
	}
.txtNav{
	padding:3px 0 0 0;
	width:950px;
	text-align:center;
	}

.nav{
	padding:0 0 0 13px;
	}
	
.nav a:link{
	color:#b0d19d;
	text-decoration:none;
	}

.nav a:visited{
	color:#b0d19d;
	text-decoration:none;
	}
	
.nav a:hover{
	color:#fff143;
	text-decoration:none;
	}
	

.mainContainer{
	/*background:url(img/bgMain.gif) repeat-y; */
	width:966px;
	margin: 0 auto;
	}
	
  .compContainer{
  	width:814px;
	margin:0 auto;
	 
	}
	
  .compContainer2{
  	width:780px;
	margin:0 auto;
	padding:0 0 0 15px;
	}
	
	
  .leftColumn{
  	float:left;
	width:394px;
	}
	
 .rightColumn{
  	float:left;
	width:404px;
	padding:0 0 0 10px;

	}

 .rightColumn2{
  	float:left;
	width:750px;
	padding:0 0 0 10px;
 
	}

  .column3{
  	clear:both;
	text-align:center;
	padding:15px 0 0 0;
	}
	
  .txt1{
  	font-size:15px;
	font-weight:bold;
	color:#00601b;
	text-decoration:underline;
	font-style:italic;		
	}
	
  .txtError{
  	color:#FF0000;
	}

  .txt2{
  	color:#00601b;
	font-size:16px;
	font-weight:bold;
	font-style: italic;
  	}
	
  .txt3{
  		font-weight:bold;}
	
 .txt4{
 		color:#00601b;
  		font-weight:bold;}
		
.txt5{
  	font-weight:bold;
	color:#00601b;
	font-style:italic;		
	}

.txt6{
	font-size:12px;
	color:#007E34;
	font-weight:600;
	}

.txt7{
	text-align:center;
	}	

.txt8{
  	font-weight:bold;
	color:#00601b;
	font-style:italic;	
	padding:10px 0 5px 0;	
	}

  .container2{
  width:700px; 
  margin:0 auto;
  }	
 
  .weatherBox{
  	float:left;   
	   }

  .conatiner3{
  	float:left;
	width:490px;
	padding:30px 0 0 20px ;
	}
	

 
	   
		
 .footer{
 	width:966px;
	height:148px;
	margin: 0  auto;
	}
	
 
 