body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, arial, sans-serif;
	color: #ffffff;
	text-align:center; 
	background: #000000;
}


a {
	color: #5D8EC2;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a img {
	border: 0px;
}

a:hover img {
	border: 0px;
}


#enclosure {
	position: relative;
	text-align:left;
	top: 0px;
	left: 0px;
	width:100%;
	margin:0 auto;
}


#box1 {
	height: 60px;
	background: black;
}

#box1 h1 {
	padding-top: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 14px;
}

#box2 {
	min-height: 400px;
	background: gray;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}


#box3 {
	height: 20px;
	background: black;
	font-size: 8px;
	padding-left: 5px;
	padding-top: 5px;
}



#clock {
	position: absolute;
	top: 0px;
	left:300px;
	width: 100px;
	height: 18px;
	font-size: 14px;
}

#menubar {
	position: absolute;
	top: 25px;
	width:100%;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	background: gray;
}

#menubar ul {
	margin: 0px;
	padding-left: 5px;
}

#menubar li {
	background: lightgray;
	border: solid 1px black;
	text-align: center;
	margin-top: 4px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
	display: inline;
	float: left;
}

#menubar li.selected {
	background: #FFFFFF;
}

#menubar li.right{
	float: right;
	margin-right: 5px
}

#menubar a {
	display: block;
	color: black;
	font-size: 15px;
	text-align: center;
	padding: 2px;
}

#menubar a:hover {
	color: #A6A6A6;
}


.ipcell {
	border:solid 1px black;
	margin: 0px 0px 15px 0;
	padding: 7px;
	color:#000000;
	background: #FFFFFF;
	min-height: 25px
}


.faqimg {
	float:right;
	border: solid 1px black;
	margin: 5px;
}


.sshot {
	border: solid 1px black;
	margin: 10px;
	padding: 1px;
}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	opacity:.80;
	filter: alpha(opacity=80);
}
.video_content {
	display: none;
	position: absolute;
	height: 200px;
	width: 100%;
	padding: 1px;
	border: 5px solid white;
	background-color: black;
	z-index:1002;
	overflow: auto;
}