@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(/_images/banner_background.jpg);
	background-repeat: repeat-x;
	background-position: 30 px;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../_images/content_background.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(../_images/content_background.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	width: 958px;
	background-image: url(../_images/bus2.png);
	background-repeat: no-repeat;
	background-position: 230px 100px;
	padding-right: 18;
	padding-left: 18;
	margin-left: 19px;
}
.content {
	width: 750px;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #662D91;
	margin-left: 30px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 30px;
	line-height: 20px;
	margin-right: 20px;
	text-align: left;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #662D91;
	margin-right: 20px;
	margin-left: 30px;
	font-weight: bold;
}

.oneColFixCtrHdr #footer {
	background-color: #FFF;
	background-image: url(../_images/content_background.jpg);
	background-repeat: repeat;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	line-height: 15px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #662D91;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #662D91;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8DC63F;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #662D91;
}


#nav {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-image: url(../_images/content_background.jpg);
	background-repeat: repeat;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #662d91;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8dc63f;
}
.sidebar {
	width: 325px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #662D91;
	text-decoration: blink;
	background-color: #FFF;
	text-align: center;
	margin-left: 10px;
	left: 650px;
}
#sidbar2 table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #662D91;
	background-color: #FFF;
	text-align: center;
}

.sidebar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #662D91;
	background-color: #8DC63F;
	font-weight: bold;
	text-align: left;
	width: 325px;
	padding: 0px;
	left: 650px;
	margin-right: 5px;
	margin-left: 15px;
}
.calendar {
	background-color: #FFF;
	width: 325px;
	margin-right: 5px;
	margin-left: 15px;
	left: 650px;
}

#leftSidebar {
	background-color: #FFF;
	float: left;
	padding-right: 5px;
	border-right-width: medium;
	border-right-style: inset;
	border-right-color: #F7941E;
	width: 200px;
	padding-top: 20px;
	margin-right: 10px;
	height: auto;
}
#mainContent .content ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
#leftSidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #662D91;
	text-indent: 25px;
}
.comments {
	width: 500px;
	margin-left: 25px;
}
