@charset "UTF-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#a00000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#676767;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

h1 {
	font-size:24px;
	color:#0a6fb8;
	padding:0px;
	margin:0px 0px 6px 0px;
}

h2 {
	font-size:24px;
	color:#0a6fb8;
	padding:0px;
	margin:0px 0px 6px 0px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:#0a6fb8;
	padding:0px;
	margin:0px;
}

a {
	color:#ff7d49;
	text-decoration:none;
}

a:visited {
	color:#ff7d49;
	text-decoration:none;
}

a:hover {
	color:#cc0000;
	text-decoration:none;
}

a:active {
	color:#cc0000;
	text-decoration:none;
}

.cleardiv {
	clear:both;
	width:100%;
	height:0px;
	font-size:0px;
}

.bgall {
	width:100%;
	background-image:url(images/bg-all.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

.wrapper {
	position: relative;
	width:790px;
	height:auto;
	padding:5px;
	background-color:#ffffff;
	margin:0px auto 0px auto;
}

.topwrapper {
	position:relative;
	margin:0px auto 0px auto;
	width:800px;
	height:169px;
	background-image:url(images/bg-slogan.jpg);
	background-position:right top;
}

.credits {
	padding:10px 0px 25px 0px;
	text-align:center;
	color:#ffffff;
}

.credits a, .credits a:visited {
	color:#ffff00;
	font-weight:bold;
	text-decoration:none;
}

.credits a:hover, .credits a:active {
	color:#ffff00;
	font-weight:bold;
	text-decoration:underline;
}

.nav {
	width:790px;
	height:39px;
	background-image:url(images/bg-nav.gif);
	background-repeat:repeat-x;
	background-color:#365d7a;
	margin-bottom:10px;
}

#mainnav {
	position:relative;
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 10px;
	width:790px;
	height:39px;
	font-size:13px;
	text-align:center;
}

#mainnav li {
	display: block inline;
	float:left;
	width:auto;
	height:39px;
	line-height:13px;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}

#mainnav li a {
	display: block inline;
	float:left;
	width:auto;
	height:17px;
	padding:13px 11px 9px 11px;
	line-height:13px;
	text-decoration: none;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:0px 2px 0px 0px;
}

#mainnav li a.last {
	border: 0;
}

#mainnav li a:hover, #mainnav li.current {
	text-decoration: none;
	color: #ffff00;
}

.content {
	padding:5px;
}

.image {
	float:right;
	width:270px;
	height:auto;
	padding:0px 0px 10px 10px;
}

.frontleft {
	float:left;
	width:500px;
	margin-right:10px;
}

.frontright {
	float:left;
	width:270px;
}

.date {
	color:#000000;
	font-weight:bold;
	padding-bottom:4px;
}

.sidesponsor {
	text-align:center;
	width:270px;
	padding-bottom:5px;
}

.subnavtitle {
	width:188px;
	padding:5px 5px 5px 7px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#9db8cc;
	border-bottom:1px solid #365d7a;
}

.subnav {
	float:left;
	width:200px;
	height:auto;
	margin-right:10px;
}

.subnav a, .subnav a:visited {
	display:block;
	width:188px;
	padding:5px 5px 5px 7px;
	border-bottom:1px solid #365d7a;
	background-color:#e1eef8;
	color:#365d7a;
	text-decoration:none;
	font-weight:bold;
}

.subnav a:hover, .subnav a:active {
	display:block;
	width:188px;
	padding:5px 5px 5px 7px;
	border-bottom:1px solid #365d7a;
	color:#ffffff;
	background-color:#365d7a;
	text-decoration:none;
	font-weight:bold;
}

.right {
	float:left;
	width:570px;
	height:auto;
}

.photofloat {
	float:left;
	width:130px;
	height:130px;
	padding:5px 14px 5px 13px;
}

.photofloat img {
	padding:4px;
	border:1px solid #ff7d49;
}

.photofloat img:hover {
	padding:4px;
	border:1px solid #cc0000;
}

.sponsorlogo {
	float:right;
	width:270px;
	height:auto;
	margin:0px 0px 6px 6px;
}