@charset "utf-8";
/* CSS Document */
#invite {
	width: 550px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

body {
	text-align: left;
	margin: 0 auto;
	background-image:url(images/BG_Grass.png);
	background-position: top center;
	background-color:#7f1915;
	background-attachment:scroll;
	background-repeat:no-repeat;
}

ul {
	line-height:11pt;
	text-align:left;
	font-family: Arial, Verdana, Times New Roman;
	color:#000000;
	font-size: 9pt;
	margin-top: 5px;
}

/*Navigation*/

#outside{
	background-image:url(images/TitleBG.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 840px;
	margin-right: 5px;
	margin-left: 5px;
}

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style:none;
	}
	
	#nav li {
		float: left;
		position: relative;
		width:120px;
		height:30px;
		color:#FFFFFF;
		font-size: 12pt;
		margin:0;
	}
	
		#nav ul {
			display: none;
			position: absolute;
			padding: 0;
		}
		
		#nav ul li {
			background-color: #420d0b;
			width:165px;
			height: 30px;
			border-bottom: #FFFFFF 1px solid;
			border-right: #FFFFFF 1px solid;
			border-left: #FFFFFF 1px solid;
			text-align:left;
			font-family: Arial, Verdana, Times New Roman;
			font-size: 9pt;
			line-height: 9pt;
		}
		
		ul#nav li ul.nav2 li a:link, ul#nav li ul.nav2 li a:visited {
			clear:left;
			font-family: Arial, Verdana, Times New Roman;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			color:#FFFFFF;
			text-decoration:none;
			font-weight: bold;
			width:160px;
			height: 20px;
			font-size: 9pt;
			line-height: 20px;
			border:none;
			position:relative;
			display: block;
			z-index:1000;
		}
		
		ul#nav li ul.nav2 li:hover a, ul#nav li ul.nav2 li a:active, ul#nav li ul.nav2 li a:hover {
			clear:left;
			font-family: Arial, Verdana, Times New Roman;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			color:#420d0b;
			background-color:#90badd;
			text-decoration:none;
			font-weight: bold;
			width:160px;
			height: 20px;
			font-size: 9pt;
			line-height: 20px;
			border:none;
			position:relative;
			display: block;
			z-index:1000;
		}
		
		ul#nav li ul.nav2 li a:active {
			clear:left;
			font-family: Arial, Verdana, Times New Roman;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			color:#420d0b;
			background-color:#3a4a58;
			text-decoration:none;
			font-weight: bold;
			width:160px;
			height: 20px;
			font-size: 9pt;
			line-height: 20px;
			border:none;
			position:relative;
			display: block;
			z-index:1000;
		}
			
		#nav li:hover ul {
			display: block;
		}
		
		ul#nav li ul.nav2 li a.selected {
			clear:left;
			font-family: Arial, Verdana, Times New Roman;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			color:#420d0b;
			background-color:#90badd;
			text-decoration:none;
			font-weight: bold;
			width:160px;
			height: 20px;
			font-size: 9pt;
			line-height: 20px;
			border:none;
			position:relative;
			display: block;
			z-index:1000;
		}
	
	/* Home Nav Button */
	#nav a.home:link, #nav a.home:visited{
		background-image: url(images/Buttons/HomeBTN.png);
		background-repeat: no-repeat;
		border-bottom:1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	#nav a.home:hover {
		background-position: -120px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	#nav a.home:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	.homeselect {
		background-image: url(images/Buttons/HomeBTN.png);
		background-repeat: no-repeat;
		background-position: -120px;
		border-bottom: 1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	/* Team Nav Button */
	#nav a.team:link, #nav a.team:visited{
		background-image: url(images/Buttons/TeamBTN.png);
		background-repeat: no-repeat;
		border-left: 1px #FFFFFF solid;
		border-bottom: 1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	ul#nav li:hover a.team, #nav a.team:hover {
		background-position: -120px;
		background-attachment:scroll;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	ul#nav li:active a.team, #nav a.team:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	#nav a.teamselect:link, #nav a.teamselect:visited{
		background-image: url(images/Buttons/TeamBTN2.png);
		background-repeat: no-repeat;
		border-left: 1px #FFFFFF solid;
		border-bottom: 1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	ul#nav li:hover a.teamselect, #nav a.teamselect:hover {
		background-position: -120px;
		background-attachment:scroll;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	ul#nav li:active a.teamselect, #nav a.teamselect:active {
		background-position: -2400px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	/* Membership Nav Button */
	#nav a.membership:link, #nav a.membership:visited{
		background-image: url(images/Buttons/MemberBTN.png);
		background-repeat:no-repeat;
		border-left:1px #FFFFFF solid;
		border-bottom:1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	ul#nav li:hover a.membership, #nav a.membership:hover {
		background-position: -120px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	ul#nav li:active a.membership, #nav a.membership:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	#nav a.membershipselect:link, #nav a.membershipselect:visited{
		background-image: url(images/Buttons/MemberBTN2.png);
		background-repeat:no-repeat;
		border-left:1px #FFFFFF solid;
		border-bottom:1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	ul#nav li:hover a.membershipselect, #nav a.membershipselect:hover {
		background-position: -120px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	ul#nav li:active a.membershipselect, #nav a.membershipselect:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	/* Sponsors Nav Button */
	#nav a.corporate:link, #nav a.corporate:visited{
		background-image: url(images/Buttons/CorporateBTN.png);
		background-repeat:no-repeat;
		border-left:1px #FFFFFF solid;
		border-bottom:1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	ul#nav li:hover a.corporate, #nav a.corporate:hover {
		background-position: -120px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	ul#nav li:active a.corporate, #nav a.corporate:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
		#nav a.corporateselect:link, #nav a.corporateselect:visited{
		background-image: url(images/Buttons/CorporateBTN2.png);
		background-repeat:no-repeat;
		border-left:1px #FFFFFF solid;
		border-bottom:1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	ul#nav li:hover a.corporateselect, #nav a.corporateselect:hover {
		background-position: -120px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	ul#nav li:active a.corporateselect, #nav a.corporateselect:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	/* Merchandise Nav Button */
	#nav a.merch:link, #nav a.merch:visited{
		background-image: url(images/Buttons/MerchBTN.png);
		background-repeat:no-repeat;
		border-left:1px #FFFFFF solid;
		border-bottom:1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	#nav a.merch:hover {
		background-position: -120px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	#nav a.merch:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	.merchselect {
		background-image: url(images/Buttons/MerchBTN.png);
		background-repeat: no-repeat;
		background-position: -120px;
		border-left: 1px #FFFFFF solid;
		border-bottom: 1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
		cursor:pointer;
	}
	
	/* Links Nav Button */
	#nav a.links:link, #nav a.links:visited{
		background-image: url(images/Buttons/LinksBTN.png);
		background-repeat:no-repeat;
		border-left:1px #FFFFFF solid;
		border-bottom:1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	#nav a.links:hover {
		background-position: -120px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	#nav a.links:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	.linkselect {
		background-image: url(images/Buttons/LinksBTN.png);
		background-repeat: no-repeat;
		background-position: -120px;
		border-left: 1px #FFFFFF solid;
		border-bottom: 1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
		cursor:pointer;
	}

	/* Contact Nav Button */
	#nav a.contact:link, #nav a.contact:visited{
		background-image: url(images/Buttons/ContactBTN.png);
		background-repeat:no-repeat;
		border-bottom:1px #FFFFFF solid;
		border-left:1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
	}
	
	#nav a.contact:hover {
		background-position: -120px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	#nav a.contact:active {
		background-position: -240px;
		display: block;
		text-decoration: none;
		color: #CC0000;
	}
	
	.contactselect {
		background-image: url(images/Buttons/ContactBTN.png);
		background-repeat: no-repeat;
		background-position: -120px;
		border-left: 1px #FFFFFF solid;
		border-bottom: 1px #FFFFFF solid;
		display: block;
		height: 30px;
		width: 120px;
		cursor:pointer;
	}


p {
	line-height:11pt;
	text-align:left;
	font-family: Arial, Verdana, Times New Roman;
	color:#000000;
	font-size: 9pt;
	margin-top: 5px;
}

p.sponsortable {
	line-height:14pt;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12pt;
	margin:0px;
}

table {
	text-align:left;
	margin: 5px;
}

p.ladderteam {
	line-height:11pt;
	text-align:left;
	font-family: Arial, Verdana, Times New Roman;
	color:#000000;
	font-size: 8pt;
	border-right: 2px #7f1915 solid;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:5px;
	padding-top:1px;
	padding-bottom:1px;
}

p.ladderpts {
	line-height:11pt;
	text-align: center;
	font-family: Arial, Verdana, Times New Roman;
	color:#000000;
	font-size: 8pt;
	margin:0px;
	padding-top:1px;
	padding-bottom:1px;
}

p.ladderhead1 {
	border-bottom: 2px #7f1915 solid;
	border-right: 2px #7f1915 solid;
	text-align:center;
	font-family: Arial, Verdana, Times New Roman;
	color:#000000;
	font-size: 9pt;
	font-weight:bold;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

p.ladderhead2 {
	border-bottom: 2px #7f1915 solid;
	text-align:center;
	font-family: Arial, Verdana, Times New Roman;
	color:#000000;
	font-size: 9pt;
	font-weight:bold;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

p.cuttersteam {
	line-height:11pt;
	text-align:left;
	font-family: Arial, Verdana, Times New Roman;
	color:#000000;
	font-size: 8pt;
	border-right: 2px #7f1915 solid;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:5px;
	padding-top:1px;
	padding-bottom:1px;
}


a.link {
	color: #7f1915;
	line-height: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration: none;
}

a.link:hover {
	color: #5A89C7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a.link:active {
	color: #7f1915;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

	
#header {
	width: 850px;
	height: 145px;
	margin: 0 auto;
	text-align: left;
}

	#headerleft {
		width: 100%px;
		height: 100%px;
		padding-top: 10px;
		padding-left: 6px;
		float:left;
	}
	
	#headerright {
		width: 515px;
		height: 130px;
		background-image:url(images/Splat_Top.png);
		background-repeat: no-repeat;
		padding-top: 15px;
		padding-left: 5px;
		margin-right: -111px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height:-5px;
		float: right;
	}
	
	
#wrapper {
	width: 850px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

	#leftsplat {
		height:1017px;;
		width:162px;
		margin-left:-162px;
		background-image:url(images/Splat_Left.png);
		background-repeat:no-repeat;
		background-position:top center;
		float:left;
	}
	
	#container {
		height:100%;
		width:850px;
		background-color:#FFFFFF;
		text-align: center;
		float:left;
	}
	
		#menu {
			height: 219px;
			width: 850px;
			text-align: center;
			padding-top: 5px;
			float: left;
		}
		
		#leftinfo {
			width: 200px;
			height: 100%;
			float: left;
		}
		
		.flash {
			clear:both;
			margin:0;
			border:none;
			padding:0;
			float: left;
		}
		
		#info {
			width: 639px;
			height: 850px;
			padding-bottom: 10px;
			margin-right: 5px;
			margin-bottom: 5px;
			border-left: 3px #7f1915 solid;
			border-right: 3px #7f1915 solid;
			border-bottom: 3px #7f1915 solid;
			float:left;
		}
		
			#infotitle {
				width: 639px;
				height: 30px;
				background-image:url(images/TitleBG.png);
				background-repeat: repeat-x;
				float: left;
			}
		
		#containermiddle {
			width:450px;
			height:100%;
			margin: 0;
			pading: 0;
			float:left;
		}
		
		#bulletin {
			width: 444px;
			height: 100%;
			border-left: 3px #7f1915 solid;
			border-right: 3px #7f1915 solid;
			border-bottom: 3px #7f1915 solid;
			margin-bottom: 5px;
			padding-bottom: 5px;
			float:left;
		}
		
			.bulletinarticle {
				height: 120px;
				width: 412px;
				text-align:center;
				margin-right: 10px;
				margin-top: 5px;
				margin-bottom: 5px;
				margin-left: 10px;
				float: left;
			}
			
			#bulletin h1 {
				text-align:center;
				font-family: Arial, Verdana, Times New Roman;
				color:#420d0b;
				font-size: 13pt;
				line-height: 14pt;
				margin: 1px;
				padding:0;
			}
			
			#bulletin h2 {
				text-align:center;
				font-family: Arial, Verdana, Times New Roman;
				color:#7f1915;
				font-size: 9pt;
				line-height: 9pt;
				margin:2px;
			}
			
			#bulletin p {
				line-height:11pt;
				text-align:center;
				font-family: Arial, Verdana, Times New Roman;
				color:#FFFFFF;
				font-size: 9pt;
				margin: 2px;
				padding:5px;
			}
			
		#banner {
			width: 450px;
			height: 100%;
			margin-bottom: 5px;
			float:left;
		}
		
		#maininfo {
			width: 444px;
			height: 100%;
			padding-bottom: 10px;
			border-left: 3px #7f1915 solid;
			border-right: 3px #7f1915 solid;
			border-bottom: 3px #7f1915 solid;
			float:left;
		}
		
			#newstitle {
				width: 444px;
				height: 30px;
				background-image:url(images/TitleBG.png);
				background-repeat: repeat-x;
				float: left;
			}
			
			h1.maininfo {
				text-align:left;
				font-family: Arial, Verdana, Times New Roman;
				color:#420d0b;
				font-size: 13pt;
				line-height: 14pt;
				margin: 2px;
			}
			
			h2.maininfo {
				text-align:left;
				font-family: Arial, Verdana, Times New Roman;
				color:#7f1915;
				font-size: 9pt;
				line-height: 9pt;
				margin:2px;
			}
			
			p.newsboxblue {
				line-height:11pt;
				text-align:left;
				font-family: Arial, Verdana, Times New Roman;
				color:#FFFFFF;
				font-size: 9pt;
				margin-top: 5px;
			}
			
			#newsboxblue {
				clear: both;
				width: 432px;
				height: 140px;
				margin-top: 5px;
				margin-left: 5px;
				margin-right: 5px;
				background-image:url(images/FootySplat1.png);
				background-repeat:no-repeat;
				background-color: #90badd;
				border: 1px #00145d solid;
				float: left;
			}	
			
			.newsbox {
				clear: both;
				width: 432px;
				height: 140px;
				margin-left: 5px;
				margin-right: 5px;
				border-bottom: #7f1915 solid medium;
				float: left;
			}
			
				.newsimage {
					height: 120px;
					width: 100px;
					margin-left: 10px;
					margin-top: 10px;
					margin-bottom: 10px;
					margin-right: 5px;
					float: left;
				}
				
				.newsarticle {
					height: 120px;
					width: 302px;
					margin-right: 10px;
					margin-top: 10px;
					margin-bottom: 10px;
					margin-left: 5px;
					float: left;
				}
				
			h2.news {
				text-align:left;
				font-family: Arial, Verdana, Times New Roman;
				color:#7f1915;
				font-size: 9pt;
				line-height: 11pt;
				margin:0;
			}
			
			p.news {
				line-height:14pt;
				text-align:left;
				font-family: Arial, Verdana, Times New Roman;
				color:#000000;
				font-size: 12pt;
				margin: 0;
			}
			
			a.linknews {
				color: #7f1915;
				text-align:left;
				line-height: 14pt;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:12pt;
				margin:0;
				text-decoration: none;
			}

			a.linknews:hover {
				color: #5A89C7;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				text-decoration:underline;
			}

			a.linknews:active {
				color: #7f1915;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				text-decoration:underline;
			}
				
			
		#rightinfo {
			width: 200px;
			height: 100%;
			float: left;
		}
			
			.sub {
				width: 184px;
				height:100%;
				border-left: 3px #7f1915 solid;
				border-right: 3px #7f1915 solid;
				border-bottom: 3px #7f1915 solid;
				padding-bottom:5px;
				margin-left: 5px;
				margin-right: 5px;
				margin-bottom: 5px;
				float:left;
			}
			
			.subplayersmain {
				width: 184px;
				height:840px;
				border-left: 3px #7f1915 solid;
				border-right: 3px #7f1915 solid;
				border-bottom: 3px #7f1915 solid;
				padding-bottom:5px;
				margin-left: 5px;
				margin-right: 5px;
				margin-bottom: 5px;
				float:left;
			}
			
			
			.subalt {
				width: 184px;
				height:100%;
				border: 3px #7f1915 solid;
				margin-left: 5px;
				margin-right: 5px;
				margin-bottom: 5px;
				padding:0;
				float:left;
			}
				
				 .subalt img {
					clear:both;
					border:0;
					padding:0;
					float:left;
				}
			
			.subtitle {
				width: 184px;
				height: 30px;
				background-image:url(images/TitleBG.png);
				background-repeat: repeat-x;
				float: left;
			}
			
			.subboxblue {
				clear: both;
				width: 172px;
				height: 140px;
				margin-left: 5px;
				margin-right: 5px;
				margin-top: 5px;
				background-image: url(images/FootySplat2.png);
				background-repeat: no-repeat;
				background-color: #90badd;
				border: 1px #00145d solid;
				float: left;
			}
			
			.subboxblue h1{
				text-align:left;
				font-family: Arial, Verdana, Times New Roman;
				color:#420d0b;
				font-weight:bolder;
				font-size: 13pt;
				line-height: 14pt;
				margin: 5px;
			}
			
			.teamvsteam {
				background-image:url(images/vs.png);
				background-position: center;
				background-repeat: no-repeat;
				height:80px;
				margin-top: 5px;
				margin-bottom: 10px;
				margin-right:2px;
				margin-left:2px;
			}
			
			.teamvsteam2 {
				background-image:url(images/vs.png);
				background-position: center;
				background-repeat: no-repeat;
				height:80px;
				margin-top: 5px;
				margin-right:2px;
				margin-left:2px;
			}
			
			.subboxblue table {
				margin:0;
			}
			
			h1.scores {
				text-align:center;
				font-family: Arial, Verdana, Times New Roman;
				color:#420d0b;
				font-size: 13pt;
				line-height: 14pt;
			}
			
			#ladder {
				clear: both;
				width: 184px;
				height:100%;
			}	
		
		#bottomsponsors {
			clear: both;
			width: 830px;
			height: 180px;
			margin-left: 10px;
			margin-right: 10px;
			margin-top:5px;
			margin-bottom:5px;
			padding: 0;
			border-bottom: medium #7f1915 solid;
			border-top: medium #7f1915 solid;
			float:left;
		}
			
			.logos {
				margin:5px;
			}
			
			p.sponsors {
				padding:0;
				margin:0;
				text-align:center;
				color: #2175bc;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-size: 9pt;
				line-height: 9pt;
			}
			
			.club17sponsors {
				margin: 0px;
				padding:0px;
			}
			
				img {
					border: none;
					margin: 0;
				}
		
		#footer {
			clear: both;
			text-align:center;
			width: 850px;
			height: 100%;
			float: left;
		}
		
		p.footer {
			text-align:center;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#subfooter {
			clear: both;
			margin-right:10px;
			margin-left:10px;
			border-top: 3px #7f1915 solid;
			text-align:center;
			width: 830px;
			height: 100%;
			float: left;
		}
		
		p.subfooter {
			text-align:center;
			font-family: Arial, Helvetica, sans-serif;
		}
			
		
	#rightsplat {
		height:1017px;
		width:103px;
		margin-right:-103px;
		background-image:url(images/Splat_Right.png);
		background-repeat:no-repeat;
		background-position:top center;
		float:left;
	}
	
/* Side Menu */

.side {
	width: 184px;
	height:100%;
	border-left: 3px #7f1915 solid;
	border-right: 3px #7f1915 solid;
	border-bottom: 3px #7f1915 solid;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
}

.menutitle {
	width: 184px;
	height: 30px;
	border-bottom:1px #FFFFFF solid;
	background-image:url(images/TitleBG.png);
	background-repeat: repeat-x;
	float: left;
}

#menubottom {
	background-image:url(images/MenuBottom.png);
	background-repeat: no-repeat;
	background-position:top;
	clear:both;
	width:190px;
	height:80px;
	padding-top: 60px;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
}

.sidemenu{
	clear:both;
	height:100%;
	width:184px;
}

.sidemenu ul{
	padding: 0;
	margin:0;
	list-style:none;
}
	
.sidemenu li{
	display: block;
	border-bottom:1px #FFFFFF solid;
	line-height: 30px;
	text-decoration: none;
	width:184px;
	height:30px;
}
	
.sidemenu li a:link, .sidemenu li a:visited {
	padding-left: 10px;
	text-align:left;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 9pt;
	font-weight: bold;
	line-height: 30px;
	color:#FFFFFF;
	background-color:#7f1915;
	border-bottom:1px #FFFFFF solid;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 174px;
}

.sidemenu li a:hover{
		background-color:#420d0b;
		display: block;
		text-decoration: none;
		color: #FFFFFF;
	}

.sidemenu li a:active {
		background-color:#FFFFFF;
		display: block;
		text-decoration: none;
		color: #420d0b;
	}
	
.sidemenu li a.selected{
	background-color:#FFFFFF;
	color: #420d0b;
}


#contentbox {
	clear: both;
	width: 619px;
	height: 100%;
	margin: 10px;
	float: left;
}

h1.contentbox {
	text-align:left;
	font-family: Arial, Verdana, Times New Roman;
	color:#420d0b;
	font-size: 13pt;
	line-height: 14pt;
	margin: 2px;
}
	
h2.contentbox {
	text-align:left;
	font-family: Arial, Verdana, Times New Roman;
	color:#7f1915;
	font-size: 9pt;
	line-height: 9pt;
	margin:2px;;
}
	
p.contentbox {
	line-height:13pt;
	text-align:left;
	font-family: Arial, Verdana, Times New Roman;
	color:#FFFFFF;
	font-size: 11pt;
	margin-top: 5px;
}

#contentbox img {
	margin: 10px;
}

#infoalt {
	width: 639px;
	height: 100%;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left: 3px #7f1915 solid;
	border-right: 3px #7f1915 solid;
	border-bottom: 3px #7f1915 solid;
	float:left;
}

#galleryinfo {
	width: 639px;
	height: 700px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-left: 3px #7f1915 solid;
	border-right: 3px #7f1915 solid;
	border-bottom: 3px #7f1915 solid;
	float:left;
}

/* Draw and Results Table*/

.bodymaroon {
color:#7f1915;
font-weight: bold;
}

.drawresults {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}
.drawresults td {
padding:4px;
}
.homegame {
background-color: #90badd;
border: 1px #5a89c7 solid;
}

.awaygame {
background-color: #ffffff;
}
.othergame {
background-color:#00243E;
}
.homegamethin {
background-color:#90badd;
}

.homegamethick {
background-color:#7f1915;
}
.homegamethin td {
padding:0;
}
.othergamethin td {
padding:0;
background-color:#FFFFFF;
}

table.footertable {
	float:left;
	margin: 0px;
}