body {
  background-color: rgb(255,255,255);
	margin-left: 0px;
	margin-top: 0px;
        margin_right: 0px;
        margin-bottom: 0pxbackground-image: 
}

h1 {color: rgb(200,80,100)}
h1 {font-family: Lucida Handwriting}

h2 {font-family: Lucida Handwriting; color: rgb(200,80,100)}

p {color: rgb(0,0,0)}
p {font-family: arial}
p {font-size: 100%}
p {margin-left: 0.5cm}
p {margin-right: 0.5cm}

p.two {color: rgb(0,0,0)}
p.two {font-family: arial}
P.two {font-size: 100%}
p.two {margin-left: 0cm}
p.two {margin-right: 0.5cm}

p.three {color: rgb(0,0,0)}
p.three {font-family: arial}
P.three {font-size: 100%}
p.three {margin-left: 0cm}
p.three {margin-right: 0cm}

ul {color: rgb(0,0,0)}
ul {font-family: arial}
ul {font-size: 100%}

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: 3cm}
ul.two {margin-right: 1cm}

ul.three {color: rgb(0,0,0)}
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: rgb(0,0,0)}
ol {font-family: arial}
ol {font-size: 100%}

a:link {color: rgb(0,0,0); 
font-size: 100%; text-decoration: none}
a:visited {color: rgb(0,0,0); 
font-size: 100%; text-decoration: none}
a:hover {color: rgb(0,0,0); background: none; 
font-size: 100%; text-decoration: none}
a:active {color: rgb(255,255,255); font-size: 100%}

a.two:link {color: rgb(0,0,0); font-weight: normal; 
font-size: 90%; text-decoration: underline}
a.two:visited {color: rgb(0,0,0); font-weight: normal;  
font-size: 90%; text-decoration: underline}
a.two:hover {color: rgb(255,0,0); font-weight: normal; 
font-size: 90%; text-decoration: underline; background: rgb(255,255,255)}
a.two:active {color: rgb(0,0,0); font-size: 90%; font-weight: normal; 
text decoration: underline}

a.three:link {color: rgb(0,0,0); font-weight: bold; 
font-size: 120%; font-family: Arial; text-decoration: underline}
a.three:visited {color: rgb(0,0,0); font-weight: bold;  
font-size: 120%; text-decoration: underline; font-family: Arial}
a.three:hover {color: rgb(255,0,0); font-weight: bold; 
font-size: 120%; text-decoration: underline; font-family: Arial}
a.three:active {color: rgb(0,0,0); font-size: 120%; 
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: rgb(255,255,255)}
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: rgb(255,255,255)}
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: rgb(255, 0, 0);
background-image: url(images/button_down.jpg);
}

#navcontainer a:link, #navlist a:visited
{
border: 0px solid rgb(235,235,235)
color: yellow; text-decoration: none;
}

#navcontainer a:hover
{
border: 0px solid rgb(235,235,235);
background-color: rgb(255, 0, 0);
background-image: url(images/button_over.jpg);
color: black;
}

#active a:link, #active a:visited, #active a:hover
{
border: 0px solid rgb(235, 235, 235);
background-color: rgb(255, 0, 0);
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;
}
