body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/backgrounds/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
h1 {
	width: 799px;
	height: 66px;
	background-image: url(../images/backgrounds/logoheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
h1 span {
	display: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
#Container {
	width: 799px;
	height: auto;
	position: relative;
	top: 0px;
	margin: 0px auto 0px auto;
}
#P-Nav {
	position: absolute;
	top: 25px;
	right: 90px;
	margin: 0px;
	padding: 0px;
}
#P-Nav li {
	display: inline;
	margin: 0px 0px 0px 12px;
}
#P-Nav a {
	font-size: 13px;
}
#ContentContainer {
	width: 799px;
	height: 454px;
	position: relative;
	background-image: url(../images/backgrounds/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 562px;
	height: 336px;
	position: absolute;
	top: 57px;
	left: 105px;
	overflow: hidden;
	/*Note: On privacy.php overflow is set to auto. See style in head tag of privacy.php*/
}
#Content h2 {
	font-size: 15px;
	color: #375677;
	font-variant: small-caps;
	border-bottom: dashed 1px #375677;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 2px 2px;
}
#Content h3 {
	font-size: 12px;
	color: #507BAB;
	margin: 10px 0px 0px 0px;
}
#Content strong {
	color: #507BAB;
}
#Content img.float-right {
	float: right;
	padding: 0px 0px 5px 10px;
	margin: 0px;
}
#Content img.gold_medal {
	float: left;
	margin: -6px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
}
#Flash {
	display: block;
	background-image: url(../images/backgrounds/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px -1px 0px;
	padding: 0px;
}
#Flash img {
	display: block;
}
#Footer {
	width: 719px;
	height: 86px;
	color: #FFFFFF;
	font-size: 9px;
	letter-spacing: 1px;
	background-image: url(../images/backgrounds/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 0px 0px 80px;
}
#Footer p {
	float: left;
	margin: 0px;
	padding: 0px;
}
#Footer ul {
	float: left;
	margin: 0px;
	padding: 0px 18px 0px 18px;
}
#Footer li {
	display: inline;
	border-right: solid 1px #FFFFFF;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
#Footer #Contact {
	border-right: none;
}
#Footer #SiteDesign a {
	text-decoration: underline;
}

