

#top_content {
  position: absolute; 
  margin-left:100px;
  }



#main_content {
  Width:610px;
  background:#fff;
  position: absolute; 
  margin-left:145px;
  top: 210px; 
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  }
	

#nav_menu {
  width: 800px;
  height: 36px;
  padding-top: 10px;
  position: absolute; 
  margin-left:210px;
  margin-top: 100px; 
  font-weight: bold;
  font-family: Arial; 
  font-size: 12pt;
  }




div.menu_list a {
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  background : #cccccc; 
  border-top: 3px #cccccc solid;
  border-left: 3px #cccccc solid;
  border-bottom: 3px #333333 solid;
  border-right: 3px #333333 solid;
  text-decoration: none;
  color: #000000;
  font-weight: bold; 
  }

div.menu_list A:visited {
  background : #cccccc; 
  border-top: 3px #cccc solid;
  border-left: 3px #cccc solid;
  border-bottom: 3px #333333 solid;
  border-right: 3px #333333 solid;
  color: #000000;
  }

div.menu_list A:hover {
  background: 	#999999;  
  border-top: 3px #333333 solid;
  border-left: 3px #333333 solid;
  border-bottom: 3px #cccccc solid;
  border-right: 3px #cccccc solid;
  color: #000000;
  }









body {
  margin:10px 10px 0px 10px;
  padding:0px;
  font-family: Arial; 
  font-size: 10pt;
  }
	



a:visited  {
  color:#000000; 
  font-weight: bold; 
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: none;
  }


a:link     {
  color:#000000; 
  font-weight: bold; 
  text-decoration: none;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: none;
  }

a:hover   {
  color:#000000; 
  font-weight: bold; 
  text-decoration: none;
  }


p,h1,h2,h3,h4 {
  margin:10px 10px 0px 0px;
  }

hr {
  margin:10px 10px 10px 10px;
  }



div.container {
  border: 4px solid #6080c0; 
  font-weight: bold; 
  text-decoration: none; 
  color:#a08060; 
  padding: 10px;
  }

div.spacer {
  clear: both;
  }


