
.header
{
 position: absolute;
 left: 50%;
 top: 0px;
 margin-left : -390px;
 width : 780px;
 height : 30px;
 background-color : #5988B9; 
}


.header ul 
{
 list-style-type : none;
 margin : 0px;
 padding-top : 10px; 
 padding-left : 435px;
 text-align : justify;
 height : auto;
 border : none;
}


.header ul li 
{
 display : inline;
 padding-right : 10px;
} 


.header ul li a:link, .header ul li a:visited
{
 text-decoration : none;
 font-family : Arial Baltic;
 font-size : 7.5pt;
 font-weight : bold;
 font-style : normal;
 color : #DAE7F3;
}


.header ul li a:hover 
{
 text-decoration : none;
} 


.title
{
 position: absolute;
 left: 50%;
 top: 6px;
 margin-left : -380px;
 width : 350px;
 font-family : Book Antiqua; 
 font-size : 16pt;
 font-style : italic;
 font-weight : bold;
 color : #DAE7F3;
}


.headerphoto
{
 position: absolute;
 left: 50%;
 top: 30px;
 margin-left : -390px;
 width : 780px;
 height : 98px;
}


.nav
{
 position: absolute;
 left: 50%;
 top: 128px;
 margin-left: -390px;
 width : 780px;
 height : 30px;
 background-color : #5988B9;
 display : block;
}


.nav ul 
{
 list-style-type : none;
 margin : 0px;
 padding-top : 5px; 
 padding-left : 60px;
 text-align : justify;
 height : auto;
 border : none;
}


.nav ul li 
{
 display : inline;
 padding-right : 19px;
} 


.nav ul li a:link, .nav ul li a:visited
{
 text-decoration : none;
 font-family :  Arial Baltic;
 font-size : 8pt;
 font-weight : bold;
 font-style : normal;
 color : #DAE7F3;
}