body { color: #000000;
       background-color: #fff;
       font-size: 90%;
       font-family: Tahoma;
       margin: 10px; }


a:link     { color: #002060;
             text-decoration: none;
             }
a:visited  { color: #002060;
             text-decoration: none;
             }
a:active   { color: #606060;
             text-decoration: none;
             }
a:hover    { color: #700000;
             text-decoration: none;
             }
ul#menu a{float:left;display:block;padding:2px;margin-right:3px;}
ul#menu a.on{color:white;}
ul#menu li{display:inline;}
ul#menu {padding-left:0;margin-left:0;min-height:12px;margin-bottom:3px;}
             
div#wrapper{
	width:570px;
	margin: 70px 0 0 16%;
	}
div#header {
	
    background-color: #64879d; 
    color: #EDF2F5;
    padding: 9px; 
    text-align: left; 
    font-size: 86%; 
    font-weight: bold;   
}
#header h1, #header p{text-transform: uppercase;}
div#content { 
    background-color: #EDF2F5;
    font-size: 80%; 
    padding: 7px; 
    border: 1px solid #64879d;
    color: #444444; 
}
div#content a {border-bottom:1px dotted #002060;}
div#footer {
    padding: 3px; 
    text-align: left;
    font-size: 76%; 
}
