* {margin: 0; padding: 0;}

body {
    background-color: #edf2f2;
    text-align: center;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 10pt;
    line-height: 130%;
	
	}
	
#container {
    position: relative;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	
	
	}


#content {
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: #edf2f2;   
	
   	
    }
	
#content p  {
   padding-left: 0px;
   margin-top: 6px;
}	


#content h3 { 
    margin-top: 10px;
    font-weight: 400;
    font-size: 110%;
    line-height: 100%;
    font-variant: small-caps;
    color: #1E90FF;
    margin-bottom: 12px;
    padding-left: 5px;
    }		
	

p.smalltext
   {
   font-size: 9px;
   color: gray; 
   }

