﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
}
#masthead {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Footlight MT Light";
	background-image: url('Images/banner.jpg');
	background-repeat: no-repeat;
}
#navigation {
	padding: 4px;
	background-image: url('Images/Sidebar.jpg');
	background-repeat: no-repeat;
	position: absolute;
	font-family: "Footlight MT Light";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	visibility: visible;
	float: none;
	clear: none;
	display: block;
}
#content {
	background-position: center center;
	padding: 4px;
	background-image: url('Images/Background.png');
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Footlight MT Light";
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #99CCFF;
	text-decoration: none;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	text-indent: inherit;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	position: absolute;
	visibility: visible;
	display: block;
	float: none;
	clear: none;
	right: 400px;
	left: -150px;
}
#footer {
	margin: 4px;
	padding: 4;
	position: absolute;
	font-family: "Footlight MT Light";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #D9CC66;
	visibility: visible;
	bottom: 1px;
}
#link {
	font-family: "Footlight MT Light";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-image: url('Images/Button.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 4px;
	position: absolute;
	visibility: visible;
	display: inline;
	vertical-align: middle;
	text-align: center;
}
#navigation {
	padding: 4px;
	background-image: url('Images/Sidebar.jpg');
	background-repeat: no-repeat;
	font-family: "Footlight MT Light";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	line-height: normal;
}

#PDF {
	font-family: "Footlight MT Light";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding: 4px;
	position: absolute;
	background-image: url('Images/pdfbutton.jpg');
	background-repeat: no-repeat;
}
.h1 {
	font-family: "footlight MT Light";
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #99CCFF;
}
.h2 {
	Font-family: "footlight MT Light";
	Font-size: x-large;
	font-weight: normal
	font-variant: normal
	text-transform: none
	color: #99CCFF;
}
.h3 {
	font-family: "footlight MT Light";
	font-size: 32pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #99CCFF;
}
a:visited {
	color: #0000CC;
}
a {
	color: #3366FF;
}
