
body {

	background-color: blue;
	}

.content {

	position: relative;
	float: left;
	margin-left: 12%;
	width: 75%;
	height: 100%;
	border-style: none solid none solid;
	border-color: gray;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	background-color: white;
	background-image: url(mhllogo.gif);
	background-position:  left top;
	background-repeat: no-repeat;
	text-align: left;
	color: blue; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:12px; 
	font-family:Arial, Verdana, sans-serif;

	}
	
.header {
	text-align: right;
	color: blue;
	height: 130px;
	font-weight: bold;
	font-size: 100%;
	margin-right: 25px;
	}
	

	
#main_content {
	margin-left: 20px;
	float: left;
	width: 70%;
	text-align: left;
	}
	
img#home_anim  {
	display: block;
    margin-left: auto;
    margin-right: auto }

#main_content.h2, #main_content.h3, #main_content.h4 {
	line-height: 1pt;
	}



img {
	border: none;
	padding: 5px;
	
	}
	
h1 {
	color: BLUE;
	font: 25px;
	text-align: center;
	font-style: italic;
	}	


#invisible a:link, #invisible a:visited {
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-family: arial;
	}	

#creepy {
	font-size: 20px;
	position: relative;
	font-family: creepy;
	text-align: center;
	text-decoration: none;
	color: orange;
	}
	
#rightjustify {
	position: absolute;
	text-align: right;
	}
	
#lastupdate {
	position: relative;
	text-align: right;
	font-size: 10px;
	margin-right:25px;
	
	}
	

#right {

	width:25%;
	float: right;
	/*background-color:#ccc;	*/
	padding: 5px;
	color: black;
	
	text-align: center;


	
}

	
		


		}

#leftjustify {
	float: left;
	text-align: left;
	}
	
#current {
	background-color: black;
	color: gray;
	}

#menu {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #ccc;
		border-bottom: 1px solid #999;
		}
	
#menu ul {
	list-style-type: none;
	}
	
	#menu li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	#menu a {
		float: left;
		display: block;
		padding: 3px 25px 3px 3px;
		text-decoration: none;
		font-weight: bold;
		color: #000FFF;
		font-size: 110%;
		background: #ccc url(slant.gif) no-repeat top right;
		}

#menu a:hover {
		color: #000;

		}

ul#more {
		clear: left;
		margin-top: 60px;

}
	
#horiz_teams ul {
	list-style: none;
	width: 100em;
	text-align: left;
}	

#horiz_teams li {
	display: inline;
	width: 20em;
		
	}

#horiz_teams a:link, #horiz_teams a:visited {
	text-decoration: none;
	border: 0 0 0 0;
	color: blue;
	padding: 10px 10px 10px 10px;
	}

#rules2 ul {
	list-style: none;
	}
	
.TeamTable {
	border: 1px solid blue;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	

.TeamTable td {
	width: 100ems;
	padding: 4px;
	text-align: center;
	border: 1px;
	color: blue;
	}
	
.TeamTable tr:hover, .TeamTable tr.hilite {
	font-weight: bold;
	font-size: 110%;
	}

.TeamTable th, th.hover {
	color: blue;
	border-bottom: 2px double;
	text-align: center;
	padding: 4px;
	
	}

.link {
	color: white;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	}
	
#footer {
	clear: left;
	padding: 20px;
	height: 1%;
	position: relative;
	margin-right: 25px;
}