html {
	height:100%;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: center 310px;
	background-color: #848da6;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
p {
	font-size: 0.9em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
}
#topContent {
	width: 100%;
	height: 140px;
	background-color: #FFFFFF;
}
#topContent #topNav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	text-align: left;
	position: relative;
}
#topNav #logo {
	width: 252px;
	padding: 0px;
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 20px;
	height: 140px;
}
#topNav #topNavigation {
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 525px;
	float: left;
	position: absolute;
	left: 274px;
	background-image: url(images/topNavigationUnder.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	text-align: right;
}
#topNavigation p {
	padding: 0px;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation {
	width: 100%;
	height: 274px;
	background-image: url(images/navigationBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#navigation #mainNavigation {
	width: 526px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/navigationBox.jpg);
	height: 274px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#content {
	width: 100%;
}
#content #bodyCopy {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 200px;
	text-align: left;
	padding-bottom: 30px;
}
#bodyCopy #galleyImages {
	text-align: center;
	padding-top: 20px;
}
#bodyCopy h1 {
	font-size: 1.4em;
	color: #333333;
}
#bodyCopy h2.special {
	color: #626977;
	font-size: 1.2em;
	text-align: center;
}
#bodyCopy h3 {
	color: #444444;
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#bodyCopy li {
	font-size: .9em;
	list-style-type: square;
	list-style-position: inside;
}
#footer {
	margin-bottom: 0px;
	padding-bottom: 30px;
}
#footer #footerinner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.warnings {
	color: #CC0000;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #680101;
	text-decoration: none;
}
a:active {
	color: #680101;
	text-decoration: none;
}
