@charset "UTF-8";
body {
	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: Helvetica, Arial, sans-serif;
	font-size: 100%;
	margin-top: 6%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #e7e5e0;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 100px;
	padding-right: 10px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #about {
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding-right: 10px;
	padding-left: 22px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	color: #565656;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 19px;
}
#footer a {
	text-decoration: none;
	color: #565656;
}
#footer a:active {
	text-decoration: none;
	color: #565656;
}
#footer a:visited {
	text-decoration: none;
	color: #565656;
}
#footer a:hover {
	text-decoration: underline;
	color: #565656;
}
#header .logo {
	width: 200px;
	float: right;
	margin-top: 35px;
	margin-right: 8px;
}
#header ul {
	margin-top: 45px;
	float: left;
	margin-left: -10px;
}
#header li {
	display: inline;
	list-style-type: none;
	font-size: 80%;
	color: #565656;
	padding-right: 8px;
	padding-left: 8px;
}
#header li a {
	color: #565656;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#header li a:active {
	color: ##565656;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#header li a:visited {
	color: ##565656;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#header li .active {
	color: #000000;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #fad88c;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
#header li a:hover {
	color: ##565656;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #fad88c;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
}
#mainContent .left {
	background-color: #f4a800;
	float: left;
	width: 470px;
	height: 400px;
}
#mainContent .left p {
	color: #303030;
	font-size: 100%;
	padding-left: 10px;
	line-height: 19px;
	padding-right: 8px;
}
#mainContent .right {
	height: 400px;
	width: 470px;
	float: left;
}
#about .left {
	float: left;
	width: 564px;
	height: 510px;
	padding-right: 15px;
	padding-left: 10px;
}
#about .left h1 {
	font-size: 150%;
	color: #565656;
	font-weight: normal;
}
#about .left p {
	color: #565656;
	font-size: 80%;
	line-height: 24px;
}
#about .right {
	height: 510px;
	width: 348px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #f4a800;
}
#about .right h1 {
	font-size: 150%;
	color: #565656;
	font-weight: normal;
	padding-left: 20px;
}
#about .right h2 {
	font-size: 100%;
	color: #565656;
	font-weight: normal;
	padding-left: 20px;
}
#about .right p {
	color: #565656;
	font-size: 90%;
	line-height: 20px;
	padding-left: 20px;
}
#about .blue {
	color: #72cdf4;
	font-weight: bold;
}
.award {
	font-size: 80%;
	color: #565656;
}
.award img {
	float: left;
}
.award span {
	float: left;
	margin-top: 40px;
	padding-left: 4px;
}
.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;
}
.contentImage {
}
.contentText {
	font-size: 80%;
	padding-top: 10px;
	padding-left: 8px;
	width: 600px;
	color: #434446;
}
a:link {
	color: #565656;
	text-decoration: none;
}
a:active {
	color: #565656;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.winner { color:#990000; }