body {background-color: black; 
}

div.banner {
		position: absolute;
          	left: 50px;
          	top: 0px;
          	width: 750px;
	    	height: 150px;
	    	background-image: url('Graphics/Banner2.jpg');
		}

div.footer {
		position: absolute;
          	left: 50px;
          	top: 750px;
          	width: 750px;
	    	height: 45px;
	    	background-image: url('Graphics/footer3.gif');
		}

div.homeBtn {
		position: absolute;
          	left: 0px;
          	top: 0px;
          	width: 112px;
	    	height: 30px;
	    	}

div.leagueBtn {
		position: absolute;
          	left: 0px;
          	top: 20px;
          	width: 112px;
	    	height: 30px;
	    	}


div.teamsBtn {
		position: absolute;
          	left: 0px;
          	top: 40px;
          	width: 112px;
	    	height: 30px;
	    	}

div.schedulesBtn {
		position: absolute;
          	left: 0px;
          	top: 60px;
          	width: 112px;
	    	height: 30px;
	    	}

div.standingsBtn {
		position: absolute;
          	left: 0px;
          	top: 80px;
          	width: 112px;
	    	height: 30px;
	    	}

div.directionsBtn {
		position: absolute;
          	left: 0px;
          	top: 100px;
          	width: 112px;
	    	height: 30px;
	    	}

div.infoBtn {
		position: absolute;
          	left: 0px;
          	top: 120px;
          	width: 112px;
	    	height: 30px;
	    	}

div.statsBtn {
		position: absolute;
          	left: 0px;
          	top: 140px;
          	width: 112px;
	    	height: 30px;
	    	}

div.playoffsBtn {
		position: absolute;
          	left: 0px;
          	top: 160px;
          	width: 112px;
	    	height: 30px;
	    	}

div.leadersBtn {
		position: absolute;
          	left: 0px;
          	top: 180px;
          	width: 112px;
	    	height: 30px;
	    	}

div.navbar {
		position: absolute;
          	left: 50px;
          	top: 150px;
          	width: 112px;
	    	height: 600px;
	    	background-image:url('Graphics/MaroonTile.gif');
		}

div.ACHALogo {
		position: absolute;
          	left: 3;
          	top: 300px;
          	width: 105px;
		height: 61px;
	
		
		}

div.CHMALogo {
		position: absolute;
          	left: 1;
          	top: 220px;
          	width: 110px;
		height: 73px;
	
		background-image:url('Graphics/CHMALogo.gif');
		}

div.Main {
		position: absolute;
		top: 150px;
		left: 162px;
		width: 450px;
		height: 600px;
		background-color: white;
            overflow: auto;
		}

div.WJWrapper {
		position: relative;
          	left: 25;
          	width: 390px;
		height: 293;
		margin-left: 5px;
		padding-left:5px;
		padding-right:5px;
		margin-top: 20px;
		background-image:url('Graphics/wjchamps.jpg');
		background-repeat: no-repeat;
		}

div.PJWrapper {
		position: relative;
          	left: 25;
          	width: 390px;
		height: 260;
		margin-left: 0px;
		padding-left:5px;
		padding-right:5px;
		margin-top: 20px;
		background-image:url('Graphics/poljak.jpg');
		background-repeat: no-repeat;
		}

div.PostWrapper {
		position: relative;
          	left: 25;
          	width: 390px;
		height: auto;
		margin-left: 0px;
		padding-left:5px;
		padding-right:5px;
		margin-top: 20px;
		background-image:url('Graphics/Post.gif');
		background-repeat: no-repeat;
		}

div.PostWrapperLg {
		position: relative;
          	left: 25;
          	width: 390px;
		height: auto;
		margin-left: 0px;
		padding-left:5px;
		padding-right:5px;
		margin-top: 20px;
		background-image:url('Graphics/Postlg.gif');
		background-repeat: no-repeat;
		}


div.InfoWrapper {
		position: relative;
          	width: auto;  
		height: auto;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 0px;
		margin-top: 20px;
		}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-align: left;
	line-height: 15px;
	letter-spacing: .05em;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: black;
	text-align: left;
	line-height: 20px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	line-height: 15px;
}



td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	line-height: 15px;
	text-align: center;
}

td.directionOdd {
	width: 400px;
	text-align: left;
	padding: 3px;
	background-color: #DDDDDD;
	}

td.directionEven {
	width: 400px;
	text-align: left;
	padding: 3px;
	background-color: white;
	}

td.statTextOdd {
	width: 500px;
	text-align: left;
	padding: 1px;
	padding-left: 10px;
	background-color: #DDDDDD;
	}

td.statTextEven {
	width: 500px;
	text-align: left;
	padding: 1px;
	padding-left: 10px;
	background-color: white;
	}

td.statLogoOdd {
	width: 125px;
	text-align: center;
	padding: 1px;
	background-color: #DDDDDD;
	}

td.statLogoEven {
	width: 125px;
	text-align: center;
	padding: 1px;
	background-color: white;
	}

div.Updates {
		position: absolute;
		top: 150px;
		left: 612px;
		width: 188px;
		height: 600px;
		background-color: gray;
		}

td.teamText {
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: left;
	height: 11px;
}

.teamScoreTextW {
	font-size: 10px;
	height: 11px;
	}

.teamScoreTextL {
	font-size: 10px;
	font-weight: normal;
	height: 11px;
}

td.scoreW {
	width: 30px;
	font-size: 10px;
	text-align: right;
	height: 11px;
	}

td.scoreL {
	width: 30px;
	font-size: 10px;
	height: 11px;
	font-weight: normal;
	text-align: right;
}


div.game {
	position: relative;
	width: 170px;
	height: 40px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

div.updateDate {
	postion: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 170px;
	height: 15px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: black;
	line-height: 15px;
	text-align: center;
	}



.normalFont {
	font-weight: normal;
}

.boldFont1 {
	font-weight: bold;
	font-size: 18px;
}


a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
	}

img {
	border-width: 0;
	}

a.maroon
	{
	color: maroon;
	}

a.maroon:hover 
	{
	color: navy; 
	}







	


