BODY {	font-family: Arial, Helvetica, Sans-Serif;
 	font-size: 14px;
	background-color: white;
	padding: 0px;
	margin: 0px;
	color: black; }

a {	color: blue;
 	font-family: "Georgia, Times New Roman", Times, Serif;
	text-decoration: none;
	font-size: 14px; }
a:visited { color: purple;}
a:active { color: navy;	text-decoration: none; }
a:hover { text-decoration: underline; }

div#logo { position: absolute;
	z-index: 99;
	top: 0px; }

div#nav { width: 250px;
	position: absolute;
	top: 0px;
	left: 250px; }

div#nav a { display: block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-family: Cooper Black, Times New Roman, Times, Serif;
	color: black;
	background: white;
	margin: 2px; }

div#nav a:visited { text-decoration: none; }
div#nav a:active { text-decoration: none; }
div#nav a:hover { color: white;
	background: black;
	text-decoration: none; }


div#border { width: 500px;
	background-color: white;
	background-image: url(/images/checker_background.png);
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 200px;
	left: 140px;}

div#content { background-color: white;
	padding: 0px;
	margin: 20px;}

h1#title { color: teal;
	font-family: Cooper Black, Times New Roman, Times, Serif;
	font-weight: normal;
	font-size: 32px;
	text-align: center; }
h2 { color: teal;
	font-family: Cooper Black, Times New Roman, Times, Serif;
	font-weight: normal;
	font-size: 26px;
	text-align: left; }
address { font-weight: normal;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-style: normal;
	text-align: center;
	border-top: solid black 4px;
	clear: both; 
	margin: 10px; }
address a { text-decoration: none;
 	font-family: Georgia, Times New Roman, Times, Serif;
	font-style: normal;}
address a:visited { text-decoration: none; }
address a:active { text-decoration: none; }
address a:hover { text-decoration: underline; }
p { margin: 2px; }
dl {margin: 2px; }
strong { font-weight: bold; }
em { font-style: italic; }

dt { font-weight: bold; }

.center { text-align: center; }
.left { vertical-align: top;
	float: right;}
.right { vertical-align: top;
	float: left;}
