/*
#0079c1 blue text
#49a942 green text
#f0b310 yellow text
*/
body, form, div, h1, h2, h3, h4, h5, dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color:#0079c1;
	text-decoration:none;
}
a:hover {
	color:#49a942;
	text-decoration:underline;
}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:active {
	color:#49a942;
	text-decoration:none;
}
.mainmenu a:hover {
	color:#0079c1;
	text-decoration:underline;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6d6d6d;
	background-color:#fff;
}
.mainmenu {
	color: #49a942;
	font-size:12px;
	font-weight:bold;
}
.maincontent {
	background-color:#fff;
	line-height:1.5em;
	margin-left:25px;
	margin-right:25px;
}
.leftcolumn, .rightcolumn {
	background-color:#fff;
}
.rightcolumn {
	background-image:url(../images/topbarsrepeating.gif);
	background-repeat:repeat-x;
}
.footer {
	clear:both;
	line-height:300%;
	font-size:9px;
	padding-top:100px;
	}
.yellow {
	color: #f0b310;
}
.blue {
	color: #0079c1;
}
.currentpage {
	color: #0079c1;
}
.green {
	color: #49a942;
}
h1 {
	font-size:18px;
}
/* Menus */
/* Resets the relative position for each menu item */
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
	cursor: pointer;
}
#lessons {
	position:absolute;
	left: 0px;
	top: 17px;	
	width:151px;
	height:195px;
	z-index:5;
	display:none;
}
#arena {
	position:absolute;
	left: 0px;
	top: 17px;	
	width:163px;
	height:195px;
	z-index:5;
	display:none;
}
#directions {
	position:absolute;
	left: -70px;
	top: 17px;	
	width:243px;
	height:245px;
	z-index:5;
	display:none;
}
#rooms {
	position:absolute;
	left: -35px;
	top: 17px;	
	width:243px;
	height:245px;
	z-index:5;
	display:none;
}






