body {
  background-color: #006400;
	margin-left: 0px;
	margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

h1 {color: #FFFFFF}
h1 {font-family: Arial}

h2 {font-family: Arial; font-size: }
h2 {color: #FFFFFF}

p {color: #FFFFFF}
p {font-family: arial}
P {font-size: 100%}
p {margin-left: 1.5cm}
p {margin-right: 1.5cm}

p.two {color: #FFFFFF}
p.two {font-family: arial}
P.two {font-size: 110%}
p.two {margin-left: 1.5cm}
p.two {margin-right: 0cm}

p.three {color: #FFFFFF}
p.three {font-family: arial}
P.three {font-size: 110%}
p.three {margin-left: 0cm}
p.three {margin-right: 0cm}

p.four {color: #FFFFFF}
p.four {font-family: arial}
P.four {font-size: 80%}
p.four {margin-left: 0cm}
p.four {margin-right: 0cm}

ul {color: #FFFFFF}
ul {font-family: arial}
ul {font-size: 100%; margin-left: 2cm; margin-right: 0cm}

ul.two {color: #FFFFFF}
ul.two {font-family: arial}
ul.two {font-size: 110%}
ul.two {margin-left: 0.5cm}
ul.two {margin-right: 0.5cm}

ul.three {color: #FFFFFF}
ul.three {font-family: arial}
ul.three {font-size: 100%}
ul.three 
{
list-style-image: url('images/bullet.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(255,255,255); 
font-size: 100%; text-decoration: none}
a:visited {color: rgb(255,255,255); 
font-size: 100%; text-decoration: none}
a:hover {color: rgb(255,255,255); 
font-size: 100%; text-decoration: none}
a:active {color: #FFFF10; font-size: 100%}

a.two:link {color: #FF7D00; font-weight: bold; 
font-size: 100%; text-decoration: none}
a.two:visited {color: #FF7D00; font-weight: bold;  
font-size: 100%; text-decoration: none}
a.two:hover {color: #FFFFFF; font-weight: bold; 
font-size: 100%; text-decoration: underline; background: #FF7D00}
a.two:active {color: #FF7D00; 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
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 5px 5px 4px 15px;
border: 2px solid #006400;
width: 135px;
background-color: #FF7D00;
background-image: url(images/button_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
border: 2px solid #006400;
color: white;
text-decoration: none;
}

#navcontainer a:hover
{
border: 2px solid #006400;
background-color: #FF7D00;
background-image: url(images/button_over.jpg);
color: yellow;
}

#active a:link, #active a:visited, #active a:hover
{
border: 2px solid #006400;
background-color: #FF7D00;
background-image: url(images/button_down.jpg);
color: gray;
}

