/* CSS Document */

html,body {
	height: 100%;
	background-color: #CCCC98;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

table#layout {
	height: 100%;
	width: 760px;
	background-image: url(images/left_side.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FEFCC9;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
td.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #640032;
	font-weight: bold;
	border-bottom: 1pt solid #CCCC98;
	border-top: 1pt solid #CCCC98;
}
td.nav {
	border-right: 1pt solid #CCCC98;
}
table.committee {
	width: 100%;
}
table.committee th {
	color: #640032;
	font-weight: bold;
	background-color: #CCCC98;
}
table.committee td {
	border-bottom: 1pt solid #CCCC98;
}
table.committee td.club_league {
	background-color: #cc9966;
}
table.committee td.club_cship {
	background-color: #669933;
	color: #FFFFFF;
}
table.committee td.co_games {
	background-color: #BA8D87;
	color: #FFFFFF;
}
table.committee td.blackout {
	background-color: #666666;
	color: #FFFFFF;
}
table.committee th.date {
	background-color: #DCC5A8;
	color: #000000;
}


td.header {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #640032;
	font-size: 11px;
}
th {
	color: #640032;
	font-weight: bold;
	background-color: #CCCC98;
}

a {
	font-size: 10px;
	color: #640032;
	font-weight: bold;
}
a:visited {
	color: #640032;
	text-decoration: none;
}
a:hover {
	color: #640032;
	text-decoration: underline;
}
a:active {
	color: #640032;
	text-decoration: none;
}
a:link {
	color: #640032;
	text-decoration: none;
}
img.photo {
	border: 1pt solid #640032;
}
table.boxed_news {
	width: 100%;
}
table.boxed_news th {
	color: #640032;
	font-weight: bold;
	background-color: #CCCC98;
	border: 1pt solid #640032;
}
table.boxed_news td {
	border: 1pt solid #640032;
}
table.boxed_news table {
	border: 0pt;
}
.white_text {
	color: #FFFFFF;
	font-weight: normal;
}
a.white_link {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
a.white_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white_link:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.white_link:link {
	color: #FFFFFF;
	text-decoration: none;
}