@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-color: #333333;
}
.oneColElsCtr #container {
	width: 46em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	height: 80em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	background-image: url(/Images/upcoming_evts_hdrpng.png);
	padding-top: 100px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 14pt;
	text-align: center;
	white-space: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:hover {
	color: #FFFF99;
}
.style1 {color: #FFFFFF}
h6 {
	font-size: 9pt;
	color: #FFFFCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
h3 {
	font-size: 9pt;
	color: #FFFFCC;
	background-image: url(/Images/upcoming_evts_cathdr.png);
	background-repeat: no-repeat;
	background-position: center top;
}
h5 {
	font-size: 9pt;
	color: #FFFFCC;
	background-image: url(/Images/upcoming_evts_ftrpng.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
