body {
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #6280c6;
	background-image: url(../images/background_20080918.png);
	background-repeat: repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
}
.oneColFixCtrHdr #container {
	background-image: url(../images/bg_content_20080918.png);
	width: 826px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_20080918.png);
	text-align: right;
	height: 90px;
	padding-top: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 95%;
	color: #ffffff;
}
.oneColFixCtrHdr #header p {
	margin-top: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 10px;
	padding-right: 30px;
}
.oneColFixCtrHdr #header a:link {
	color: #e5c251;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #header a:visited {
	color: #e5c251;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #header a:hover {
	color: #ce002a;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtrHdr #header {
	position: relative;
}
.oneColFixCtrHdr #mainContent {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer_20080918.png);
	background-repeat: no-repeat;
	background-color: #6280c6;
	height: 18px;
	color: #ffffff;
	font-size: 95%;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 30px;
}
.copyright {
	color: #ffffff;
	font-size: 95%;
}
a:link {
	color: #3376FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3376FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #be973f;
	text-decoration: underline;
	font-weight: bold;
}
.big_name {
	font-size: 130%;
	font-weight: bold;
}
.content_small {
	font-size: 95%;
}
.form_label {
	font-size: 90%;
	font-weight: bold;
}
.time_picker_div {
	padding:5px;
	border:solid #999999 1px;
	background:#ffffff;
}
.validation_error {
	background-color: #FFFFD5;
	text-align: left;
	width: 400px;
	border: thin solid #DD9988;
	color: #990000;
	padding: 10px;
	margin-left: 1px;
}
.expired_symposium {
	background-color: #FFFFD5;
	text-align: left;
	width: 320px;
	border: thin solid #DD9988;
	color: #990000;
	padding: 10px;
	margin-left: 1px;
}
.message_box {
	background-color: #f2f2ff;
	text-align: left;
	width: 175px;
	border: thin solid #6280c6;
	color: #2e3e60;
	padding: 10px;
	margin-left: 1px;
	font-size: 90%;
	margin-right: 8px;
}
.alternate_row_header {
	font-size: 90%;
	background-color: #6280c6;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}
.alternate_row_footer {
	color: #ffffff;
	font-size: 90%;
	text-align:right;
	background-color: #7495e9;
	padding: 5px;
}
.alternate_row_footer a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.alternate_row_footer a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.alternate_row_footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.alternate_row_1 {
	background-color: #f2f2ff;
	padding: 4px;
}
.alternate_row_2 {
	background-color: #dbe4ff;
	padding: 4px;
}
.section_divider {
	font-size: 120%;
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	width: 99%;
	border-bottom-width: thin;
	font-weight: bold;
}
.body_table_row_header {
	font-size: 90%;
	background-color: #6280c6;
	color: #ffffff;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.body_table_row {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 4px;
}

/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the 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;
}