.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-decoration: underline;
	color: #CCCCCC;
}
body {
	background-color: #363636;
	margin-top: 5px;
}

.rightPane {
	width: 1250px; 
	position: absolute; 
	left:150px; 
	height: 100%;
	top: 0;
	background-color: #363636;
	margin: 0;
}	

.leftPane {
	height: 800px; 
	width: 150px; 
	left: 0px; 
	position: absolute;
	background-color: #363636;
	top: 0;
	margin-top: 5px;
	margin-left: 5px;
}

.iframeRight {
	height: 95%; 
	width: 80%;
	border-style: none;
	background-color: #363636;
	margin: 0;
}


hr {
	color: #999999;
	width: 150px;
}
