body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #336699;
}
body, td, th {
	color: #006600;
}
.twoColElsLtHdr #container {
	width: 770px;
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.twoColElsLtHdr #header {
	padding: 5px;
}
.twoColElsLtHdr #topmenu {
	text-align: center;
	width: 760px;
	background-color: #EEE;

}
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 9em;
	background: #EEEEEE;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
.twoColElsLtHdr #mainContent {
	background-color: #FFFFCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10em;
	padding-left: 10px;
	padding-right: 10px;
}
.twoColElsLtHdr #footer {
	margin: 5px;
	background:#CCCCCC;
}
/* 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 */
	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;
}
.txtcenter {
	text-align: center;
}
.red {
	color: #FF0000;
}
.navy {
	color: #000080;
}
.black {
	color: #000000;
}
#winners {
	font-size: 11px;
}
#copyright a {
	font-size: 9px;
	text-decoration: none;
}
#topmenu {
	background-color: #EEEEEE;
	width: 100%;
}
.twoColElsLtHdr #sidebar1 h2 {
	font-size: 12px;
}
.twoColElsLtHdr #sidebar1  ul#search-sidebar {
	list-style-type: none;
	text-indent: -50px;
	width: 100px;
}


