body		{
		  margin:  0px  0px  0px  0px;
		  background-color: #3366CC;
		}
h1		{
		  position: relative;
		  font-family: Verdana, Sans-serif;
		  font-size  : 140%;
		  font-weight: normal;
		  color: #FF0099;
		  width : auto;
		  height: 20px;
		  margin:  0px  0px 10px  0px;
		}
h2		{
		  position: relative;
		  font-family: Verdana, Sans-serif;
		  font-size  : 110%;
		  font-weight: normal;
		  color: #FF0099;
		  width : auto;
		  margin :  0px  0px  0px  0px;
		  padding:  0px  0px  0px  0px;
		}		
p		{
		  font-family: Verdana, Sans-serif;
		  font-size  : 70%;
		  margin :  0px  0px  3px  0px;
		  padding:  0px  0px  0px  0px;
		}
ul		{
		  font-family: Verdana, Sans-serif;
		  font-size  : 70%;
		}
a		{
		  color: #3366CC;
		}
a img		{
		  border: 0px; 
		}		
#menu 		{
		  position: absolute;
		  top     : 16px;
		  left    :  0px;
		}
#menu #options	{
		  position: absolute;
		  top     : 64px;
		  left    :  0px;
		  list-style: none;
		  margin    : 0px;
		  padding   : 0px;
		}
#logo		{
		  border: 0px SOLID #3366CC;
		}
.endsection	{
		  clear: both;
		  /* border-bottom: 1px DASHED #FEDEFE; */
		}
.lopd		{
		  font-style: italic;
		}
p.nav		{
		  padding-top: 5px;
		}
        
        
.clear {
    clear: both;
}