/* CSS document*/ 

body 
{ 
margin: 0; 
padding: 0; 
font-family: garamond; 
font-size: 1.0em; 
color: #666666; 
background-color:#003366;  
} 

.container 
{ 
width: 850px; 
position: absolute; 
left: 50%; 
margin-left: -400px; 
background-image: url('images/book.png');
background-repeat: no-repeat;
} 

.header 
{ 
height: 90px; 
background-color:#transparent;  
} 

.top 
{  
height: 30px;
text-align: center; 
background-color:#transparent; 
}

.menutop 
{ 
list-style-type: none; 
margin: 0; 
padding:0; 
} 

.menutop li {
display: inline;
background-color: transparent;
} 

.menutop a 
{ 
background-color: transparent;
color: #9EB1C5;
text-decoration: none;
font-size: 105%;
font-variant:small-caps;
} 

.menutop a:hover 
{ 
text-decoration: none;
color:#003366; 
}
 
.left 
{ 
position: absolute; 
left:0; 
width: 140px; 
height: 400px; 
background-color:#transparent; 
text-align: center;
} 

.menuleft 
{ 
list-style-type: none; 
margin: 0; 
padding:0; 
text-align: center;

} 
.menuleft li 
{ 
background-color: transparent;
} 

.menuleft a 
{ 
background-color: transparent;
color: #000000;
text-decoration: none;
width: auto;
font-variant:small-caps;
text-align: center;
} 

.menuleft a:hover 
{ 
text-decoration: none;
color:#FFF; 
}

.main 
{ 
margin-left: 142px; 
width: auto; 
height: 425px; 
padding: 5;
overflow: auto; 
} 

.main a 
{ 
color: #666666;
text-decoration: underline;
font-size: 100%;
} 

.main a:hover 
{ 
text-decoration: none;
color:#003366; 
}

.footer 
{ 
height: 15px; 
background-color: #transparent;
font-size: 80%; 
} 

.footer a 
{ 
color: #FFFFFF;
text-decoration: none;
} 

.footer a:hover 
{ 
text-decoration: none;
color:#003366; 
}

a {
outline: none;
}

p 
{ 
margin: 0 10px 10px 0; 
}

pre
{
font-weight: normal;
color: #666666;
font-family: Garamond;
}

hr {
color: #FFED6A;
background-color: #FFED6A;
height: 5px;
width: 100%;
border: 0;
align: center;

}

h1 
{ 
font-size: 110%; 
}

h2 
{ 
font-size: 105%; 
}  

h3 
{ 
font-size: 105%;
text-decoration: blink;
color: #000000; 
} 

h3 
{ 
font-size: 70%;
font-variant:small-caps; 
}

h4 
{ 
font-size: 130%; 
} 


table.one
{
table-layout: automatic;
font-size: 100%;
font-variant:small-caps; 

}

