BODY {
	margin: 0px;
	padding: 0px;
	
	background-color: #666666;
	
	background-image: url(/gfx/bg_body.jpg);
	background-position: bottom left;
}

.page {
	background-color: #0099CC;
	
	border-style: solid;
	border-color: #7FCCE5;
	border-width: 0px 0px 2px 0px;
}

.page .body {
	width: 1005px;
}

DIV {
	font-family: Arial;
	font-size: 11px;
}

.box {
	background-position: left;
	background-image: url(/gfx/box/l.png);
	background-repeat: repeat-y;
	background-color: white;
}

.box .top {
	height: 9px;
	background-image: url(/gfx/box/t.png);
	
	font-size: 5px;
}

.box .top .left {
	float: left;
	width: 9px;
	height: 9px;
	
	background-image: url(/gfx/box/tl.png);
	font-size: 5px;
}

.box .top .right {
	float: right;
	width: 9px;
	height: 9px;
	
	background-image: url(/gfx/box/tr.png);
	font-size: 5px;
}

.box .middle {
	clear: both;
}

.box .bottom {
	height: 9px;
}


.box .bottom .left {
	float: left;
	width: 9px;
	height: 9px;
	font-size: 5px;
	
	background-image: url(/gfx/box/bl.png);
}

.box .bottom .right {
	float: right;
	width: 9px;
	height: 9px;
	font-size: 5px;
	
	background-image: url(/gfx/box/br.png);
}


.header {
	height: 70px;
	border-style: solid;
	border-color: #7FCCE5;
	border-width: 0px 0px 2px 0px;
	
	background-color: #666666;
}

.header .menu {
	float: left;
	margin-left: 20px;
	height: 20px;
}

.header .menu .level1 {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 1px;
	
	height: 65px;
}

.header .menu .level1 A {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.header .menu .level1 A:hover, .header .menu .active {
	color: #F4EA1C;
}

.header .menu .level1:hover A, .header .menu .active A {
	color: #F4EA1C;
}

.header .menu .active {
	background-color: black;
}

.header .menu .level2 {
	white-space: nowrap;
}
	
.header .menu .level2 A {
	color: white !important;
	padding-right: 20px;
	padding-left: 5px;
}

.header .menu .level2 A:hover {
	color: #F4EA1C !important;
}

.header .right {
	float: right;
	
	width: 250px;
	height: 70px;
	background-image: url(/gfx/bg_header.png);
	background-repeat: no-repeat;
}

.image {
	margin-top: 10px;
}

.location {
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 21px;
	color:#005571;
}

.lesson {
	float: left;
	margin-left: 12px;
}

.lesson .box {
	width: 190px;
}

.lesson .middle {
	padding-left: 9px;
	padding-right: 9px;
}

.lesson H1 {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	
	font-size: 15px;
}

.lesson P {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 18px;
	
	font-size: 12px;
}

.score {
	float: left;
	width: 600px;
	margin-left: 20px;
	margin-right: 15px;
}

.score .middle {
	padding-left: 4px;
	
	padding-bottom: 0px;
}

.score .text {
	margin-left: 15px;
	font-size: 12px;
	line-height: 20px;
	margin-right: 40px;
}

.score H2 {
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.score P {
	margin-top: 5px;
}

.score .letter {
	position: absolute; 
	margin-left: -18px;
	
	width: 50px;
	height: 50px;
	
	font-size: 40px; 
	font-weight: bold;
	
	color: #FFFFFF;

	text-shadow: black 0px 0px 5px;
	
	line-height: 42px;
	
		filter: Shadow(color=#000000, direction=135, strength=4);	
}

.score .letter:before {
	display: block;
	margin: 0 0 -44px 2px;
	padding: 0;
	color: #000000; 
}

.players {
	margin-top: 15px;
	float: left;
	width: 153px;
}

.video {
	background-color: #3A7C92; 
	
	margin-top: 10px;
	padding: 8px;
	width: 174px;
}

.video .screen {
	width: 174px;
	height: 150px;
	background-color: black;
}

.video .controls {
	height: 19px;
	margin-top: 5px;
}

.video .controls .play {
	 float: left;
	 cursor: hand;
}

.video .controls .stop {
	margin-left: 3px; 
	float: left;
	
	cursor: hand;
}

.video .controls .display {
	margin-left: 5px; 
	padding-left: 10px;
	
	float: left; 
	background-image: url(/gfx/player/bg_display.jpg); 
	
	height: 16px; 
	width: 70px;
	
	text-align: left; 
	padding-top: 3px; 
	font-size: 10px;
}

.player {
	background-color: #3A7C92; 
	padding-top: 8px; 
	padding-left: 12px; 
	padding-bottom: 7px; 
	padding-right: 4px;
	
	margin-bottom: 15px;
}

.player .controls {
	height: 19px; 
	margin-top: 5px;
}

.player .controls .play {
	 float: left;
	 
	 cursor: hand;
}

.player .controls .stop {
	margin-left: 3px; 
	float: left;
	
	cursor: hand;
}

.player .controls .display {
	margin-left: 5px; 
	padding-left: 10px;
	
	float: left; 
	background-image: url(/gfx/player/bg_display.jpg); 
	
	height: 16px; 
	width: 70px;
	
	text-align: left; 
	padding-top: 3px; 
	font-size: 10px;
}

.player .listen_track, .player .play_track  {
	color: white;
	font-weight: bold;
	padding-left: 63px;
	padding-top: 15px;
	font-size: 13px;
	
	height: 33px;
	width: 71px;
}

.player .listen_track {
	background-image: url(/gfx/player/track_play.jpg);
}

.player .play_track {
	background-image: url(/gfx/player/track_listen.jpg);
}

.player .track {
	display: inline;
}

.player .loader {
	display: inline;
	font-size: 10px;
}

.menu .level2 {
	position: absolute; 
	top: 41px; 
	background-color: black; 
	padding: 8px; 
	padding-left: 0px; 
	font-size: 10px;
	
	display: none;
}

.clear {
	clear: both;
	margin-bottom: 20px;
}

.alignCenter {
	text-align: center;
}