﻿a:link
{
	color: #0000cd;
}
a:visited
{
	color: #00008b;
} 
a:active
{
	color: #696969;
}
.divmain
{
	width: 974px;
	position: static;
	border-top: thin solid;
	border-right: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
}
.divheader
{
	width: 974px;
	text-align: center;
	border-bottom: thin solid;
}
.divcontent
{
	width: 954px;
	position: relative;
	left: 10px;	
}
.divfooter
{
	width: 974px;
	position: static;
	border-top: thin solid;	
}
.divfootersection
{
	float:left;
	width: 33%;
	height: 20px;
	text-align: center;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	color: #003300;
	font-size: small;
}

h1
{
	color: #dc143c;
	text-align: center;
}
h2
{
	color: #b22222;
	text-align: center;
}
h3
{
	color: #8b0000;
}
h4
{
	color: #8b0000;
}
h5
{
	color: #8b0000;
}
h6
{
	color: #8b0000;
}
li
{
	list-style: disc outside;
	margin-top: 0px;
	margin-bottom: 5px;
}
.menu
{
	background-color: #d3d3d3;
	color: #003300;
}
.menu a:link
{
	color: #0000cd;
}

.menu a:visited
{
	color: #00008b;
	background-color: #d3d3d3;
}

.menu a:hover
{
	background-color:gray;
    color: #003300;
}

.menu a:active
{
	color: #003300;
	background-color: #696969;
}
.dynamicmenu
{
	z-index: 10;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.dynamicmeniitem
{
	background-color: #d3d3d3;
	color: #003300;
}
.script
{
	font-family: "Courier New", Courier, monospace;
}
.rightpic {
	float: right;
	margin: 10px;
}
.leftpic {
	float: left;
	margin: 10px;
}
