body {background-color: rgb(110,140,170)}

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: 1cm}
p.two {margin-right: 2cm}

p.three {color: rgb(255,255,255)}
p.three {font-family: arial}
P.three {font-size: 80%}
p.three {margin-left: 0cm}
p.three {margin-right: 0cm}

p.four {color: rgb(0,0,100)}
p.four {font-family: arial}
P.four {font-size: 100%}
p.four {margin-left: 0cm}
p.four {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: 20%}
ul.two {margin-right: 2cm}

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: navy; 
font-size: 100%; text-decoration: underline}
a:visited {color: navy; 
font-size: 100%; text-decoration: underline}
a:hover {color: navy; background: rgb(200,225,255); 
font-size: 100%; text-decoration: underline}
a:active {color: navy; font-size: 100%}

a.two:link {color: navy; font-weight: bold; 
font-size: 100%; text-decoration: none}
a.two:visited {color: navy; font-weight: bold;  
font-size: 100%; text-decoration: none}
a.two:hover {color: navy; font-weight: bold; 
font-size: 100%; text-decoration: underline; background: rgb(215,235,255)}
a.two:active {color: navy; font-size: 100%; font-weight: bold; 
text decoration: underline}

#navcontainer ul
{
margin: 0;
padding: 10;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; font-weight: bold;
color: rgb(171,130,2)
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 5px 5px 4px 25px;
border: 1px solid rgb(3,38,86);
width: 90%;
background-color: rgb(173, 195, 255);
background-image: url(images/button_down.GIF);
}

#navcontainer a:link, #navlist a:visited
{
border: 1px solid rgb(3,38,86);
color: white;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid rgb(3,38,86);
background-color: white;
background-image: url(images/button_over.GIF);
color: yellow;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid rgb(3,38,86);
background-color: rgb(173, 195, 255);
background-image: url(images/button_down.GIF);
color: rgb(171,130,2);
}

