body {
  background-color: rgb(255,255,220);
	margin-left: 0px;
	margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 0px;
background-image: 
url('images/main.jpg');
background-repeat: 
no-repeat;
background-position: 
300px 150px; 
background-attachment: 
fixed
}

h1 {color: rgb(0,0,0)}
h1 {font-family: DomBold BT, Arial}
h1 {font-size: }

h2 {color: rgb(0,0,0)}
h2 {font-family: Arial}
h2 {font-size: 120%}
h2 {margin-right: 0%}

p {color: black}
p {font-family: arial}
P {font-size: 110%}
p {margin-left: 1cm}
p {margin-right: 1cm}

p.two {color: black}
p.two {font-family: arial}
P.two {font-size: 110%}
p.two {margin-left: 1cm}
p.two {margin-right: 2cm}

p.three {color: black}
p.three {font-family: arial}
P.three {font-size: 110%}
p.three {margin-left: 0cm}
p.three {margin-right: 0cm}

ul {color: black}
ul {font-family: arial; font-weight: normal}
ul {font-size: 100%}
ul {margin-left: 0cm}
ul {margin-right: 0cm}

ul.two {color: rgb(0,0,0)}
ul.two {font-family: arial}
ul.two {font-size: 100%}
ul.two 
{
list-style-image: url('images/arrow.GIF')
}
ul.two {margin-left: 0.5cm}
ul.two {margin-right: 0cm}

ul.three {color: black}
ul.three {font-family: arial}
ul.three {font-size: 100%; font-weight: bold}
ul.three 
{
list-style-image: url('images/arrow.GIF')
}
ul.three {margin-left: 3cm}

ul.four {color: rgb(0,0,0)}
ul.four {font-family: arial}
ul.four {font-size: 100%}
ul.four 
{
list-style-image: url('images/arrow.GIF')
}
ul.four {margin-left: 1cm}
ul.four {margin-right: 0cm}

ol {color: rgb(0,0,100)}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: rgb(0,0,0); 
font-size: 12px; font-weight: bold; text-decoration: none}
a:visited {color: rgb(0,0,0); font-weight: bold;
font-size: 12px; text-decoration: none}
a:hover {color: rgb(0,0,0); font-weight: bold;
font-size: 12px; text-decoration: none}
a:active {color: rgb(255,255,0); font-size: 12px; font-weight: bold}

a.two:link {color: black; font-weight: bold; 
font-size: 110%; text-decoration: none}
a.two:visited {color: black; font-weight: bold;  
font-size: 110%; text-decoration: none}
a.two:hover {color: #008568; font-weight: bold; 
font-size: 110%; text-decoration: underline}
a.two:active {color: black; font-size: 110%; font-weight: bold; 
text decoration: underline}

a.three:link {color: black; font-weight: bold; 
font-size: 100%; text-decoration: none}
a.three:visited {color: black; font-weight: bold;  
font-size: 100%; text-decoration: none}
a.three:hover {color: #008568; font-weight: bold; 
font-size: 100%; text-decoration: underline; background: none}
a.three:active {color: black; font-size: 100%; font-weight: bold; 
text decoration: underline}

#navcontainer ul
{
margin: 0;
padding: 1;
list-style-type: none;
font-family: Arial;
font-size: 100%; font-weight: bold
}

#navcontainer li { margin: 0px 0px 1px 5px; }

#navcontainer a
{
display: block;
padding: 7px 0px 5px 7px;
border: none;
width: 120px;
background-image: url(images/button_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
border: 0px solid navy
color: black;
text-decoration: none;
}

#navcontainer a:hover
{
border: 0px solid navy;
background-image: url(images/button_over.jpg);
text-decoration: none;
color: black;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid navy;
background-image: url(images/button_down.jpg);
color: yellow;
}
