BODY  {
	background-color: #545454;
	font-family: Verdana;
	margin: 2% 2% 2% 2%;
	border : solid Black;
}

P  
{
	color : Navy;
	font-size: x-small;
	line-height : 125%;
}

a
{
	color : #8500BF;
	text-decoration : underline;
}

a:hover{	color: #75A9AC;	text-decoration: underline;}

a:visited{
	color: #A78DE1;
	text-decoration: underline;
}

 a:visited:hover{
	color: #75A9AC;
	text-decoration: underline;
}

a:active{
	color: #7B68EE;
	text-decoration: underline;
}

H1  
{
	font-family: Arial;
	font-size: x-large;
	color: Purple;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 10px;
}

H2  
{
	font-family: Verdana;
	font-size: small;
	color: #565656;
	font-weight : normal;
}

h3
{
	margin-left: 5px;
	color: #003452;
	font-size: medium;
	font-weight : bold;
}

h4
{
margin-left: 5px;
color: #003452;
font-size: medium;
font-weight : bold;
}

h5
{
margin-left: 5px;
color: #003452;
font-size: medium;
font-weight : bold;
}

h6
{
margin-left: 5px;
color: #003452;
font-size: medium;
font-weight : bold;
}


/* Page design elements */

hr  {
	color : #00A6EF;
	height : 1;
	margin-left: 5px;
}

img  {
	border-width : 0;
}

ul  
{
line-height: 150%;
}

/* classes and their underlying pseudo-classes */

.maintable  {
	width : 100%;
	background-color : #E6E6E6;
}

.infobar
{
	background-color: #E6E6E6;
	color: Navy;
	width : 100%;
}

.infobar td
{
	background-color: #E6E6E6;
	vertical-align : top;
	padding : 5px 5px 5px 5px;
}

#nav
{
	background-color: #D3D3D3;
	border-style: solid;
	border-width: 2, 2, 2, 2;
	border-color: Black;
	color: Navy;
	font-family: Verdana;
	font-size: xx-small;
	line-height : 110%;
}

#nav p{
	color : Navy;
}

#nav h1{
	font-family : Verdana;
	font-size : x-small;
	color : #0002BB;
	font-weight : bold;
}

#nav h2{
	font-family : Verdana;
	font-size : x-small;
	color : Purple;
	font-weight : bold;
}

#nav a{
	color: #6456B5;
	text-decoration: underline;
}

#nav a:hover{
	color: #75A9AC;
	text-decoration: underline;
}

#nav a:visited{
	color: #7B68EE;
	text-decoration: underline;
}

#nav a:visited:hover{	color: #75A9AC;	text-decoration: underline;}

#nav a:active{	color: #9999CC;	text-decoration: underline;}

#bodytext
{
	background-color: #E6E6E6;
	border-style: none;
	font-family: Verdana;
	font-size: x-small;
	margin : 2% 2% 2% 2%;
	line-height : 125%;
}

#bodytext p{
	color : #4169E1;
}

#bodytext ul  
{
	font-family: Verdana;
	line-height: 120%;
	color : #4169E1;
	font-size: x-small;
	margin-left : 20px;
}

#bodytext h1{
	color : #182E6E;
	font-size: x-small;
	font-weight : bold;
}

#bodytext h4{
	font-family : monospace;
	font-size : x-small;
	color : Navy;
	font-weight : normal;
}

#bodytext h5{
	color : #4169E1;
	font-size: x-small;
	font-style : italic;
	font-weight : normal;
}

#bodytext a{
	color: #8500BF;
	text-decoration: underline;
}

#bodytext a:hover{
	color: #75A9AC;
	text-decoration: underline;
}

#bodytext a:visited{
	color: #A78DE1;
	text-decoration: underline;
}

#bodytext a:visited:hover{
	color: #75A9AC;
	text-decoration: underline;
}

#bodytext a:active{	color: #7B68EE;	text-decoration: underline;}

#footer{
	border-style: solid;
	border-width: 2, 2, 2, 2;
	border-color: Black;
	background-color: #ADD8E6;
	font-family: Verdana;
	padding-bottom : 4px;
	padding-top : 5px;
}

#footer p{
	color : Navy;
	font-size : x-small;
	font-family: Verdana;
	line-height : 100%;
}


#footer h1{
	color : Navy;
	font-size : xx-small;
	font-family: Verdana;
	line-height : 100%;
}

#footer a{
	color: #457DAD;
	text-decoration: none;
}

#footer a:hover{
	color: #8CB8B9;
	text-decoration: underline;
}

#footer a:visited{
	color: #1E48BF;
	text-decoration: none;
}

#footer a:visited:hover{
	color: #AE94E6;
	text-decoration: underline;
}

#footer a:active{
	color: #D2691E;
	text-decoration: underline;
}

/* End of stylesheet */






