@charset "utf-8";
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
}
body {
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#rightcolumncontent {
	background-color: #AEAEAE;
	width: 403px;

}
a {
	font-weight: bold;
	color: #DE2520;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

#subhead {
	color: #000000;
	font-size: 14px;
	margin: 0 auto;
	width: 450px;
	padding: 10px;
	text-align: center;
}
#subheaddate {
	font-size: 18px;
	font-weight: bold;
}


#content {
	width: 900px;
}

#rightcolumn {
	float: right;
	margin-right: 35px;
	width: 403px;
}
#leftcolumn {
	margin-left: 35px;
	width: 403px;
}
#leftcolumncontent {
	background-color: #828282;
	width: 403px;
}
.textcontent {
	width: 370px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-weight: bold;
}
#footer {
	padding: 0px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#sponsors {
	padding: 0px;
	width: 850px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
