body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: "Lithos Pro Regular", "Courier New";
	font-size: 100%;
	background-color: #568EA7;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #578EA7;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 130px;
	width: 100%;
}
.oneColFixCtrHdr #header h1 {
	margin: 0em;
	padding: 0em;
}
.oneColFixCtrHdr #mainContent {
	background-color: #003366;
	padding-top: 0em;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: "Lithos Pro Regular", "MS PGothic";
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #003366;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lithos Pro Regular", "Courier New";
	line-height: 90%;
}
.style1 {
	font-family: "Script MT Bold", "Brush Script MT", "Brush Script Std";
	font-size: xx-large;
	font-style: italic;
}
.style2 {
	font-family: "Brush Script MT", "Brush Script Std", "Script MT Bold"
}
.Video1 {
	height: 432px;
	width: 768px;
	background-position: center top;
	border-top-width: 46px;
	border-right-width: 46px;
	border-bottom-width: 2px;
	border-left-width: 46px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.VideoButton {
	height: 60px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}
a:link {
	color: #FFFF99;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
}
