
html, body{ 
/*
 margin: 0 40 0 0; 
*/
 padding: 0; 
 text-align: center;
 font-family: Georgia;
 font-size: 1em;
 color: #999;
 background-color: #eee;
 background-image: url('background3.gif');
 background-repeat: repeat-y;
 background-position: center;
} 
 
#pagewidth{ 
 width: 800px; 
 text-align: left;  
 margin-left: auto; 
 margin-right: auto; 
 background-color: #fff
} 
 
#header{
 position: relative; 
 height: 180px;
 vertical-align: top;
 width: 100%;
} 

#leftcol{
 width: 130px; 
 float: left; 
 position: relative;
 }

#menu {
 margin: 0 ;
 padding: 0;
 position: relative;
 float: left; 
 width: 160px; 
 background-color: #fff;  
}


#menu ul {
 border-top: 0px ;
 border-left: 0;
 border-right: 0;
 border-bottom: 1px ;
 border-color: #aaa ;
 border-style: solid ;
 list-style-type: none; 
 position: relative
 width: 160px; 
 padding: 0; 
 font-family: Helvetica;
 font-size: 10pt; 
 font-weight: 500;
}

#menu li {
  border-top: 1px ;
  border-left: 0;
  border-right: 0;
  border-bottom: 0px ;
  border-style: solid ;
  border-color: #aaa ;
  padding: 0; 
  margin: 0px ;
  background-repeat:no-repeat;
  background-position: left bottom;
  width: 160px;
}

#menu li:hover {
  padding: 0; 
  background-repeat:no-repeat;
  background-position: left bottom;
  background-color: #fff;  
  width: 160px;
}


#menu ul ul {
  border-top: 0px ;
  border-left: 20px;
  border-right: 0;
  border-bottom: 0px ;
  border-style: solid ;
  border-color: #fff ;
  padding: 0px 0px 0px 0px;
  margin: 0px ;
  background-repeat:no-repeat;
  background-position: left bottom;
  width: 160px;
  display: block;
}


#menu a, a:visited, a:active, a:link {
  text-decoration: none;
  display: block; 
  padding: 8px 5px 4px 13px; 
  color: #222;
  width: 160px; 
	
}

#menu a:hover {
  text-decoration: none;
  display: block; 
  padding: 8px 5px 4px 13px; 
  color: #900;
  width: 160px;
}


a, a:visited, a:active, a:link {
  text-decoration: none;
  display: block; 
  color: #222;
}

a:hover {
  text-decoration: none;
  display: block; 
  color: #900;
}

h2 {

 line-height: 20pt;
 
 }

#maincol li {
  padding: 3px 0px 4px 13px; 
  margin: 0px 10px 0px 0px;
  background-repeat:no-repeat;
  background-position: left bottom;
  background-color: #fff;
  width: 100px;
  text-align: left;
  border: 0px 10px 0px 0px;

}  

#maincol{
 background-color: #fff;
 float: right; 
 display: inline; 
 position: relative; 
 width: 500px; 
 padding: 0px 40px 10px 0px;
 margin: 0px 0px 0px 0px;
 color: #000;
 font-family: Helvetica;
 font-size: 11pt;
 line-height:14pt;
 text-align: justify;
}

#footer{  
  border-top: 1px ;
  border-left: 0;
  border-right: 0;
  border-bottom: 0px ;
  border-style: solid ;
  border-color: #aaa ;
  text-align: center ;
  font-family: Georgia;
  font-size: 8pt;
  line-height:14pt;
  clear: both;
} 




