html {
	height: 100%; 
	max-height: 100%;  
	padding: 0; 
	margin: 0; 
	border: 0; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-size: 11px;
	color: #666;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
/*	background-color: #FFBBFF; */
	
	overflow: hidden; 	
	height: 100%;
	max-height: 100%;
	background: url(../images/mainbodybg.jpg) #fabfff repeat-x 50% top;
	background-position: 0 120px;	
}
img {
	border: 0;
}

li {
	list-style-type: square;
}

td {
	font-size: 11px;
	color: #666;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
}

tr {
	font-size: 11px;
	color: #666;
	line-height: 18px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0px;
}

a, a:link, a:visited {
	font-size: 11px;
	color: #FFF;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}

a:hover {
	color: #8B008B;
}

#brand {
	position: absolute;
	z-index: 6;
}

#evanisezwirtes {
	position: absolute;
	margin-left: 74%;
	top: 88px;
	z-index: 6;	
}

#mainbody ul {
	margin-left: -5px;
	_margin-left: 15;
}

#mainbody li {
	list-style-position: inside;
}

#mainbody h2 {
 	font-weight: bold;
	font-size: 14px;
	color: #8B4789;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	letter-spacing: 0;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

#time {
	float: left;
	width: 150px;
	margin-left: 5px;
	margin-top: 100px;
	color: #A0AAFE;
}

.contentpaneopen {
	width: 100%;
	text-align: justify;
}

A.mainlevel:link, A.mainlevel:visited {
	display: block;
	font-size: 11px;
	padding-bottom: 2px;
	width: 180px;
	color: #666;
	line-height: 18px;
	padding-top: 2px;
	border-bottom: #d2d1bd 1px solid;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
}

.justify {
	text-align: justify;
}

A.mainlevel:hover {
	color: #000;
	background-color: #EE7AE9;
}

.moduletable {
	padding-bottom: 20px;
	text-align: left;
}

.moduletable li {
	list-style-type: none;
}

.moduletable td {
	font-size: 11px;
	text-align: justify;
}

.moduletable h3 {
	font-weight: bold;
	font-size: 14px;
	color: #8B4789;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	letter-spacing: 0;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

#mainbody {
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 10px;
	_padding-top: 20px;
	text-align: justify;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 120px;
	bottom: 20px;
	left: 200px;
	right: 0;
}

* html #mainbody {top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:120px solid #fff; border-bottom:20px solid #fff; padding-left: 220px;/*border-left:200px solid #000;*/}

#header {
	background-position: 50% top;
	background-image: url(../images/clouds.png);
	width: 100%;
	background-repeat: repeat-x;
	height: 120px;
	position:absolute;
	margin:0;
	top:0;
	left:0;
	display:block; 
	z-index:5;
	overflow:hidden;	
}

#footer {
	clear: both; 
	background-color: #EE7AE9;
	width: 100%; 
	color: #e9e8d6;
	text-align: center;
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	z-index: 5;
	overflow: hidden;
}

#leftcolumn {
	margin-left: 20px;
	_margin-left: 10px;
	padding-top: 10px;
	_padding-top: 20px;
	position: absolute;
	left:0;
	top:120px;
	bottom:50px;
	width:200px;
	z-index:4;
	overflow:auto;
	border-right: #FFF 2px double;	
}

* html #leftcolumn {height:100%; top:0; bottom:0; border-top:120px solid #fff; border-bottom:20px solid #fff;}