body{
margin: 0;        
padding: 0; 
background-color: white;
color: #003366;
font-size: 76%;
}

a:link {  color: #003366;}
a:visited {color: #0033cc; }
a:hover {text-decoration: none; }
a:active {text-decoration: none; }

div#nav{
position: absolute;
top: 30px;
left: 18%;
font: 1.2em garamond,helvetica,sans-serif;
background-color: white;
color : #0033cc;        
height: 50px;   
}                       

div#nav ul {
list-style-type: none;             
}
div#nav ul li 
{
display: inline;
}

div#nav li a{
background-color: white;          
color : #0033cc;  
}

div#nav li a:hover{
background-color: #003366;        
color: white;    
text-decoration: none;     
}  
div#logo{
position: absolute;
top: 85px;
left: 36%;
}
div#content {
position: absolute;
top: 120px;
left: 210px;
right: 10px;
}

.thumbnail      /*added this*/
{
float: left;
width: 120px;
margin: 8px 0 0 10px;
padding: 8px;
}

.thumbnailg
{float: left;
width: 220px;
padding: 8px;
}
.clearboth { clear: both; }         /*to here*/

img{border: 0;}
#content h1{
font: bold 1.8em garamond, arial,sans-serif;
color: #003366;
}
#content h2 {
font:bold 1.5em garamond,arial,sans-serif;
color: #003366;
}
p {
font: 1.2em/140% garamond,arial,sans-serif;
color: #003366;
}
.small
{
font: 1em garamond,arial,sans-serif;
color: #003366;
text-align: center;
}
hr{
height: 2px; 
width: 95%; 
color: #003366; 
border: none; 
background-color: #003366;
} 

div#sidebar {
position: absolute;
top: 120px;        
left: 10px;       
width: 185px; 
}

div#sidebar div.feature {
font: 1.2em/140% garamond,helvetica,sans-serif;
color : #003366;                
background-color : #bfd1e5;                                                             
margin-bottom : 12px;             
padding: 2px;                          
}
div#sidebar div.feature ul{
margin : 0;                   
padding : 0 0 8px 10px;                     
background-color: white;    
                            
}                                          
div#sidebar div.feature ul li{
color: #003366;                      
background-color : white;  
list-style-type: none;
}
div#sidebar div.feature ul li a{
color: #003366;                 
background-color : transparent;      
text-decoration : underline;     
}

div#sidebar div.feature ul li a:hover{
color: #003366;
background-color: white;    
text-decoration : none;
}
div#sidebar h2{
font: bold 1.1em garamond,helvetica,sans-serif;                
margin : 0;
padding : 0;
color: #003366;                   
}


