body 
{ 
background-image: 
url('images/background.jpg');
background-repeat: 
 repeat;
        margin-left: 0px;
	margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

h1 {color: #785028}
h1 {font-family: Arial}

h2 {font-family: Arial; font-size: }
h2 {color: #785028}
h2 {margin-left: 0.5cm}
h2 {margin-right: 0.5cm}

p {color: #785028}
p {font-family: arial}
P {font-size: 100%}
p {margin-left: 0.5cm}
p {margin-right: 0.5cm}

p.two {color: #785028}
p.two {font-family: arial}
P.two {font-size: 100%}
p.two {margin-left: 0cm}
p.two {margin-right: 0cm}

ul {color: #785028}
ul {font-family: arial}
ul {font-size: 100%; margin-left: 0cm; margin-right: 0cm}

ol {color: rgb(0,0,100)}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: #785028; 
font-size: 100%; text-decoration: underline}
a:visited {color: #785028; 
font-size: 100%; text-decoration: underline}
a:hover {color: #785028; background: #FFEEB5 
font-size: 100%; text-decoration: underline}
a:active {color: #785028; 
font-size: 100%; text-decoration: underline}

a.two:link {color: #FF7D00; font-weight: bold; 
font-size: 80%; text-decoration: none}
a.two:visited {color: #FF7D00; font-weight: bold;  
font-size: 80%; text-decoration: none}
a.two:hover {color: #FFFFFF; font-weight: bold; 
font-size: 80%; text-decoration: underline; background: #FFFF00}
a.two:active {color: #FF7D00; font-size: 80%; 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: 3px 5px 4px 10px;
border: 1px solid #006400;
width: 140px;
background-color: #006884;
background-image: url(images/button_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
border: 1px solid #006884;
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #006884;
background-color: #006884;
background-image: url(images/button_over.jpg);
color: #FF7D00;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #006884;
background-color: #006884;
background-image: url(images/button_down.jpg);
color: yellow;
}

