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

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

body {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #3d607f;
	background-image: url('../images/bg_gradient.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}

h2 {
font-size: 13px;
}


#middle {
	background-image: url('../images/mainbox_bg.png');
	background-repeat: repeat-y;
	width: 700px;
	padding: 10px;
	position: relative;
	top: 170px;
}

#footer {
	height: 11px;
	width: 700px;
	background-image: url('../images/mainbox_footer.png');
	padding: 10px;
	background-repeat: no-repeat;
	position: relative;
	top: 170px;
}

#header {
	height: 201px;
	width: 770px;
	background-image: url('../images/header.png');
	left: -50px;
	position: absolute;
	z-index: 3;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 700px;
}

#innerfooter {
	width: 680px;
	height: 55px;
	background-image: url('../images/innerfooter.png');
	margin-bottom: -10px;
	color: white;
	font-size: 14px;
	clear: both;
}

#innerfooter a {
	color: #84e7e1;
}

#innerfooter a:hover {
	color: white;
}

#leftcol {
	margin-top: 24px;
	width: 212px;
	float: left;
	padding-top: 5px;
}

#content {
	margin-top: 29px;
	width: 460px;
	float: right;
	margin-right: 20px;
}

#contentbox {
	background-color: white;
	padding: 5px;
	width: 97%;
	margin: 0 auto;
}

.imgbox {
	border: 5px solid #CCCCCC;
}

.imgbox_white {
	border: 5px solid white;
}

img { border: none; }

a, a:active, a:visited
{
  outline: none;
  text-decoration: none;
  color:#0000FF;
}

a:hover {
	text-decoration: underline;
}


.section_title {
	color: white;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

p {
	margin-bottom: 6px;
}

.contentSection {text-align:left;}

.contentSection h1 {
	font-size:16px;
	display:inline;
	}
	
.contentSection h2 {
	display:inline;
	font-size:12px;
	font-weight:normal;
	}
	
.contentSection th {
	border-bottom:1px black solid;
	}
	
.contentSection p {
	font-size:12px;
	color:#444444;
	}

.contentSection .seasonsNav ul {

	}
	
.contentSection .seasonsNav li {
	list-style-type: none;
	display:inline;
	}	
	
.contentSection li {
	list-style-type: disc;
	}
	
.contentSection ul {
	padding-left:40px;padding-top:5px;
	}