/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#0E471A;
	background-image:url(../imags/mainbg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
	margin:0px;
	font-size:14px;
	
}


#contentContainer{
width:900px;
margin: 0 auto;

}

#header{
	width:900px;
	background:url(../imags/header1.png);
	height:140px;
}

#contentArea{
	width:900px;
	background:url(../imags/textareabg.png);
}

#flashcontent{
	float:left;
	width:281px;
	height:406px;
	position:relative;
	top:70px;
}

.greenlink{
	color:#009933;
	text-decoration:none;
}

#navcontainer{
  width:227px;
  float:left;
  padding:0;
  margin:0;
}

#navcontainer ul li{
	text-decoration:none;
	list-style-type:none;
	line-height:0px;
	width:227px;
	list-style:none;
}


#navcontainer li{
		margin-left:0px;
	}

#textArea{
	width:655px;
	float:left;
	/*background-image:url(../imags/textbg.png);*/
	margin-top:1px;
	padding-left:10px;
}

#textholder{
	
	width:575px;
}
#flasharea{
	width:900px;
	
}

#footer{
	width:900px;
	
	height:70px;
}

#footertext{
	margin-left:5px;
	position:relative;
	top:20px;
	width:895px;
}

#footertext a{
	color:#000000;
	text-decoration:none;
	font-size:12px;
}