body { 
  margin:0; 
  padding:0;
  font-size:83%/1.5;
  font-family: "Century Gothic", verdana;
  background-color: white;  
}

#header{
  background-color:white;
  height:80px;
  color:#fff;
}



#header h1 {
	width: 520px;
	height: 63px;
	background-image: url(logo.jpg);
	}
#header h1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
#top, #bottom{ 
  width:100%;
  background-color:#99cc00;
  height:30px;
  color:white;
  text-transform: uppercase;
}

#top p,#bottom p {
  margin-top:0;
  padding-top:4px;
  padding-left:15px;
  text-align:center;
}



#menu {
  position: absolute;
  width: 200px;
  left: 10px;
  padding:0;
  margin:0;
  margin-top:10px;
}

#body {
  margin-top: 30px;
  margin-left: 280px;
  margin-right:227px;
  margin-bottom:125px;
  background-color:#fff;
  height:500px;
  overflow: auto;
}

#body p {
  font-size:10pt;
  text-align:justify;
}

#footer {
  clear:both;
  height:100px;
  color:#333;
  text-align:right;
  margin-right:30px;
  font-size:0.9em;
}
#footer a {
  color:#333;
}



ul#navlist {
  margin:0;
  padding:0;
  font-size:1.1em;
  list-style-type:none;
  width:250px;
}
url#navlist li { 
  margin:0;
  padding:0;
}
ul#navlist li a {

  display:block;
  /*width:11em;*/
  color:#666;
  padding: 0.2em 1em;
  text-decoration: none;
  border: 1px solid #333;
  margin-bottom:15px;
  background-color:#ccc;
  text-transform:uppercase;
  text-align:right;
  
}
/*ul#navlist li a:hover, ul#navlist li.current a {
  background-color:#efefef;
}*/

ul#navlist li.current a {
  color:black;
}

#rightside {
  margin-top:10px;
  float:right;
  width:210px;
}
#rightside div {
  margin-bottom:10px;
}


