/*color_0: #000000;*/
/*color_1: #003366;*/
/*color_2: #666666;*/
/*color_3: #006699;*/
/*color_4: #999999;*/
/*color_5: #ffffff;*/

@charset "utf-8";
/* CSS Document */

body{
	color:#ffffff;
	background-color:#000000;
	font-family:"Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
}

body:first-of-type{
	color:#ffffff;
	background-color:#000000;
	font-family:"Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
}

.MainDivision{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	z-index:-1000;
}

.Banner{
	height:80px;
	z-index:-1000;
}

.NonInteractive{
	width:865px;
	float:left;
}

.Navigation{
	background-color:#003366;
	text-align:center;
	margin-bottom:0;
	margin-top:0;
	border:outset;
	border-width:2px;
	border-color:#999999;
	padding:5px;
	clear:both;
	height:auto;
	vertical-align:middle;
}

.Navigation ul{
	margin:0;
	padding:0;
}

.SubNavigation{
	width:125px;
	margin-top:0;
	margin-bottom:0;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
	font-size:14px;
}

.SubNavigation ul{
	padding:0;
	margin:0;
	
}

.SubNavigation li{
	list-style:none;
	
}

.SubNavigation li ul{
	position:absolute;
	left:-999em;
	background:#003366;
	margin-left:15px;
	border:outset;
	border-width:2px;
	border-color:#999999;
}

.SubNavigation li ul li{
	vertical-align:middle;
	padding:5px;
}

.Content{
	float:left;
	width:705px;
	padding:10px;
}

.Content li{
	list-style:square;
}

#LongP{
	text-indent:25px;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	text-align:justify;
}

#botNav{
	font-size:12px;
}

.Navigation li{
	padding-left:25px;
	padding-right:25px;
	text-indent:0;
	margin:0;
	display:inline;
}

.Interactive, #Interactive{
	position:absolute;
	top:0;
	width:75px;
	height:600px;
	padding-left:10px;
}

.Copyright{
	text-align:center;
	font-size:10px;
	clear:both;
}

.Thumbnail{
	width:56px;
	height:56px;
	text-align:center;
	vertical-align:top;
}

.Thumbnail img{
	border:outset;
	border-width:3px;
	border-color:#999999;
}

.Thumbnail img:hover{
	border-color:#006699;
}

.Explanation{
	width:144px;
	text-align:left;
	vertical-align:text-top;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size:14px;
}

.LinkComment{
	max-width:500px;
	position:absolute;
	left:-999em;
	background-color:#003366;
	border:outset;
	border-width:2px;
	border-color:#999999;
	margin-left:30px;
	margin-top:4px;
	padding:10px;
	text-align:center;
}

.LinkComment p{
	text-indent:0;
	text-align:justify;
	margin-top:5px;
	margin-bottom:0;
}

#imageGallery{
	width:594px;
}

#imageGallery tr td{
	width:50px;
	height:50px;
	border:outset;
	border-width:2px;
	border-color:#006699;
	margin:0;
}

#imageGallery tr td:hover{
	border-color:#999999;
}

img{
	border:none;
}

.TableRows{
	margin-bottom: 10px;
}

a{
	text-decoration:none;
}

a{
	/*color 4*/
	color:#999999;
}

a:visited{
	color:#006699;
}

a:active{
	color:#666666;
}

a:hover{
	/*color 2*/
	text-decoration:underline;
}

#transBG{
	background-color: #000000; /* The color to display*/

	/* The transparency of the background */
	opacity: .5;
	filter: alpha(opacity=50);

	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;

	/* Set the overlay so it appears above the page content */
	z-index: 1000;
	
	visibility:hidden;

}

#imageContainer{
	border:outset;
	border-width:2px;
	border-color:#999999;
	text-align:center;
	z-index:1001;
	position:absolute;
	background:#003366;
	padding:10px;
	visibility:hidden;
}

#imageContainer li{
	display:inline;
	padding-left:10%;
	padding-right:10%;
}