body  {
	color: #000000;
	background-image: url(../images/blue_bg.jpg);
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
/*
The Dropcaps style. Georgia typeface to work around Apple text rendering bugs
*/
span.dropcap {
	font: 5.75em/90% 'Palatino Linotype', Georgia, serif;
	float:left;
	margin: 0 10px 0 0;
	padding: 0 .1em 0 0;
	display: block;
	color: #000000;
	border-right: 1px solid #000000;
}
.twoColFixRtHdr #container {
	width: 830px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCD;
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
} 
#footer a:visited {
	color: #003399;
	text-decoration: none;
}
#footer  a:hover {
	text-decoration: underline;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #F76803;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.twoColFixRtHdr #header {
	height: 225px;
	background-color: #FFFFFF;
	background-image: url(../images/header-events.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 164px;
	background-color: #FFD67E;
	top: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 20px;
}
.twoColFixRtHdr #mainContent {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0;
	padding: 0;
} 
.twoColFixRtHdr #mainContent-inner {
	padding: 17px 20px 0 0;
	margin: 10px 0 0 20px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FF9900;
	font-size: 10px;
	line-height: 14px;
} 
.twoColFixRtHdr #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 */
}
.bold {font-weight: bold}
.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;
}
.topcontent {
	white-space: nowrap;
	text-align: center;
	padding: 17px 0 0;
}
.dots {
	background: url(../images/dots_divider.jpg) repeat-x;
	height: 17px;
}
h2 {
	font-size: 5.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7CC9BC;
	font-weight: lighter;
	border-top: thin dotted #CCCC99;
	border-bottom: thin dotted #CCCC99;
	padding: 15px;
	text-align: center;
}
.colorbar {
	text-transform: uppercase;
	color: #333333;
	background-color: #D7D8A1;
	padding: 2px 5px;
	font-weight: bold;
}
.small {
	font-size: 0.88em;
	line-height: 1.4em;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #CC0000;
	font-weight: lighter;
	line-height: 28px;
}
