@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	display: none;
}
h2 {
	font-size: 24px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.pageHeader {
	background-image: url(images/pageHeaderBackground.jpg);
	height: 256px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
.pageContent {
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 32px;
	padding-top: 0px;
}
.mainMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 24px;
}
.mainMenu li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
}
.mainMenu a:link {
	color: #333333;
	text-decoration: none;
}
.mainMenu a:visited {
	color: #333333;
	text-decoration: none;
}
.mainMenu a:hover {
	color: #990000;
	text-decoration: none;
}
.mainMenu a:active {
	color: #333333;
	text-decoration: none;
}
#flashContent {
	margin-right: auto;
	margin-left: auto;
	height: 470px;
	width: 752px;
	border: thin solid #333333;
}
