body,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,dl,dt,dd,table {
  margin:0;
  padding:0;
 	border:none;
}

ul { list-style:none }
img { border:0 }

body {
 	background:url(../lib/body.gif);
 	font:13px Trebuchet MS, Verdana; 
 	color:#888398;
 	line-height:16px;
}
html,body { height:100% }

/*
h1 { width:158px; height:138px; position:relative; top:19px; left:14px; float:left; }
h2 { width:575px; float:left; margin-top:19px; margin-left:39px; }
h3 { float:right; margin-top:-22px; _margin-top:56px; margin-right:6px; }
h4 { font-size:15px; font-weight:bold; }
*/
h1 {
  margin-bottom: 15px;
  margin-top: 7px;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  text-transform: bold;
  /*border-left: 10px #993333 solid;
  color: #A52A2A; 
  background: #7e7e7e;*/
  color: #007f00; 
}
h2 {
  margin-top: 15px;
  font-size: 16px;
  color: #f7941d;
  border-bottom: 1px dotted #369;
}

h3 {
  margin-top: 10px;
  font-size: 13px;
  color: #007f00;
}

p {
  margin-top:10px;
}

a {
  font-weight:normal;
  text-decoration: underline;
}

a:link, a:visited { color: #007f00; }
a:hover { text-decoration: underline; background-color: green;}

li {	
  background:url(bullet_red.gif) no-repeat 0 5px;	
  padding-left:14px; 
  margin-top: 5px;
}

dd { margin-bottom: 5px; }

#container {
 	position:relative;
 	width:771px; 
 	height:auto; 
 	min-height:100%;
 	margin:auto;
 	border-left:1px solid #9c9c9c; 
 	border-right:1px solid #9c9c9c;
 	text-align:left;
	 background:url(../lib/container.jpg) no-repeat top white; 	
}
* html #container { height:100%; }


#header {
  width:771px;
  height:70px;
  position:relative;
  top:0px;
  left:0px;
  float:left;
}


/***********
** menu    *
************/

#menu {
  clear:both;
  float:left;
  width:171px;
  margin-top:5px;
  padding: 0px 0px 25px 0px;
  text-transform: none;
  color: #004f00;
}

#menu h1, #menu h2,  #menu h3
{
  font-size: 80%;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px white solid;  
}

#menu h1 a, #menu h1.inactive
{
  display: block;
  color: #FFF;
  background-color: #007f00;
  width: 130px;
  padding: 3px 30px 3px 10px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

#menu h2 a, #menu h2.inactive
{
  display: block;
  width: 130px;  
  padding: 3px 20px 3px 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #007f00;
  font-weight: bold;  
  text-decoration: none;
  text-transform: normal;
}

#menu h3 a, #menu h3.inactive
{
  display: block;
  width: 130px;  
  padding: 3px 10px 3px 30px;
  color: #ffffff;
  text-decoration: none;
  background-color: #007f00;
  font-weight: normal;  
  text-decoration: none;
  text-transform: normal;
}


#menu h1 a:hover, #menu h2 a:hover, #menu h3 a:hover
{
  background-color: #004f00;
  color: #FFF;
}

#contents {
  width:575px; 
  float:right; 
  padding-right:5px; 
  margin-top:10px; 
  margin-bottom:50px; 
}

#contents a { 
  font-weight:normal; 
  text-decoration: underline; 
  padding: 0px;
  margin: 0px;
}

#contents a:link, #contents a:visited { color:#f7941d; }

#contents a:hover { 
  text-decoration: underline; 
  color: #fff; 
  background-color: #f7941d; 
}

.bulletred li {
	background:url(../lib/bullet_red.gif) no-repeat 0 5px;
	padding-left:14px;
	/*margin-bottom:10px;*/
}

.bulletblue li {
	background:url(../lib/bullet_red.gif) no-repeat 0 5px;
	padding-left:10px;
	/*margin-bottom:10px;*/
}


#footer {
	clear:both;
	position:relative; left:120px;
	width:575px; height:97px;
	margin-bottom:120px;
	/*background-color:#ff0;*/
}
#footer img { margin-right:5px; }