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

body {
	background: #ffffff;
	font: normal small Verdana, Arial, sans-serif;
	text-align: left;   
	padding: 0;          
	margin: 0;            
	margin-left: 0;
	width: 100%;
	height: 100%;
}
div#wrapper {
	position:absolute;
	width:30em;
	top: 50%;
	height:18em;
	margin-top: -9em;
}
.pushUp {
	margin-bottom: 8em;
}
.pushDown {
	margin-top: 8em;
}
.hidden { 
	visibility: hidden; 
}
.unhidden { 
	visibility: visible; 
}
.indent {
	margin-left: 35px;
}
div#fixed {
    position: absolute;
    width: 200px;
	top: 50%;
	height:100%;
	margin-top: -18em;
	background: url(images/white.gif) 0 0 repeat-y;
	z-index: 80;
}
div#fixedNoScroll {
    position: absolute;
    width: 200px;
	top: 50%;
	height:100%;
	margin-top: -18.578em;
	background: url(images/white.gif) 0 0 repeat-y;
	z-index: 80;
}
body > #fixed {
    position: fixed;
}

div#content {
	white-space: nowrap;
	margin-left: 200px;
	margin-top: -9em;
	height:18em;
	text-align: left; 
	width: auto;
	vertical-align: top;
}

div#framesContent {
	position:absolute;
	white-space: nowrap;
	margin-left: 0px;
	top: 50%;
	height:34em;
	margin-top: -18em;
	text-align: left; 
	width: auto;
	vertical-align: top;
}