html {
	margin: 0;
	padding: 0;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #F2F2CB;
	behavior: url(csshover.htc);
}
div#wrapper{
	width : 950px;
	margin: 0 auto 0 auto;
}
h1 {
	font-size: 160%;
	display: block;
	background: #e4ecca;
	margin: 4px 0 2px 0;
	padding-bottom : 0.3em;
	padding-top : 0.5em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	text-align: left;
}
h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #54702c;
	font : 150%;
	font-weight: bold;
}
h3 {
	font-size: 133%;
	padding-left: 25px;
	color : black;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	padding-left: 25px;
	color: Black;
	font : bold;
}
h3 + p {
   padding-left: 20px;
}
h4 + p {
   padding-left: 20px;
}
p {
	margin: 2px 3px 1em 10px;
	padding-left: 5px;
}

a{
	color : #54702c;
}
a:visited{
	color : #575757;
}
a:hover{
	color : #804000;
}
.welcome{
	font-size: 200%;
	background: #F2F2CB;
	border-bottom : 5px solid #487A05;
	padding-left: 0;
}
.push{
	text-align:right;
}

div#nav {
	float: left;
	margin: 0 0 3px 0;
  	width: 160px;
	height: 515px;
	}
div#nav ul {
	margin: 0;
	padding: 0;
	background: url(images/leaf_long3.jpg) no-repeat;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 2px;
	width: 95px;
	height: 3.3em;
	text-align: left;
	line-height: 1.5em;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid White;
	border-right : 1px solid #F2F2CB;
}
div#nav li:hover {
	background: url(images/leafblur_hover2.jpg) repeat;
}

div#nav li.submenu ul{
		background: url(images/leaf_long2.jpg) no-repeat;
}


div#nav li.submenu li:hover {
	background: url(images/leafblur_hover2.jpg);
	
}
div#nav li a {
	display: block;
	padding: 3px 1px 0 3px;
	text-decoration: none;
	width: 95px;
	color: white;
	border: 5px green;
}
div#nav>ul a {width: auto; height: 1%}
div#nav ul ul {
	position: absolute;
	width: 100px;
	display: none;
	top: 0;
	left: 97px;
}

div#nav ul ul li {
	border-bottom: 1px solid White;
	border-left : 2px solid #F2F2CB;
}
div#nav ul.level1 li.submenu:hover ul.level2{
	display : block;
}

div#main  {
	float: left;
  	width: 720px;
  	background-image: url(images/bgcolor.gif) repeat-y;
	bacground-position: left top;
} 
div#main img{
	float:left;
	padding-right:10px;
}
div#logo {
   width: 70px;   
   float: left;
}
div#logo_back {
	position: absolute;
	left: 300px;
	top: 145px;

}
div#highlight1{
	position:relative;
	float:left;
	width: 720px;
	font-size: 120%;
}
div#highlight2{
	position:relative;
	float:left;
	width: 720px;
	font-size: 120%;
}
div#highlight3{
	position:relative;
	float:left;
	width: 720px;
	font-size: 120%;
}
div#footer {
   clear:both;
	bottom: 0;
	color: Gray;
	font-size: 100%;
	margin-top: 3px;
}
div#footer ul{
	text-decoration: none;
}

div#footer li{
	position: relative;
	list-style: none;
	float: left;
	padding:3px;
	width:85px;
}
div#footer li a {
	text-decoration: none;
	color: Gray;
}
.copyright{
	clear: both;
	display: block;
    text-align: center;
	padding-top: 10px;
	color: #54702c;
}
