body {
	background-color: #F0E5D2;
	padding: 10px;
	margin: 0;
	font: normal 14px/130% Cambria, "Bookman Old Style", Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat: repeat;
}
#container {
	width: 800px;
	text-align: left;
	border-style: outset;
	border-color: #000000;
	background-color: #F5F2E5;
}
		#top {
			height: 180px;
			width: 100%;
			background-color: #000000;
			background-image: url(../images/newHeader.jpg);
			background-repeat: no-repeat;
			background-position: top left;
		}
		#content {
			overflow: visible;
			float: left;
			color: black;
			padding: 5px;
			width: 600px;
			margin: 0;
		}
			#contentHeader {
				font-size: 11px;
				color: #BCBCCF;
				text-align: left;
				padding-left: 20px;
			}
				#contentHeader a {
					color: inherit;
					font-size: 11px;
					text-decoration: none;
					font-weight: normal;
					font-family: Cambria, "Bookman Old Style", Arial, Helvetica, sans-serif;
					color: #BCBCCF;
				}
				#contentHeader a:hover {
					text-decoration: underline;
					color: #35699D;
				}
				#contentHeader div {
					margin-top: -5px;
				}
			/* basic stuff */
			p {
				text-indent: 15px;
			}
			h2 {
				text-align:center;
				font-variant: small-caps;
				font-family: Cambria, "Bookman Old Style", Arial, Helvetica, sans-serif;
				margin-top: 0px;
			}
			h4 {
				width: 90%;
				border-bottom: 1px solid black;
				color: black;
				text-align: left;
				padding-left: 20px;
			}
			.smallBox {
				width: 48%;
				padding: 1px;
				margin: 1px;
				float: left;
			}
				.smallBox h3 {
					text-align: center;
				}
			.largeBox {
				width: 95%;
				padding: 1px;
				margin: 1px;
			}
			
			a, a:active, a:visited {
				font-weight: bold;
				font-size: 12px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #1B3550;
				text-decoration: none;
			}
				a:hover {
					color: #35699D;
				}
			/* style for scores page */
			.scores {
				list-style-type: square;
				text-align: left;
				padding-left: 40px;
			}
			/* style for things that need a list of links, ie if an id 
			isn't sent with a Page, then one needs to be selected*/
			.floatedLinks {
				width: 95%;
			}
				.floatedLinks a {
					display: block;
					float: left;
					width: 32%;
					text-align: center;
				}
				#scores a {
					height: 80px;
				}
			/* I think I only use the second one*/
			.datesTable {
			
			}
				.datesTable td, .datesTable th {
					border: 1px solid black;
					border-top-style: none;
					padding: 5px;
					width: 140px;
				}
				.datesTable th {
					width: 300px;
				}
				.datesTable .event {
					width: 160px;
				}
				#datesTableHeader {
					width: 160px;
					text-align: center;
				}
				#game th, td {
					width: auto;
				}
				.datesTable .game {
					width: 300px;
				}
					.datesTable h4 {
						border-bottom: none;
						margin: 0;
						padding: 0;
						text-align: center;
					}
			/* announcements stuff ----- need to clean up*/
			.announceDate{
				font-weight: normal;
				margin-top: 5px;
				font-size: 15px;
			}
				.announceDate2{
					font-size: 10px;
					margin-left: 60px;
					margin-top: -15px;
				}
				.announceDate3 {
					font-size: 10px;
					margin-left: 20px;
					margin-top: -15px;
				}	
				#announceSubject{
					font-size: 16px;
					font-weight: bold;
					text-align: center;
				}
				.announceSub {
					font-size: 10px;
					margin-left: 20px;
					margin-top: 15px;
				}
			/* admin stuff */
			form div {
				padding: 5px;
				text-align: left;
			}
				form label {
					font-size: 15px;
					font-weight: bold;
				}
				form .submit, input, textarea, select {
					background-color: #B0CEC4;
					border: 1px solid black;
					color: #000000;
				}
				form .submit:hover {
					background-color: black;
					border-color: #B0CEC4;
					color: #B0CEC4;
				}
			/* Error console */
			#errors, #success, .apology {
				width: 90%;
				border-style: dashed;
				border-width: 2px;
				padding: 5px;
				margin-bottom: 15px;
				text-align: center;
			}
				#errors, .apology {
					background-color: #F0C8BE;
					border-color: #ED755B;
					color: #5A170A;
				}
					#errors ul {
						list-style-type: square;
					}
					.error {
						font-size: 13px;
					}
				#success {
					background-color: #D7ECC0;
					border-color: #8CC94B;
					color: #42621E;
				}
			.apology {
				min-height: 80px;
				margin-left: 10px;
			}
			/* group permissions form */
			#pageTypesTable {
	
			}
				.pageTypesColHead {
					text-align: center;
					width: 60px;
					padding: 0px !important;
				}
				#pageTypesTable td, #pageTypesTable th{
					border: 1px solid black;
					border-top-style: none;
					border-left-style: none;
					text-align: center;
				}
				.pageName {
					text-align: left !important;
					padding-left: 10px;
				}
				.group {
					text-align: center !important;
				}
				#pageTypesTable th {
					text-align: center;
					font-size: 1.4em;
					font-weight: bold;
				}	
		/* locations */
			.directionsPoints {
				list-style-type: none;
				text-align: center;
				font-size: 12px;
				padding: 0;
				margin: 0;
			}
			.directions {
				list-style-type: decimal;
			}
		/* coaches page */
			#Coaches li{
				padding-bottom: 20px;
			}
		/* important links page */
			.imageLink {
				padding: 10px;
				text-align: center;
				width: 100%;
			}
		/* homepage */
			#homePage {
				padding: 20px;
				border: 1px solid #3C5A25;
				margin: 10px;
				width: 300px;
				text-align: left;
			}
				#homePage li {
					padding: 5px 0 0 0;
				}
			#hitCounter {
				text-align: center;
				margin-top: 60px;
				font-size: 12px;
			}
				#hitCounter img {
					
				}
		/* footer */
		#footer {
			margin-top: -10px !important;
			clear: both;
			height: 20px;
			width: 100%;
			z-index:11;
			text-align: center;
			background-color: #bdcbc6;
		}
		#footer, #footer a {
			color: #bdcbc6;
			font-size: 11px;
			font-weight: normal;
			line-height: 90%;
		}
