@charset "utf-8";
.main-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #1D4A98;
	line-height: 40px;
}
.main-headeritalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #7BA4E6;
	line-height: 38px;
}
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 20; /* 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: #666666;
	line-height: 20px;
}
.borderbox {
	padding: 15px;
	float: left;
	width: 525px;
	border: 1px solid #8590B9;
	background-color: #F2F3F9;
	color: #1D4A98;
}

.image {
	padding-left: 15px;
}

.oneColFixCtrHdr #container {
	width: 840px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: 3px 15px;
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	padding: 0px 0px 0px 200px;  /* 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. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 20px;
	

}
.oneColFixCtrHdr #container #navigation {
	width: 150px;
	float: left;
	padding: 25px 0px 0px 20px;
}

.oneColFixCtrHdr #sponsorLogo {
	width: 130px;
	float: left;
	padding: 35px 0px 0px 0px;
}

.oneColFixCtrHdr #container #mainContent .main-text {
	float: left;
	width: 558px;
	margin-left: 17px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #939ABD;
	border-left-color: #939ABD;
	background-color: #FFFFFF;
	padding: 0px 25px;
	min-height: 600px;
}
.oneColFixCtrHdr #container #mainContent .bottom {
	float: right;
	width: 637px;
	height: 33px;
	background-image: url(images/roundbox-bot.png);
	background-repeat: no-repeat;
	padding-right: 3px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	float: left;
	width: 820px;
}
.logo {
	margin-bottom: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 18px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1D4A98;
	line-height: 28px;
}
.category {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D4A98;
	float: left;
	width: 100%;
}
.category-noline {
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
.width200px {
	width: 200px;
}
.winners {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D4A98;
	width: 250px;
	float: left;
}
.winners-right {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D4A98;
	width: 250px;
	float: right;
}
.logo-paddingright {
	padding-right: 30px;
}
