@charset "utf-8";
/* CSS Document */
body{
	background: none;
	}

#topDivision,#masthead,#bottomDivision,#footer,
#topLinksContainer,#middleDivision,#navBar {
	display: none;
}

#mainDivision{
	height: auto;
	background: none;
	float:left;
	text-align: left;
	font-family: arial;
	}
#mainDivision h1{
		font-weight: bold;
		font-size: 16px;
		margin: 3px;
		}
	#column{
		position: relative;
		float: left;
		width: 25%;
		padding: 3px 5px 3px 5px;
		//border-right: 1px solid #CCCCCC;
		height: auto; //380px CHANGE TO FIXED SIZE TO MAKE RIGHT BORDERS 100% height//
		margin: 3px;
		text-align: left;
		display: block;
		font-size: 11px;
		font-family: arial;
		font-weight: none;
		text-align: justify;
		background-image: none;
		background-color: #ffffff;
		
		}
	#column a{
		font-family: arial;
		font-size: 11px;
		color: #892034;
		}
	#column a:hover{
		text-decoration: none;
		}
	#column.last{
		width: 45%;
		border-right: none;
		}
	#column.announcement{
		background-image: url(../img/cork.jpg);
		background-repeat: repeat-y;
		border: 3px solid #E0d4bb;
		margin: 0px 0px 10px 0px;
		padding: 0px 3px 10px 3px;
		border-style: outset;
		}

	#column h1{
		font-family: arial;
		font-weight: bold;
		color: #ffffff;
		margin: 3px 0px 3px 0px;
		font-size: 14px;
		text-align: center;
		display: block;
		border-bottom: 1px solid #e96b10;
		padding: 3px 0px 3px 0px;
		background-color: #892034;
		}
	#column table{
		width: 100%;
		font-family: arial;
		font-size: 10px;
		text-align: left;
		vertical-align: top;
		}
	#column th{
		background-color: #E0D4BB;
		vertical-align: center;
		padding: 0px 2px 0px 2px;
		margin: 0px;
		}
	#column tr{
		vertical-align: top;
		}
		#column tr.headers{
		vertical-align: middle;
		}
	#column td{
		border-bottom: 1px solid #E0d4bb;
		}
	#column ul.link{
		list-style-image: url(../img/arrow.jpg);
		}
	#column ul.announcement{
		list-style-image: url(../img/thumbtacksm.gif);
		list-style-position: inside;
		}
	#column li.announcement{
		text-indent: 0px;
		margin: 5px 5px 5px -30px;
		padding: 4px;
		background-image: url(../img/announcement.jpg);
		background-repeat: repeat-x;
		background-color: #ffff00;
		}
	h2.announcement{
		font-weight: bold;
		margin: -15px 0px 5px 0px;
		padding: 0px 0px 0px 10px;
		background-color: none;
		color: #000000;
		font-size: 11px;
		border: none;
		text-align: right;
		}
	
	#content_area{
		float: left;
		padding: 10px;
		font-size: 12px;
		}
	#content_area a{
		color: #892034;
		}
	#content_area a:hover{
		text-decoration: none;
		}
	#content_area h1{
		width: 100%;
		font-size: 20px;
		margin: 0px 0px 10px 0px;
		
		}
	#content_area h2{
		display: block;
		border-bottom: 1px solid #E96b10;
		width: 100%;
		margin: 20px 0px 0px 0px;
		font-size: 14px;
		}
	#content_area ul{
		margin: 0px 0px 10px 0px;
		list-style: none;
	}

	}
.past  {
	color: #ccc;
	font-family: verdana, sans-serif;
	}
.shade  {
	background-color: #fbe3d3; 
	}
.current  {
	color: #00aa00;
	font-family: verdana, sans-serif;
	}

.orderlink {
	font-size: 22px;
	font-weight: bold;
	font-family: arial;
	color: #892034;
	text-align: center;
	margin: 10px 0px 0px 0px;
	}
hr {
	display: block;
	clear: left;
	border: none;
	border-top: 1px dotted #892034;
	width: 100%;
	height: 0px;
	margin: 0px 0px 8px 0px;
}

.full table {
	width: 609px;
}

.3qtr table {
	width: 450px;
}

.half table {
	width: 300px;
}

.stand table {
	width: 190px;
	font-size: 8pt;
}

.standing {
	margin-left: -15px;
}

.quarter table {
	width: 150px;
}

.bottom td,th{
	border-bottom: 1px solid #bbb;
	}

.roster table {
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	font-size: 100%;
	}

.roster tr td {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	border-spacing: 0;
	font-size: 8pt;
	font-family: verdana, sans-serif;
	}

.roster th {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	border-spacing: 0;
	font-size: 7pt;
	font-family: verdana, sans-serif;
	}

.roster tr.odd td {
	background: #eee;
	}

fieldset {
	margin: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	border: 1px #c2c1ba solid;	
	float: right;
	width: 250px;
	}

fieldset table {
    width: 250px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	}

fieldset tr td {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	border-spacing: 0;
	font-size: 7pt;
	font-family: verdana, sans-serif;
}

fieldset legend {
	margin: 0;
	padding: 0 5px;
	clear: both;
	color: #333;
	font-size: .8em;
	font-weight:bold;
	font-family: verdana, sans-serif;
	}

fieldset text {
	color: #000;
	font-size: 90%;
	line-height: 1.0em;
	}

.legend  {
	padding-left: 1px; /* Makes Firefox and Netscape 7 happy. */
	color: #777;
	font-size: 7pt;
	font-family: verdana, sans-serif;
	}
