/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF99;
}
body {
	background-color: #000099;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:95%;
}

a:link {
margin-left:10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	font-size: 200%;
	text-align:center;
	margin:0;
}
h2 {
	font-size: 130%;
	margin-top:6px;
}
h3 {
	font-size: 110%;
}

p{
margin:4px;
text-indent:10px;
}


#wrapper{
width:870px;
height:560px;
margin:10px auto;
padding:0;
background-color:#000000;
position:relative;
}

#thumbstrip{
float:left;
margin:0;
padding:5px;
width:140px;
height:500px;
background-color:#006666;
text-align:center;
overflow:auto;
}

#placeholder{
	float:left;
	padding:10px;
	font-size:9pt;
	width:692px;
	margin-left:2px;
	height:488px;
	text-align:justify;
	border: thin double #666666;
}

#caption{
position:relative;
float:left;
margin:0;
clear:both;
background-color:#FF0000;
text-align:left;
}

#header{
position:relative;
margin:0;
clear:both;
background-color:#006666;
}

#nav{
float:left;
	border-bottom:1px solid #333333;
	text-align:left;
	font-size: 10px;
	font-weight:bold;
	width:120px;
}

#nav ul{
padding:0;
margin:0;
background-color:transparent;
list-style-type:none;
border:1px solid #000000;
}

#nav ul li{
padding:0;
margin:0;
}

#nav ul li a{
color:#33FFCC;
display:block;
background-color:#009900;
text-decoration:none;
padding:0px 0 2px 4px;
border-bottom:1px solid #000000;
height:15px;
}

#nav ul li a:hover, #nav ul li a:focus{
background-color:#003366;
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
color:#FFFFFF;
}

#sbar{ 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-track-color:#003333; 
scrollbar-face-color:#006666; 
scrollbar-highlight-color:#009966; 
scrollbar-3dlight-color:#0033CC; 
scrollbar-darkshadow-color:#000000; 
scrollbar-shadow-color:#666666;
} 

#image{
	position:absolute;
	top:20px;
	left:80px;
}

#restore{
float:right;
width:85px;
height:40px;
background-color:#FF0000;
color:#FFFFFF;
text-align:center;
}

#textlayer{
	position:absolute;
	top:543px;
	left:90px;
	background-color:#006666;
	height:41px;
	width:692px;
	z-index: 5;
	text-align:center;
	visibility: visible;
}

