body {
    background-color: none;
    margin-left: 0px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url('images/EB_background.jpg');
    background-repeat: repeat; 
    background-attachment: fixed
      }

h1 {color: rgb(0,0,80); 
    font-family: arial}

h2 {color: #000096; 
    font-family: Times New Roman}

p {color: #000064;  
   font-family: Arial; 
   font-size: 100%; 
   margin-left: 1cm; 
   margin-right: 1cm}

p.two {color: #000064); 
       font-family: Arial; 
       font-size: 100%; 
       margin-left: 0cm; 
       margin-right: 0cm}


ul {color: #000064; 
    font-family: arial; 
    font-size: 100%; 
   margin-left: 2cm; 
   margin-right: 0cm
    }

ul.two {color: rgb#000064; 
        font-family: arial; 
        font-size: 100%;
        margin-left: 75px; 
        margin-right: 0px
        }


ol {color: #000064}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: #000064; 
font-size: 100%; text-decoration: none; font-weight: bold}
a:visited {color: #000064; 
font-size: 100%; text-decoration: none; font-weight: bold}
a:hover {color: #1414FF; 
font-size: 100%; text-decoration: underline; font-weight: bold}
a:active {color: #000064; font-size: 100%; font-weight: bold}

a.two:link {color: #000064; font-weight: normal; 
font-size: 80%; text-decoration: underline}
a.two:visited {color: #000064; font-weight: normal;  
font-size: 80%; text-decoration: underline}
a.two:hover {color: #000064; font-weight: normal; 
font-size: 80%; text-decoration: underline; 
background-color: #C8E1FF}
a.two:active {color: #000064; font-size: 80%; 
font-weight: normal; text decoration: underline}

#navlist ul
{
margin: 100;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a
{
padding: 3px 8px 3px 8px;
border: 0px solid #000096; 
background-color: #000096;
background-image: url(images/button_down.jpg);
}

#navlist a:link, #navlist a:visited
{
color: #FFFFFF;
border: 0px solid #000096;   
text-decoration: none; 
font-size: 12px; 
font-weight: bold;
}

#navlist a:hover
{
border: 0px solid #000096;
background-color: #000096;
background-image: url(images/button_over.jpg); 
font-size: 12px; 
color: #FFFF00;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid #000096;
background-color: #000096;
background-image: url(images/button_down.jpg); 
font-size: 12px; 
color: #FFFF00;
}
