@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #DADADA;
}
.oneColLiqCtrHdr #container #header #maintitle {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	width: 400px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container #header #subtitle {
	font-size: 16px;
	color: #CCCCCC;
	width: 400px;
	padding: 5px;
}
.oneColLiqCtrHdr #container #header #login {
	float: right;
	width: 300px;
	font-size: 14px;
	position: relative;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 90%;
	text-align: left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #DADADA;
}
.oneColLiqCtrHdr #container #sidebar1 {
	width: 8em;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0.5em;
	margin-left: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: auto;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #container #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #CC0000;
}
.oneColLiqCtrHd #container #sidebar1 h1 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10%;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #container #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 10.5em;
	margin-top: 0.5em;
	height: auto;
}s

.oneColLiqCtrHdr #container #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #999999;
} 
.oneColLiqCtrHdr #container #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 */
}
.oneColLiqCtrHdr #container #mainContent table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;

}
tr.odd{
	background-color:white;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
tr.even{
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	float: none;
}
.place {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000CC;
}
.oneplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000099;
}
.twoplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
}
.threeplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFF00;
}
.fourplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;
}
.fiveplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #006600;
}
.sixplace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	background-color: #FF6600;
}
.oneColLiqCtrHdr #container #mainContent place {
	font-size: 12px;
	color: #FF6600;
}

.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;
}
.oneColLiqCtrHdr #container #sidebar1 h2 {
	font-size: 14px;
	text-decoration: underline;
}

