﻿a:link
{
	color: #0000FF;font-family:Arial;
}
div.Container   
{
	width: 80%;
	background-color: #FFFFFF;
	position: relative;
	margin:0 auto;
	text-align:center;
	border: dashed
}

a:visited
{
	color: #0000FF;font-family:Arial;
} 
a:active 
{
	color: #0000FF;font-family:Arial;
}
body
{
	font-family: Arial;
	font-size:10pt;
	background-color: #99CCFF;
	text-align:center; 
	color: #000000
}
.Instructions {
	font-size: small;
	text-align: center;
}


p.spacer{margin-top: -4px; margin-bottom: -4px
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial; color: #0000FF
}
h3 {
	margin-bottom: -1px;
	margin-top: -1px;
}
p            { font-family: Arial; font-size: medium; 
color: #000000;
	margin-left: 80px;
	margin-right: 80px;
}
li           { font-family: Arial; font-size: 10pt; color: #000000 }
ul           { color: #000000; font-family: Arial; font-size: 10pt }
table        { font-family: Verdana; font-size: 10px; color: #0000FF; background-color:#99CCFF }



div.NavlistContainer  
{
	width: 750px;
	position: relative;
	margin:0 auto;
}


ul#navlist
{
	display: inline;
	list-style: none;
	text-indent: 0px;
}

ul#navlist li
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px #C0C0C0 solid;
	width: 240px;
height: 100px;

}

ul#navlist li a
{
display:block; 
line-height: 1.25;
text-decoration: none;
color: #000;
width: 240px;
height: 100px;
padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0

}

#navlist li a:link, #menu3 li a:visited {
	background: url('button.jpg') 0 0px;
	}
	
#navlist li a:hover, #menu3 li a:active {
	background: url('button.jpg') 0 -100px;
	}

