﻿body
{
    background-color: #ffffff;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
   color:#666666;
}

img 
{
    border:0px;
}

h1
{
    font-size: 10pt;
    font-weight: bolder;
   line-height: 6px;
   color:Maroon;
}

#container
{
    width: 850px;
    text-align: center;
    margin: auto;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
}

#menu
{
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    font-size: 10pt;
    color: #990000;
    width: 850px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    height: 75px;
    border-bottom: #666666 1px dotted;
}

#menuoptions 
{
    width:800px;
    padding-left:40px;
    padding-top:15px; 
    text-align:right;  
}

#menu li 
{
    
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	display:inline;
	padding-right:5px;
	
}


#menu a:hover
{
	color: #990000;
	text-decoration: none;
}

#menu a
{
	color: #666666;
	text-decoration: none;
}

#content 
{
 text-align:left; 
 width:850px;
 


}

#text 
{
    width:450px;
    margin-left:10px;
}

#photo 
{

   margin-left:10px; 
   margin-top:-12px;
   float:right;
   
   display:block;
    
}

#photo img 
{
    border-bottom: #666666 1px dotted;
}

#photo p 
{
 margin:5px;
 padding:0px; 
 border-bottom: #666666 1px dotted; 
 display:block; 
}


.floatleft 
{
    float:left;
}

#footer
{
    clear: both;
    text-align: center;
    background-color: #d3d3d3;
    font-size: 12pt;
    font-weight:bold;
    border-bottom: #d666666 1px dotted;
    border-top: #666666 1px dotted;
}

#footer p 
{
 margin-top:5px;   
}

.logo 
{
    float:left;
    }