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

html
{
	min-height: 100%;
}

body
{
	background: #fff url("../images/bg_body.jpg") center repeat-y;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

#page
{
	width: 860px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding-top: 15px;
	background: url("../images/bg.jpg") top no-repeat;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	min-height: 100%;
}

#home #page
{
	width: 860px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding-top: 15px;
	background: url("../images/bg_home.jpg") top no-repeat;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	min-height: 100%;
}

#page-inner
{
	display: block;
	width: 800px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	margin: 0 30px 25px 30px;
	padding: 0;
}

#home #page-inner
{
	display: block;
	width: 800px;
	min-height: 210px;
	height: auto !important;
	height: 210px;
	margin: 0 30px 25px 30px;
	padding: 0;
	padding-top: 310px;
}

img
{
	border: 0;
}

img,
div,
input
{
	behavior: url("iepngfix.htc")
}

.roster-image img
{
	margin: 5px;
	border: 3px solid #fff;
}

.home
{
	float: left;
}


h1
{
	margin: 0;
	font-size: 24px;
	color: #000;
}

h2
{
	margin: 0;
	font-size: 18px;
	color: #333;
}

h3
{
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
}

.mda
{
	font-weight: bold;
	color: #960;
}

p, li
{
	margin-top: 0;
	margin-bottom: 1em;
}

table.chart
{
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

table.chart img
{
	margin: 15px 0;
}

td.chart-title
{
	font-weight: bold;
	color: #fff;
	background: #868378;
}

table.form
{
	width: 665px;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	color: #fff;
	background: #868378;
}




/* Link Styles */
  
a, a:link, a:active, a:visited
{
	color: #960;
	text-decoration: none;
}

a:hover
{
	color: #c93;
	text-decoration: underline;
}

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




/* Header Styles */

#header
{
	width: 885px;
	height: 217px;
	margin-left: -25px;
	background: url("../images/header.png") no-repeat;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

#header img
{
	float: left;
}

#header ul
{
	margin: 0;
	padding: 0;
}

#header li
{
	float: left;
	list-style: none;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 6px 0;
	height: 11px;
	border-left: 1px solid #999;
}

#header li.first-child
{
	border-left: none;
}

.top
{
	display: block;
	float: left;
	width: 708px;
	margin-top: 96px;
}

#header .top a, #header .top a:link, #header .top a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#header .top a:hover
{
	color: #666;
	text-decoration: none;
}

#header .top a:active
{
	color: #fff;
	text-decoration: none;
}

.bottom
{
	display: block;
	float: left;
	width: 708px;
}

#header .bottom a, #header .bottom a:link, #header .bottom a:visited
{
	color: #fc3;
	font-weight: bold;
	text-decoration: none;
}

#header .bottom a:hover
{
	color: #666;
	text-decoration: none;
}

#header .bottom a:active
{
	color: #fff;
	text-decoration: none;
}









/* Footer Styles */

#footer
{
	width: 840px;
	margin: 15px auto;
	padding: 10px;
	overflow: hidden;
	color: #e6d8b1;
	background: #afa271;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #e6d8b1;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: #fff;
	text-decoration: underline;
}

#footer .left
{
	float: left;
}

#footer .right
{
	float: right;
	text-align: center;
}

#footer h3
{
	color: #e6d8b1;
	font-size: 12px;
	margin: 5px 0 0 0;
}

#footer p
{
	margin-top: 0;
}

#footer img
{
	margin: 0 10px 10px 10px;
}