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

body
{
background-color: #FFFFFF;
font-family: "tahoma", "sans-serif";
font-size: medium;
color: #000000;
margin: 1% .5% 1% .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 navigation sidebar */

#maincontent
{
float: left;
width: 82%;
}

#sidebar 
{
float: left;
width: 8.5em;
margin: auto .5% auto auto;
font-size: 85%;
}

#sidebar #navlist .uberlink 
{
background-color: transparent;
/*background-image:  url(images/over.gif);*/
background-repeat: no-repeat;
color: #000080 !important;
font-weight: bold;
cursor: default;
}


#navlist
{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

#navlist a, #navlist a:visited
{
display: block;
padding: 14px 3px 14px 25px;
border: none;
background-color: transparent;
background-image:  url(images/down.gif);
background-repeat: no-repeat;
color: #000080;
text-decoration: none;
}

#navlist a:hover
{
background-color: transparent;
background-image:  url(images/over.gif);
color: #000080;
}

/* This is for the tables */

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

table.center
{
margin-left: auto;
margin-right: auto;
text-align: center;
vertical-align: text-top;
}

td.date
{
text-decoration: underline;
font-weight: bold;
}

td.left
{
vertical-align: text-top;
width: 15%;
}

td.right
{
vertical-align: text-top;
width: 85%;
}

th.yellow
{
background-color: #000080;
text-align: center;
color: #FFFF00;
font-weight: bold;
font-size: 115%;
}

th.blue
{
background-color: #C2C2C2;
text-align: center;
color: #000080;
}


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

ul.circle
{
list-style-type: circle;
}

ul.none
{
list-style-type: none;
}

.links
{
color: #000000;
font-weight: normal;
margin: 1em 0;
}

.sub
{
color: #000080;
font-weight: bold;
}

.info
{
color: #000000;
font-weight: normal;
}

/* This is for the h1 h2 h3 h3 etc */

h2.underline
{
color: #000080;
border-style: solid;
border-color: transparent;
border-width: medium;
border-bottom-color: #000080;
}

h3.underline
{
color: #000080;
border-style: solid;
border-color: transparent;
border-width: medium;
border-bottom-color: #000080;
}

h4.underline
{
color: #000080;
border-style: solid;
border-color: transparent;
border-width: medium;
border-bottom-color: #000080;
}

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

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

p.small
{
font-size: small;
}

p.bold
{
font-weight: bold;
}


/* This defines the horizontal rules */

hr
{
	height: 2px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

hr.thin
{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

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

img.border
{
margin: 1%;
border: 1px solid #000000;
}

img.noborder
{
margin: 1%;
border: none;
}

img.left
{
margin: 1%;
float: left;
border: 1px solid #000000;
}

img.leftborder
{
margin: 1%;
float: left;
}

img.leftnoborder
{
margin: 1%;
float: left;
border: none;
}

img.right
{
margin: 1%;
float: right;
border: 1px solid #000000;
}

img.rightnoborder
{
margin: 1%;
float: right;
border: none;
}

img.middle
{
vertical-align: middle;
margin-left: 20px;
}
