body {
  background-color: #D4BAA3;
	margin-left: 0px;
	margin-top: 0px;
        margin_right: 0px;
        margin-bottom: 0px;
        background-image: url('images/background.GIF');
        background-repeat: no-repeat;
        background-position: center; 
        background-attachment: fixed
}

h1 {color: #FFFFFF}
h1 {font-family: Times New Roman}

h2 {font-family: Times New Roman; color: #FFFFFF}

p {color: #000000}
p {font-family: arial}
p {font-size: 100%}
p {margin-left: 0.5cm}
p {margin-right: 0.5cm}

p.two {color: #000000}
p.two {font-family: arial}
P.two {font-size: 100%}
p.two {margin-left: 0cm}
p.two {margin-right: 0.5cm}

p.three {color: #000000}
p.three {font-family: arial}
P.three {font-size: 100%}
p.three {margin-left: 0cm}
p.three {margin-right: 0cm}

p.four {color: #000000}
p.four {font-family: arial}
P.four {font-size: 100%}
p.four {margin-left: 40px}
p.four {margin-right: 40px}

ul {color: #000000}
ul {font-family: arial}
ul {font-size: 100%}

ul.two {color: #000000}
ul.two {font-family: arial}
ul.two {font-size: 100%}
ul.two 
{
list-style-image: url('images/arrow.GIF')
}
ul.two {margin-left: 1.5cm}
ul.two {margin-right: 1cm}

ul.three {color: #000000}
ul.three {font-family: arial}
ul.three {font-size: 100%}
ul.three 
{
list-style-image: url('images/arrow.GIF')
}
ul.three {margin-left: 0cm}
ul.three {margin-right: 0cm}

ol {color: #000000}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: #FFFFFF; 
font-size: 100%; text-decoration: none}
a:visited {color: #FFFFFF; 
font-size: 100%; text-decoration: none}
a:hover {color: #FCFBC6; background: none; 
font-size: 100%; text-decoration: none}
a:active {color: #FFFFFF; font-size: 100%}

a.two:link {color: #000000; font-weight: normal; 
font-size: 90%; text-decoration: underline}
a.two:visited {color: #000000; font-weight: normal;  
font-size: 90%; text-decoration: underline}
a.two:hover {color: #000000; font-weight: normal; 
font-size: 90%; text-decoration: underline; background: #FCFBC6}
a.two:active {color: #000000; font-size: 90%; font-weight: normal; 
text decoration: underline}

a.three:link {color: #000000; font-weight: bold; 
font-size: 16px; font-family: Arial; text-decoration: underline}
a.three:visited {color: #000000; font-weight: bold;  
font-size: 16px; text-decoration: underline; font-family: Arial}
a.three:hover {color: #000000; font-weight: bold; 
font-size: 16px; text-decoration: underline; background: #FCFBC6; font-family: Arial}
a.three:active {color: #000000; font-size: 16px; 
font-weight: bold; font-family: Arial; text decoration: underline}

a.four:link {color: #000000; font-weight: bold; 
font-size: 10px; text-decoration: underline}
a.four:visited {color: #000000; font-weight: bold;  
font-size: 10px; text-decoration: underline}
a.four:hover {color: #C85064; font-weight: bold; 
font-size: 10px; text-decoration: underline; background: #FFFFFF}
a.four:active {color: #000000; font-size: 10px; font-weight: bold; 
text decoration: underline}

a.five:link {color: #FFFF00; font-weight: bold; 
font-size: 12px; text-decoration: underline}
a.five:visited {color: #FFFF00; font-weight: bold;  
font-size: 12px; text-decoration: underline}
a.five:hover {color: #FFAF00; font-weight: bold; 
font-size: 12px; text-decoration: underline; background: #FFFFFF}
a.five:active {color: #FFFF00; font-size: 12px; font-weight: bold; 
text decoration: underline}

#navcontainer ul
{
margin: 0;
padding: 10;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif; color: white;
font-size: 11px; font-weight: bold
}

#navcontainer li { margin: 0px 0px 0px 0px; }

#navcontainer a
{
display: block;
padding: 6px 5px 4px 15px;
border: 0px solid rgb(235,235,235);
width: 135px;
background-color: #FF0000;
background-image: url(images/button_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
border: 0px solid #EBEBEB;
color: yellow; text-decoration: none;
}

#navcontainer a:hover
{
border: 0px solid #EBEBEB;
background-color: #FF0000;
background-image: url(images/button_over.jpg);
color: black;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid #EBEBEB;
background-color: #FF0000;
background-image: url(images/button_down.jpg);
color: yellow;
}

#showimage{
position: absolute;
visibility: hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

