/* This is for the body of the site */

body
{
background-color: #000000;
font-family: tahoma, sans-serif, courier;
font-size: medium;
/* color: #08F60E; */
color: #ffffff;
margin: .5% .5%;
}

body.black
{
background-color: #000000;
font-family: tahoma, sans-serif, courier;
font-size: medium;
color: #ffffff;
margin: .5% .5%;
}

a:link
{
color: #0000FF;
text-decoration: underline;
}

a:visited
{
color: #000080;
text-decoration: underline;
}

a:hover
{
color: #FF0000;
text-decoration: underline;
}

a:active
{
color: #FF0000;
text-decoration: underline;
}

/* This is for the horizontal menu */

#navlist
{
border: 1px solid #000000;
padding: 0 0 0 5px;
margin: 0;
background-color: #000000;
font-family: tahoma, arial, sans-serif;
font-size: 80%;
font-weight: bold;
}

#navlist li
{
display: inline;
list-style: none;
padding: 0;
margin: 0;
}

#navlist #active #current
{
float: right;
margin-right: 5px;
background-color: #000000;
color: #ffffff;
}

#navlist li a
{
text-decoration: none;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
padding: 0 5px 0 5px;
margin: 0 2px;
background-color: #000000;
color: #ffffff;
}

* html #navlist li a { padding: 0 8px; }

#navlist li a:hover
{
background-color: #000000;
color: #ffffff;
}

/* This is for the unordered lists on the site */

ul
{
list-style-type: circle
}

/* This defines the small text at the bottom of each page */

p.tiny
{
font-size: x-small
}

p.tinyright
{
font-size: x-small;
text-align: right;
}

p.big
{
font-size: large
}

/* This defines the horizontal rules */

hr.green
{
	height: 1px;
	border: 0;
	color: #08F60E;
	background-color: #08F60E;
}

/* This defines the small pictures shown around the site */

img.left
{
margin: 6px;
float: left;
border-style: none;
}

img.right
{
margin: 6px;
float: right;
border-style: none;
}

img.leftborder
{
margin: 6px;
float: left;
border-style: solid;
border-color: #000000;
border-width: 1px;
}

img.rightborder
{
margin: 6px;
float: right;
border-style: solid;
border-color: #000000;
border-width: 1px;
}

/* This defines the tables */

table.center
{
empty-cells: show;
text-align: center;
}


h3
{
border-style: solid;
border-color: transparent;
border-width: thin;
border-bottom-color: #000000;
}
