a {
	text-decoration: none;
}
h1 {
	font: bold 24px "Futura Md BT", "Lucida Bright", "Serifa BT", Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 5px;
}
h2 {
	font: bold 16px "Futura Md BT", "Lucida Bright", "Serifa BT", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 0px 2px;
}
h3 {
	font: bold 13px "Futura Md BT", "Lucida Bright", "Serifa BT", Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 0px 0px;
}
p {
	font: 15px/16px "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 10px;
}
#content .winner ul {
	font: 15px/16px "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 10px 40px;
	clear: both;
}

.hide {
	display: none;
}


/* Navigation */
#navTop {
	position: relative;
	display: block;
	width: 150px;
	height: 13px;
	background: #000 url(../images/navNE.gif) no-repeat right top;
}
#navNW {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px;
	height: 13px;
	background: url(../images/navNW.gif) no-repeat;
}
#navBottom {
	position: relative;
	display: block;
	width: 150px;
	height: 13px;
	background: #000 url(../images/navSE.gif) no-repeat right top;
}
#navSW {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9px;
	height: 13px;
	background: url(../images/navSW.gif) no-repeat;
}
#nav ul {
	list-style: none;
	background: #214f7a;
}
#nav li {
	position: relative;
	display: block;
}
#nav a {
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 25px;
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 16px;
}
#nav a:link, #nav a:visited {
	background: #214f7a;
	color: #fff;
}
#nav a:hover, #nav a:active {
	background: #7fafdc;
	color: #fff;
}


/* CONTENT */
a:link {
	color: #366a84;
}
a:visited {
	color: #366a84;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
.winner {
	position: relative;
	display: block;
	margin-bottom: 55px;
}
.quickNav {
	display: block;
	margin-bottom: 20px;
	font: 13px Arial, Helvetica, sans-serif;
	list-style: none;
}



/* Site By */
#siteBy {
	position: relative;
	display: block;
	margin-top: 70px;
	margin-bottom: 20px;
	width: 830px;
	left: 50%;
	margin-left: -415px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
#siteBy a:link {
	color:#FFF;
}
#siteBy a:visited {
	color:#FFF;
}
#siteBy a:hover {
	color:#F00;
}
#siteBy a:active {
	color:#FFF;
}

