﻿body
{
	font-family: Papyrus, "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: large;
	color: black;
	background-image: url(Images/FootBackGround.jpg);
	background-color: white;
	background-attachment: scroll;
	background-repeat: repeat;
	text-align: left;
}

h1
{
	height: 28px;
	text-align: center;
	padding: 10px 0 0 20px;
	font-size: 20px;
	color: #284E98;
	background-image: none;
	background-color: #B5C7DE;
	font-weight: bold;
	font-family: Papyrus, "Trebuchet MS", Arial, Tahoma;
}


h2 {
	height: 28px;
	text-align: center;
	padding: 10px 0 0 20px;
	font-size: 20px;
	color: #284E98;
	background-image: none;
	background-color: #B5C7DE;
	font-weight: bold;
	font-family: Papyrus, "Trebuchet MS", Arial, Tahoma;
}




p, ol, ul
{
	vertical-align: middle;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Papyrus, "Trebuchet MS", Arial, Tahoma;
	font-size:large;
	
}

p.table
{
	vertical-align: middle;
	text-align: left;
	margin-left: 70px;
	margin-right: 15px;
	font-family: Papyrus, "Trebuchet MS", Arial, Tahoma;
	font-size:large;
	
}

li
{
	display:block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
}

li a 
{
	border: solid 1px black;
	background: url("Images/BlueButton.jpg") top left no-repeat;
}




li a:hover, li:active
{
	border:solid 1px red;
	background: url("Images/BlueButtonDark.jpg") top left no-repeat;
}
