body {
	background: white;
	background-image: url(bg_artwork_blue_1200.gif); background-repeat:no-repeat; background-position: center;
	color: #003366;				
	font-size: 10pt;
	font-family: ariel, verdana, geneva, sans-serif;
	margin: 5px 50px;
}

div#page {
	width: 615px; height: 595px;
	margin-left: auto; margin-right: auto; 
	border: 5px ridge #00001a;
	color: #003366;	background: #a9a9a9;
	padding-left: 5%; padding-right: 5%; padding-top: 0%; padding-bottom: 3%;
}

div.scroll {overflow:scroll; height: 400px; width: 100%; overflow: auto; color: #003366; background: white;}

a:link, a:visited {
	color: #fff; 			
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	
}
a:active, a:hover {
	color: #fff;				
	background-color: #de9412;
	font-size: 10pt;
	font-weight: bold;
	
}

.show {
	color: navy; background: white;
	font-size: 10pt;
	font-weight: bold;
}

table {
	background-color: #5970b2;
	
}

div {	 	
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #000033; 	
	border-color: #fff;			
	color: #2875de;
}

#MainMenu {
	position: absolute; 
	top: 150px; 
	right: 50%;
	margin-right:-250px;
	
	
}

#IndexMenu { 
  	position: absolute; 
	top: 180px; 
	right: 50%;
	margin-right: 150px; 
	visibility: hidden;
}

#TeamsMenu {
	position: absolute; 
	top: 180px; 
	right: 50%; 
	margin-right: -50px; 
	visibility: hidden;
}


#CoachesMenu {

	position: absolute; 
	top: 180px; 
	right: 50%; 
	margin-right: -130px; 
	visibility: hidden;
}

.Caption {
	font-family: Arial;
	font-weight: bold;
	color: #123456;
}

