body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #E0E1E2;
}
.oneColFixCtrHdr #container {
	width: 759px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 30px auto 0px;
	border: thin solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.text-schedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}
.oneColFixCtrHdr #header {
	background: #E0E1E2;
	padding: 0 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
	overflow: hidden;
}
#leftcolumn {
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-left: 25px;
	overflow: hidden;
	padding-right: 15px;
	border-right-style: none;
	margin-bottom: 20px;
}
#rightcolumn {
	float: right;
	width: 287px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding-left: 9px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}
.textital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}
.float-right {
	float: right;
	margin-left: 10px;
}
.float-left {
	float: left;
	margin-right: 15px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #CCC;
	text-indent: 0px;
}
.quote-author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}
.text-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #FC0;
	text-align: left;
}

