@charset "utf-8";
body p {
	font-family: Arial, Helvetica, sans-serif;
	
	
	
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	height: 100%;
	max-height: 100%;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#framecontentLeft{
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 1px;
	width: 250px;
	height: 100%;
	background-repeat: no-repeat;
	overflow: visible;
}

#maincontent{
	position: absolute;
	top: 0px; /*Set top value to HeightOfTopFrameDiv*/
	left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	bottom: 0px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: auto;
}



* html body{ /*IE6 hack*/
padding: 0px 0px 0px 250px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/

}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop,{ /*IE6 hack*/
width: 100%;
}

a:link {
	color: #3b6d92;
}
a:hover {
	color: #F00;
}
#framecontentLeft a {
 	/*/*/padding: 3px;
 	display: block;
 	border:outset 2px  #CCC;
 	text-decoration: none;
 	line-height: 1em;
 	width: 160px; /* */
 }
 
 #framecontentLeft a:link, #sidebar a:visited {
	color: #fff;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #FFF;
	border-left-color: #fff;
 }
 
 #framecontentLeft a:hover, #sidebar a:active {
 	color: #FFFFFF;
 	background-color: #0000FF;
 	border: 2px solid #000;
 }
 
 #framecontentLeft ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none; /* */
 }
 
#framecontentLeft li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
 } 
