@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #990D0B;
	background-image: url(../images/pageBG.gif);
	line-height: 130%;
}
a:link {
	color: #900;
}
a:hover {
	color: #05302C;
}
a:active {
	color: #930;
}
a:visited {
	color: #073132;
}
.oneColFixCtr #holder {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pageShd.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.oneColFixCtr #nav {
	width: 180px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	overflow: hidden;
	padding: 0px;
}
.oneColFixCtr #button {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtr #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #header {
	padding: 0;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 180px;
}
.oneColFixCtr #mainContent h2 {
	background-color: #990D0B;
	color: #FFF;
	width: 710px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: none;
	margin: 0px;
}
.oneColFixCtr #mainContent p {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.oneColFixCtr #tag {
	font-size: 80%;
	line-height: 120%;
	padding: 0px;
}
.oneColFixCtr #pagebtm {
	height: 50px;
	background-image: url(../images/footrBG.jpg);
	padding: 0;
	background-repeat: repeat-x;
	background-position: bottom;
}
.oneColFixCtr #footer {
	height: 300px;
	padding: 0;
	background-color: #036;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #034498;
}
.oneColFixCtr #schedule {
	width: 90%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	line-height: 110%;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.oneColFixCtr #schedule th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 125%;
	color: #FFF;
	background-color: #5A8625;
	text-align: center;
}
.oneColFixCtr #schedule td {
	border: 1px solid #5A8625;
}
.tables {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	background-color: #FFF;
	line-height: 11pt;
	border: 1px solid #5A8625;
}
.tables th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 125%;
	color: #FFF;
	background-color: #5A8625;
	text-align: center;
	line-height: 125%;
}

