body {
  background-color: rgb(255,255,255);
	margin-left: 0px;
	margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px
}

h1 {color: rgb(0,0,80)}
h1 {font-family: arial}

h2 {font-family: arial; font-size: 80%}

p {color: rgb(0,0,100)}
p {font-family: Arial}
P {font-size: 100%}
p {margin-left: 0.5cm}
p {margin-right: 0.5cm}

p.two {color: rgb(0,0,100)}
p.two {font-family: arial}
P.two {font-size: 100%}
p.two {margin-left: 0cm}
p.two {margin-right: 0cm}

ul {color: rgb(0,0,100)}
ul {font-family: arial}
ul {font-size: 100%}

ul.two {color: rgb(0,0,100)}
ul.two {font-family: arial}
ul.two {font-size: 100%}
ul.two 
{
list-style-image: url('images/arrow.jpg')
}
ul.two {margin-left: 1.5cm}
ul.two {margin-right: 1cm}

ul.three {color: rgb(0,0,100)}
ul.three {font-family: arial}
ul.three {font-size: 100%}
ul.three 
{
list-style-image: url('images/arrow.jpg')
}
ul.three {margin-left: 40%}
ul.three {margin-right: 1cm}

ol {color: rgb(0,0,100)}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: rgb(0,0,100); 
font-size: 100%; text-decoration: underline}
a:visited {color: rgb(0,0,100); 
font-size: 100%; text-decoration: underline}
a:hover {color: rgb(0,0,100); background: rgb(200,225,255); 
font-size: 100%; text-decoration: underline}
a:active {color: #FF0000; font-size: 100%}

a.two:link {color: rgb(0,0,100); font-weight: bold; 
font-size: 90%; text-decoration: none}
a.two:visited {color: rgb(0,0,100); font-weight: bold;  
font-size: 90%; text-decoration: none}
a.two:hover {color: rgb(0,0,100); font-weight: bold; 
font-size: 90%; text-decoration: underline; background: rgb(200,225,255)}
a.two:active {color: rgb(0,0,100); font-size: 90%; font-weight: bold; 
text decoration: underline}

#navcontainer ul
{
margin: 0;
padding: 10;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-weight: bold
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 5px 5px 4px 15px;
border: 1px solid navy;
width: 135px;
background-color: rgb(173, 195, 255);
background-image: url(images/button_down.GIF);
}

#navcontainer a:link, #navlist a:visited
{
border: 1px solid navy
color: navy;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid navy;
background-color: rgb(173, 195, 255);
background-image: url(images/button_over.GIF);
color: navy;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid navy;
background-color: rgb(173, 195, 255);
background-image: url(images/button_down.GIF);
color: blue;
}

