body {
    background-color: #edf2f2;
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 10pt;
    line-height: 130%;
	
	}
	
#container {
    position: relative;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	
	
	}


#content {
    position: absolute;
    width: 585px;	
    top: 10px;
    left: 50px;
    background-color: #edf2f2;   
	
   	
    }
	
#content p  {
   padding-left: 15px;
   margin-top: 6px;
}	




a         { text-decoration: underline} 
a:link    { color: blue } 
a:visited { color: purple } 
a:hover   { 
            color: #000080;
            background-color: 	#d2f2e7;                 /*     #e6e6fa;    */
          } 

#content h3 { 
    margin-top: 0px;
    font-weight: 400;
    font-size: 110%;
    line-height: 100%;
    font-variant: small-caps;
    color: #1E90FF;
    margin-bottom: 12px;
    padding-left: 15px;
    }		
	
/* eg "Photo 1"  right aligned */
#content h2 { 
   margin-top: 0em; 
   margin-bottom: 0em; 
   padding-top: 0em;
   line-height: 100%;
   font-weight: 100;
   font-size: 7pt;
   text-align: right;
   color: #708090;
   }			
   
/* source --> http://css.maxdesign.com.au/listamatic/vertical05.htm   */
#navlist
{
margin-left: 20px;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 12px;
background-image: url(dot4.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}   
