@charset "windows-1252";
body {
		font-family: verdana helvetica arial sans-serif;
		font-size: 85%;
		background-color: white;
		}

a:link {color:#000066; text-decoration: none;}      /* unvisited link */
a:visited {color:#000066; text-decoration: none;}  /* visited link */
a:hover {color:#ff0000; text-decoration: none;}  /* mouse over link */
a:active {color:#0000FF; text-decoration: none;}  /* selected link */

.toc	{
		position: absolute;
		margin-left: 0px;
		margin-top: 120px;
		background-color: #ffffff;
		height: 500px;
		}

.download {
		font-size: 85%;
		}

.toc_main	{
		background-color: #ffffff;
		/* font-size: 80%; */
		}

table	{
		font-size: 80%;
		}

form {
		width: 12em;
		}
		
ul.toc_list	{
		position: relative;
		width: 12em; /* set width of menu */
		margin-left: 0px;
		margin-top: 0px;
		font-size: 85%;
		color: white;
		font-weight: bold;
		line-height: 150%;
		list-style: none;
		margin: 0;
		padding: 0;
		}

.address	{
		text-align: left;
		}


.main 	{
		position: absolute;
		margin-left: 300px;
		margin-top: 120px;
		text-align: center;
		width: 450px;
		height: 800px;
		background-color: white;
		}

#flashContent
		{
		margin-left: 0px;
		margin-top: 0px;
		height: 540px;
		}

.main-demo 	{
		margin-left: 300px;
		text-align: center;
		width: 450px;
		height: 400px;
		background-color: #ffffff;
		}

.header 	{
		position: absolute;
		height: 120px;
		width: 800px;
		background-image: url('video/BAN062.JPG');
		background-repeat: no-repeat;
		background-position:center;
		background-color: #ffffff;
		/* background-image: url('video/LFXST125.JPG'); */
		margin-left: 0px;
		margin-top: 0px;
		text-align: center;
		}
		
.header h1 {
		margin-top: 40px;
		color: #0000CC;
		}

.player-content {
		float: left;
		}

.player-inst {
		width: 470px;
		font-size: 85%;
		float: left;
		text-align: right;
		}
		
/* Buttons for download */

.button a {
	float: left;
	height: 40px;
	width: 100px;
	color: black;
	padding-top: 3px;
	background-image:url('logos/button_rest.png');
	background-repeat:no-repeat;
	border: solid thin white;
	}
.button a:hover {
	color: blue;
	background-image:url('logos/button_select.png');
	background-repeat:no-repeat;
	}
