@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background-color: #00347F; }

a { color: #0C479D }

#wrapper {
	width: 700px;
	margin: 30px auto 30px auto; 
	text-align: left;
	border: 1px solid #00275F;
	background-color: #FFFFFF; }

#content {
	float: left;
	width: 640px;
	padding: 0 30px 30px 30px;
	background: url(../images/bkgrnd_col.gif) repeat-y;
}

#left_col {
	float: left;
	width: 370px;
	padding-top: 10px; }

#right_col {
	float: right;
	width: 227px; }

#footer {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 30px;
	overflow: hidden; }

p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px; }

hr {
	border: 0;
	color: #00347F;
	background-color: #00347F;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px; }

.clear_float {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
	overflow: hidden; }

.link_pod {
	margin: 0;
	line-height: 16px; }
	.link_pod dt {
		padding-top: 15px;
		padding-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
		color: #0C4B9B;
		background-color: #FFFFFF;
		border-bottom: 2px solid #FFFFFF; }
	.link_pod dd {
		margin: 0;
		font-weight: bold;
		border-bottom: 2px solid #FFFFFF; }
		.link_pod dd a {
			display: block;
			padding: 3px 15px;
			color: #FFFFFF;
			background-color: #6282AF;
			text-decoration: none; }
			.link_pod dd a:hover {
				padding: 3px 5px 3px 25px; }

.region {
	font-size: 17px;
	font-weight: bold;
	color: #0C479D; }

.button {
	display: inline-block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images/button.gif) no-repeat; }

/*--------------------------- POP UP ---------------------------*/

#winners_header {
	height: 40px;
	position: relative;
	padding: 0 40px 0 20px;
	background-color: #6282AF;
	text-align: left; }
	#winners_header .year {
		float: left;
		font-size: 19px;
		line-height: 40px;
		color: #FFFFFF; }
	#winners_header .close {
		float: right; }
		#winners_header .close a {
			line-height: 40px;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none; }

#winners {
	height: 310px;
	overflow: auto; }
	#winners table {
		width: 580px;
		border-top: 20px solid #FFFFFF;
		border-bottom: 20px solid #FFFFFF;
		text-align: left;
		margin-left: auto;
		margin-right: auto; }

.data_grid {}
	.data_grid th {
		color: #0C479D;
		padding-bottom: 5px; }
	.data_grid td { padding: 3px 10px }
	.data_grid tr.row_dark { background-color: #d8e0eb }
	.data_grid tr.row_light { background-color: #eff2f7 }