﻿body {
	background-color: #B3D2F2;
	background-image: url('../images/background.jpg');
	/* Delete the next 2 lines (background, margin) to restore original background image */
	background: #333 url('../images/background2.jpg') no-repeat fixed center top;
	margin: 0px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}
#mainWrapper {
	border: 2px solid #009;
	/* Delete the next 4 lines (border, border-top, border-bottom, min-height) to restore original borders */
	border: 2px solid #333;
	border-top: 0px;
	border-bottom: 0px;
	min-height: 1050px;
	background-color: #ffffff;
	color: inherit;
	width: 675px;
	margin: auto;
	position:relative;
	z-index: 50;
}
#flashHeader {
	padding: 20px;
}
#pageContent {
	padding: 10px;
}
#accentImage {
display:none;
	width: 914px;
	height: 433px;
	margin: auto;
	margin-top: -343px;
	position:relative;
	z-index: 1;
	overflow: hidden;
}
div.horizontalcssmenu {
	margin-bottom: 4px;
}
a {
	color: #900;
}
h6 {
	color: #900;
}
h5 {
	color: #900;
}
h4 {
	color: #900;
}
h3 {
	color: #900;
}
h2 {
	color: #900;
}
h1 {
	color: #900;
}
dt {
	font-weight: bold;
}