@charset "utf-8";
/* CSS Document */

   

#container {
	position: absolute;
	width: 90%;
	margin-left: 5%;
	height: 90%;
	top: 5%;
	overflow: hidden;
		/*border: 1px dotted;*/
			
	
}
#top_div {
	position: absolute;
	height: 82%;
	width: 100%;
	overflow: hidden;
	bottom: 18%;
		/*border: 1px solid;*/
}
#footer {
	position: absolute;
	height: 5%;
	width: 100%;
	padding-top: 20px;
	top: 80%;
		/*border: 1px solid;*/
}
#Home {
	width: 50%;
	display: inline;
	text-align: left;
	position: absolute;
}
#Nav {
	width: 50%;
	display: inline;
	text-align: right;
	position: absolute;
	margin-left: 50%;

}
#PeepNav {
	width: 33%;
	height: 100%;
	position: absolute;
	overflow: auto;
	left: 0px;
}
#PeepWindow {
	width: 67%;
	height: 100%;
	position: absolute;
	right:  0px;
	overflow: auto;
	top: auto;
}
#LabNav {
	position: absolute;
	left: 0px;
	top: 23px;
}
#LabContent {
	position: absolute;
	width: auto;
	left: 100px;
	top: auto;
	height:100%;
	overflow:auto;
		/*border: 1px solid;*/
}
.style1 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	list-style-type: none;
}
.style2 {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left: 2px;
	word-spacing: 0.5px;
}
a:link {
	color: #006666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #006666;
}
img {
	border: 0;
}
#ResNav {
	width: 15%;
	height: 100%;
	position: absolute;
	overflow: auto;
}
#ResContent {
	width: 83%;
	position: absolute;
	height: 100%;
	overflow: auto;
	right: 0px;
}
