body
{
    margin:0px;
    font-family: Calibri, arial, verdana;
    font-size: 62.5%;    background-color:#dcd8cc;
}

#mainContent
{
    margin: 0 auto;
    width:904px;
    text-align:left;
    font-size:1.2em;}
#mainContent #header{    width:904px;    height:232px;    padding-top:19px;
}

#mainContent #menuBox
{
    width:904px;    height:25px;    background-image: url('../images/menubar.gif');}

#mainContent #pageContent
{
	clear:both;
	width:904px;
	background-image: url('../images/main_back.jpg');
	background-repeat: repeat-y;
}

#mainContent #pageContent #innerFade
{
	width:904px;
	background-image: url('../images/main_fade.jpg');
	background-repeat: no-repeat;
}

#mainContent #pageContent #innerFade #innerContent
{
	width: 824px;
	margin-left: 40px;
	padding:10px 0px 10px 0px;
}

#mainContent #footer
{
	width: 904px;
	height: 110px;
	background-image: url('../images/tablebottom.gif');
	background-repeat: no-repeat;

}

#mainContent #footer #innerFooter
{
	padding-top:35px;
	text-align: center;
}

#mainContent #footer #footerLinks
{
}

#mainContent #footer #footerText
{
	padding-top:3px;
	color:#808080;
}

.textBox
{
 width:136px;
}

a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #808080;
}
a:hover {
	color: #808080;
}

#menuContainer
{
	font-family: Calibri, arial, verdana
	font-size:10pt;
	font-weight:bold;
	width:650px;
	text-align:center;
	margin-left:180px;
}

.menuItem
{
	position:relative;
	width:160px;
	height:21px;
	margin-top:4px;
	float:left;
	color: #ffffff;
	font-weight:bold;
	border-right: 1px solid #ffffff;
}

.menuItem A
{
	color: #ffffff;
	text-decoration:none;
}

.clickable
{
	text-decoration:none;
	cursor:pointer;
}

.menuBox
{
	position:absolute;
	width:160px;
	top:21px;
	left:0px;
	background-color:#000000;
	color: #ffffff;
	visibility:hidden;
	overflow:hidden;
}

.menuElement
{
	font-weight:normal;
	font-size:1.0em;
	width:100%;
	height:23px;
	padding-top:9px;
	border-bottom: 1px solid #ffffff;
	text-decoration:none;
	cursor:pointer;
	text-transform: uppercase;
}

.menuElement a
{
	text-decoration:none;
	color: #ffffff;
}

.menuOff
{
	background-color: #1a1b1c;
	color: #ffffff;
}

.menuOffSecondary
{
	background-color: #cc0000;
	color: #ffffff;
}

/* Roster */

.rosterTitle
{
	font-size:1.4em;
	color: #c70f11;
	font-weight:bold;
}

#rosterKey
{
	margin-left: 60px;
}

#rosterKey #key
{
	font-size:1.2em;
}

#rosterKey #key .keyItem
{
	margin-bottom:3px;
}

.rosterContent
{
	margin: 20px 0px 0px 30px;
}

.rosterTable
{
	border-collapse: collapse;
	width:600px;
}

.rosterHeader
{
	font-size:1.2em;
	background-color: #000000;
	color: #ffffff;
}

.rosterRow
{
	background-color:#cccccc;
}

.rosterRowAlt
{
	background-color:#bfbfbf;
}