* {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 8pt;
}
h1 {
	font-size: 10pt;	
}
p {
	padding-top: 10px;
	text-align: left;
}
body {
	background-color: #000;
}
#header {
	position: relative;
	width: 720px;
	height: 107px;
	background-image: url( '/images/header.gif' );
	background-repeat: repeat-y;
	background-position: top left;
}
#headerImage {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 142px;
	height: 107px;
	background-image: url( '/images/headerimage.jpg' );
	background-repeat: no-repeat;
	background-position: top left;
	border: solid 1px #fff;
}
#body {
	width: 720px;
	background-image: url( '/images/background.jpg' );
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #a6a8a5;
}
#border {
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e32625;
	padding: 5px 5px 5px 5px;
}
.pageLink {
	color: #e32625;
	text-decoration: none;
}
.pageLink a:hover, .pageLink a:active {
	text-decoration: underline;
}
.nav {
	width: 116px;
	height: 26px;
	text-align: center;
	background-image: url( '/images/nav.gif' );
	background-repeat: repeat-x;
	background-position: top left;
}
.nav a {
	color: #e32625;
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	text-decoration: underline;
}
.whiteBorder {
	border: solid 1px #fff;
}
.largeFont {
	font-size: 12pt;
}
.mediumFont {
	font-size: 10pt
}
.smallFont {
	font-size: 8pt;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
input.textBox {
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}
.footerNav {
	height: 26px;
	background-image: url( '/images/nav.gif' );
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 3px;
}
.footerNav a {
	color: #e32625;
	text-decoration: none;
}
.footerNav a:hover, .footerNav a:active {
	text-decoration: underline;
}
.pageHeader {
	height: 26px;
	background-image: url( '/images/nav.gif' );
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
	padding: 5px 20px 0 5px;
}
.pageHeader a {
	color: #e32625;
	text-decoration: none;
}
.pageHeader a:hover, .pageHeader a:active {
	text-decoration: underline;
}
.footerLink {
	color: #fff;
}
.footerLink a {
	color: #fff;
	text-decoration: none;
}
.footerLink a:hover, .footerLink a:active {
	text-decoration: underline;
}
