html {
	margin: 0;
	padding: 0;}

body {
	margin: 0;
	padding: 0;
	background: #EEEFF7;
	font: 1em/1.7em verdana, arial, sans-serif;
}
	
pre {font: 1.1em/1.7em "andale mono", monospace;}	

#banner {
	position: absolute;
	top: 0;
	left: 0;
	height:50px;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #92CDCF;
	color: black;
	background: #1C1D21;
	z-index: 5;}		
body>#banner {position: fixed;}

#banner h1 {
	margin: 0;
	padding: 5px 0 0 10px;
	color: #EEEFF7;
	font-size: 18px;
	width: 90%;
}

#tabmenu {
	color: #EEEFF7;
	position: absolute;
	top: 51px;
	padding: 0;
	margin: 0;
	z-index: 10;
	left: 15px;}
body>#tabmenu {position: fixed;} /*Opera and Mozilla*/

#tabmenu li {
	display: inline;
	overflow: hidden;
	margin:0; 
	border: 0;
	list-style-type: none;}
	
#tabmenu a.active {
	color: #EEEFF7;
	background: #1C1D21;
	font-size: 12px;
	font-weight: bold;
	border: 3px solid #92CDCF;
	padding: 5px;
	margin: 0 2px;
	text-decoration: none;
}
	
#tabmenu a {
	color: #EEEFF7;
	background: #31353D;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0 2px;
	text-decoration: none;
	border-right: 2px solid #445878;
	border-bottom: 1px solid #445878;
	border-left: 2px solid #445878;
	border-top: 1px solid #445878;
}
	
#tabmenu a.active {
	background: #1C1D21;
	border-top: 4px solid #1C1D21; z-index: 30;
}
	
#tabmenu a:hover {
	color: #fff;
	background: #445878;
}	
	
#tabmenu a:visited {
	color: #EEEFF7;
}
	
#tabmenu a.active:hover {
	background: #1C1D21;
	color: #92CDCF;
}
	
#content {
	font: 0.9em "Trebuchet MS", verdana, sans-serif;
	height: auto;
	text-align: justify;
	padding: 100px 70px 0px 70px;
	z-index: 0;}
	
#content a {
	text-decoration: underline;
	color: #1C1D21;
}
	
#content a:hover {
	background: #92CDCF;
	text-decoration: none;
}

#logout {
	float: right;
	color: #EEEFF7;
	font-size: 12px;
	font-weight: bold;
}
#logout a {
	color: #EEEFF7;
}