body {
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    font-size : 10pt; font-weight : bold;
    }

dt {
    font-size : 125%; 
    font-weight:bold;
    }
dd {
    font-size : 100%;
    }
h1 {
    font-size : 175%;  
    font-weight: bold; 
    text-align: center;  
    text-decoration: underline;
    font-variant : small-caps;
    }
h2 {
    font-size : 150%;  
    font-weight: bold; 
    text-align: center;
    font-variant : small-caps;
    }
h3 {
    font-size : 125%;  
    font-weight: bold; 
    text-decoration: underline;
    }

h4 {
    font-size : 125%;  
    font-weight: bold;
    }
h5 {
    font-size : 100%;  
    font-weight: bold; 
    text-decoration: underline;
    }
caption {
    font-size : 150%;  
    font-weight: bold; 
    vertical-align: top;
    }
td {
    font-size : 100%;   
    font-weight: bold; 
    vertical-align: top;
    }
th {
    font-size : 125%;  
    font-weight: bold; 
    vertical-align: top; 
    text-decoration: underline;     
    text-align: center;
    }
p {
    font-size : 100%; 
    font-weight: bold;
    }

em {
    font-weight: bold; 
    text-decoration: none;
    }
strong {
    font-weight: bold; 
    text-decoration: underline
    }

ul  {
    }
.nav 
    {
    list-style-type : none; 
    list-style-position: outside; 
    }

#nav li  {
    font-size : 100%; 
    font-weight: bold; 
    margin-left: -2em;
    border: 3px #176CC7 outset;
    text-align: center;
    display: block;
    }

#nav li:hover {
    border:3px #176CC7 inset;
    }
#nav a {
    display: block;
    }
.nav {
    font-weight:bold; 
    text-decoration: none; 
    }

small {
    font-size : 70%;  
    font-weight: normal; 
    }

#container {
    position : absolute; 
    left: 0%; 
    width : 1000px; 
    margin-left : 0px; 
    border : 0px solid  #176CC7; 
    border-top : 10px solid  #4455A5;
    }
#masthead {
    top : 0; 
    width: 1000px;
    }
#nav {
    float : left; 
    width : 190px; 
    margin-left : 0px; 
    padding-left : 1px; 
    padding-right : 1px;    
    border-right : 1px solid black;
    }
#content {
    float : left; 
    width : 759px; 
    margin-left : 0em; 
    padding-left : 1em; 
    border-left : 0px solid black;
    }
#footer {
    clear: both; 
    width: 1000px; 
    border-top: 1px solid black; 
    }

img.padding {
    padding: 20px;
    }

p.floated {
    float: left;
    }


