@charset "utf-8";
/* CSS Document */
/* this forces the vertical scroll bar, irrespective of page content */
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	color: #00853e;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 90%;
	}
 h1 {
	border-top: 2px solid #030;
	padding-top: 7px;	
 }
 
#index h1{
	color:#030;
	font-size:2.5em;
}
#index {
	background-color: #00853e;
	background-image: url(images/bg_page.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 760px;
}
ul.mainNav {
	margin-left: o;
	list-style: none;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom:double 1px #666;
	overflow:hidden;
	zoom: 1;
	font-size: 75%;
}
ul.mainNav li{ 

	display:inline;
	}
ul.mainNav a {
	border: double 1px  #999;
	border-bottom: double;
	padding: 5px 16px 5px 15px;
	margin-right:5px;
	background-color:#e7e7e7;
	text-decoration:none;
	color: #630;
	text-transform:uppercase;
	
	/* display:block; */
}

ul.mainNav a.hover {
	color: #C00;

}

form {
	width: 500px;
	text-align:center;
	margin-left: 100px;
	
	
}

#header p{
	float: right;
	color:#C00;
}

ul.what {
	list-style:  square;
	font-size: 1.3em;
	color: #630;
	
}
ul.what2 {
	list-style: none;
	font-size: 1.2em;
	color: #00853e;
	line-height: 1.4em;
	margin-right:100px;
	
}

ul.what2 li{
	/*list-style-image:url(images/bullet_tree.jpg);*/
	list-style:circle;
	list-style-position:outside;
	background-position: bottom;

	
}
#index table {
	text-align: left;
}
.new {
	color: #F00;
}

