@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


#wrapper {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}


#wrapper #divContent p {
	padding: 0px;
}


#tableMain {
	background-color: #FFFFFF;
}


#divContent {
	background-color: #BFBFBF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#wrapper #divContent #tableContent {
	margin-left: 20px;
	margin-right: 20px;
	width: 800px;
}


.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}


#divFooter {
	background-color: #a6a6a6;
	background-image: url(../images/footer-bg.jpg);
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 5px;
	background-position: center center;
	width: 800px;
}
#wrapper #divHeader {
	background-image: url(../images/myBanner.jpg);
	height: 200px;
	width: 800px;
}



a {
	text-decoration: none;
	color: #0033FF;
}


a:hover {
	color: #0099FF;
}


#wrapper #divContent #tableContent p {
	margin-right: 10px;
	margin-left: 10px;
}

.rosterLine {
	font-size: 9px;
}

