/* CSS Document */
body {font-size:14px;
	font-family:arial, san-serif;
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background:url(newbackground.jpg); 
	background-attachment:fixed;
	background-position:0 0;
	background-repeat:no-repeat;}

#content {overflow:auto;
	padding:0 0 0 0px;
	position:absolute;
	z-index:3;
	top:90px;
	bottom:30px;
	left:205px;
	right:0;
	background:none;
	color:white}

span.highlight {background-color:black;
	filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity:0.4;}

* html #content {top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	max-height:100%;
	width:100%;
	overflow:auto;
	position:absolute;
	z-index:3;
	border-top:90px solid #666699;
	border-bottom:30px solid #666699;
	border-left:190px solid #666699;}

#head {position:absolute;
	padding:7 0 5 0px;
	margin:0;
	top:0;
	left:0;
	text-align:center;
	display:block;
	width:100%;
	height:90px;
	background:#666699;
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:400%;
	z-index:5;
	overflow:hidden;
	color:white;}

#foot {position:absolute;
	margin:0;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	font-size:80%;
	z-index:5;
	overflow:hidden;
	background:#666699;
	padding:0 0 10px 0}

#left {position:absolute;
	padding:0 0 0 10px;
	left:0;
	top:90px;
	bottom:30px;
	width:190px;
	background:#666699;
	font-size:85%;
	z-index:4;
	overflow:auto;
	background-repeat:no-repeat;}

* html #left {height:100%;
	top:0; bottom:0;
	border-top:90px solid #003366;
	border-bottom:30px solid #003366;
	color:#003366;}

#content p {padding:10px;}

.bold {font-size:1.2em;
	font-weight:bold;}

#video {float: right;
	width: 436px;
	background: none;
	margin-left: 8px;
	font-size:75%;
	font-family:arial, sans serif;
	text-align:left;
	padding: 5px 0 0 10px;}
	
dd {display:none;}

a, a:visited {font-weight:bold;
	text-decoration:none;
	color:white;}
	
a:hover {text-decoration:overline underline;}