body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image: url(images/main-bg.gif);
	background-color: #006592;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
form {
	margin:0px;
	padding: 0px;
}
.player_wrap {
	background-image: url(images/player-bg.gif);
	background-repeat: no-repeat;
	height: 503px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 17px;
	position: relative;
	padding: 18px 0px 0px 18px;
}
.left_col {
	width: 165px;
	height: 500px;
	position: absolute;
	left: 9px;
	top: 9px;
}
.right_col {
	width: 600px;
	height: 500px;
	position: absolute;
	right: 9px;
	top: 9px;
}
.return_btn {
	text-align: right;
	margin-top: 7px;
}
.speaker {
	text-align: center;
	height: 191px;
}
.toc {
	margin-top:9px;
	height: 300px;
	background-image: url(images/navigator-bg.gif);
	background-repeat: repeat-x;
}
.toc_header {
	height:21px;
	background-image: url(images/navigator-header.gif);
	background-repeat: no-repeat;
	padding: 3px 3px 0px 9px;
	font-weight: bold;
	color: #000000;
}
.toc_menu {
	width:163px;
	height: 277px;
	margin: 0px auto;
}
.footer {
	background-image: url(images/player-shadow-bg.gif);
	background-repeat: no-repeat;
	height: 73px;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.logos {
	position: absolute;
	width: auto;
	top: 10px;
	right: 15px;
}
.logo_padding {
	margin-left: 15px;
}
.elearning_logo {
	margin-top: 15px;
	margin-left: 15px;
}

