@charset "utf-8";
body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	/*font: 100% Tahoma, Geneva, sans-serif;*/
	background: #f4f4f4 url(bg.gif) top center repeat-y;
	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;
	margin-top: 25px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*h1,h2 {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}*/
#header { 
	text-align: center;
	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. */
}
#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 */
}
#header h2 {
	color: #000;
}
#header img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav {
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 20px;
	text-align: center;
	font-size: 1.25em;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	line-height: 135%;
}
#mainContent table {
	width: 100%;
	line-height: normal;
}
#mainContent table th {
	text-align: center;
	border-bottom:2px solid #6678B1;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	color: #003399;
	padding: 10px;
	font-size: 1.1em;
	line-height: 110%;
	font-weight: normal;
}
#mainContent table td {
	color: #333;
	padding: 10px;
}
#mainContent table.prizes {
	font-size: 90%;
}
#mainContent table.prizes th, #mainContent table.prizes td {
	text-align: center;
	padding: 5px;
}
#mainContent table tr.odd {
	background: #E8EDFF;
}
#mainContent table#prize-image {
	font-size: 1.3em;
}
#mainContent .prize {
	float: left;
	width: 50%;
	height: 140px;
	font-size: 1.3em;
	font-weight: bold;
}
#mainContent .prize div {
	float: left;
	height: 100%;
}
#mainContent .prize div img {
	vertical-align: middle;
	padding-right: 20px;
}
#mainContent ol li {
	margin: 12px 0;
}
#mainContent .small {
	font-size: .8em;
}
#mainContent .logos {
	text-align: center;
}
#mainContent .logos img {
	margin: 5px 15px;
	vertical-align: middle;
}
/*a {
	color: #090;
}
a:hover {
	color: #0C0;
}*/
a,a:visited {
	color: #0000EE;
}
#footer {
	margin: 0 20px; /* matches alignment of content divs and properly spaces top border */
	border-top: 1px solid #DDDDDD;
	text-align: center;
}
#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 */
	font-size: .8em;
	color: #333;
}
h1 {
	color: #ed1b24;
}
h2 {
	color: #f67621;
}
a img {
	border: 0;
}
