body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: black;
	background-color:white;
}
#container {
	width:760px;
	margin: 0 auto;
	text-align:left;
}
.contentTbl {
	width:100%;
	border-collapse:collapse;
}
.new {
	list-style-image: url(imgs/new7.gif);
}
.updated {
	list-style-image: url(imgs/updated3.gif);
}
.notnew {
	list-style-image: none;
}
.menuCell {
	vertical-align:top;
	width:150px;
	background-color:#000066;
	color:#33CCFF;
}
#menu {
	padding:4px 4px 10px 10px;
	font-size:10px;
	text-align:left;
	}
#menu ul {
	list-style-type:none;
	margin:5px 0;
	padding:0;
}
#menu ul ul {
	margin-left:25px;
	list-style-type:disc;
}
#menu a:link, #menu a:visited, #menu a:active {
	color: #33CCFF;
	background-color:transparent;
}
#menu a:hover {
	color:red;
	background-color:transparent;
}
.contentCell {
	text-align:left;
	vertical-align:top;
	padding:0 8px 8px 8px;
}
#banner {
	text-align:center;
	color: #00008B;
	background-color:transparent;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	font-family: "Times New Roman", Times, Georgia, serif;
}
.bannerCap {
	font-size:26px;
}
a:link, a:visited, a:active {
	color:#000080;
	background-color: transparent;
}
a:hover {
	color:red;
	background-color:transparent;
}
#teamPict {
	width:680px;
	margin:0 auto;
}
#footer { 
	clear: both;
	font-size: 10px;
	border-top: 2px solid #000066;
	padding: 8px;
	margin-top:10px;
	text-align: center;
} 
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-weight:normal;
}
hr {
	border: none;
	color:#000080;
	background-color:#000080;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	font-weight: bold;
	background-color: transparent;
}
h1 { 
	font-size: 30px;
}
h2 { 
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
} 
h5 { 
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
b {
	color:black;
	font-weight: bold;
	background-color: transparent;
}
.underline {
	text-decoration: underline;
}
td th {
	vertical-align:top;
}
.tdright {
	text-align:right;
	padding-right:10px;
	vertical-align:top;
}
.tdleft {
	text-align:left;
	vertical-align:top;
}
.font10 {
	font-size:10px;
}
.font12 {
	font-size:12px;
}
.font14 {
	font-size:14px;
}
.font16 {
	font-size:16px;
}
.font18 {
	font-size:18px;
}
.font20 {
	font-size:20px
}
.font24 {
	font-size:24px;
}
.font30 {
	font-size:30px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.pictureCtrnb {
	text-align:center;
	margin:8px 0;
}
.pictureCtr {
	text-align:center;
	margin:8px 0;
}
div.pictureCtr img {
	border: 1px solid black;
}
.floatleft {
	float: left;
	margin:8px 8px 8px 0;
}
div.floatleft img {
	border: 1px solid black;
}
/* Following for NO BORDER */
.floatleftnb {
	float: left;
	margin:8px 8px 8px 0;
}
.floatright {
	float: right;
	margin:8px 0 8px 8px;
}
div.floatright img {
	border: 1px solid black;
}
/* Following for NO BORDER */
.floatrightnb {
	float: right;
	margin:8px 0 8px 8px;
}
/* 49% seems to work with 8px padding in content box, 
however, 48% leaves a little slack so is safer */
.box50left {
	float:left;
	width:48%;
	margin:10px 0;
}
div.box50left img {
	border:1px solid black;
}
.box50leftnb {
	float:left;
	width:48%;
	margin:10px 0;
}
.box50right {
	float:right;
	width:48%;
	margin:10px 0;
}
div.box50right img {
	border:1px solid black;
}
.box50rightnb {
	float:right;
	width:48%;
	margin:10px 0;
}
.clear {
	clear:both;
}
.infobox { 
	border: 1px solid gray;
	color:black;
	background-color:transparent;
	padding: 4px;
 }
.infoboxYellow {
	border: 1px solid gray;
	color:black;
	background-color: yellow;
	padding: 4px;
}
.infoboxGreen {
	border: 3px double green;
	color:black;
	background-color: transparent;
	padding: 4px;
}
.infoboxRed {
	border: 3px double red;
	color:black;
	background-color: transparent;
	padding: 4px;
}
ul.expandList li {
	margin-top:5px;
}
ol.expandList li {
	margin-top:5px;
}
/* END STANDARD ITEMS */
/* START SITE SPECIFIC ITEMS */
.schedule-roster {
	text-align: left; 
	width: 580px;
	margin:0 auto;
}
.tdschedule {
	vertical-align: top;
	padding-right: 10px;
}
.schedule {
	border: 1px solid #D3D3D3;
	margin: 0;
	width: 100%;
}
.schedule td, th {
	padding: 2px;
	vertical-align: top;
	border: 1px solid #D3D3D3;
}
.schedule caption {
	font-size:14px;
	font-weight:bold;
}
.roster {
	border: 1px solid #D3D3D3;
	margin: 0;
	width: 100%;
}
.roster caption {
	font-size:14px;
	font-weight:bold;
}
.roster td {
	padding: 2px;
	vertical-align: top;
	/*text-align: left;*/
	border: 1px solid #D3D3D3;
}
.tdroster {
	text-align: left;
	vertical-align: top;
	width:240px;	
}
.coaches {
	text-align: left; 
	width:240px;
}
.tdleftCoach {
	text-align: left;
	vertical-align: top;
	padding: 1px;	
}
.tdrightCoach {
	text-align: right;
	vertical-align: top;
	padding: 1px 10px 1px 1px;
	width: 100px;
	font-weight: bold;
}
.dataTable, .gameScores {
	width:530px;
	margin:0 auto;
}
.dataTable td, .dataTable th, .gameScores td, .gameScores th {
	padding:4px;
	vertical-align:top;
}
.dataTable tr, .startTimes tr, .gameScores tr {
	background-color:white;
	color:black;
}
.tableHdr {
	background-color:#000066;
	color:white;
	text-align:center;
}
tr.evenRow {
	background-color:#EEEEEE;
	color:black;
}
.startTimes {
	width:450px;
	margin:0 auto;
}
.startTimes td, .startTimes th {
	border:1px solid black;
	text-align:center;
	padding:4px;
}


















