body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#hdr {
	position:relative;
	background-image:url(images/hdr-bg.jpg);
	height:80px;
	border-top:1px solid gray;
}
.header {
	background-color:#FFF033;
	color:black;
	font-weight:bold;
	font-size:36px;
	vertical-align:middle;
}
#mainDiv {
	/* width:1160px; */
	min-height:650px;
	border:1px solid black;
	background-color:#999999;
	position:relative;
}
#menuBar, #menuBar24 {
	color:white;
	background-image:url(../images/btn24-back.jpg);
	text-align:center;
	font-weight:bold;
	height:40px;
	border:1px solid yellow;
	/* border-top:5px ridge yellow; */
	border-bottom:1px solid black;
	padding:0px;
	position:relative;
	overflow:hidden;
	}
#menuBar24 {
	height:24px;
	background-image:url(images/menu24-bg.jpg);
	}
#menuBar img, #menuBar24 img {
	position:relative;
	top:0px; 
	border-left:1px solid white;
	border-right:1px solid black;
	border-top:none;
	border-bottom:none;
	}
#menuBar img:hover, #menuBar img:active {top:-40px;}
#menuBar24 img:hover, #menuBar24 img:active {top:-24px;}
#footer {
	background-image:url(images/menu24-bg.jpg);
	color:#000000;
	font-size:10px;
	padding:0px;
	height:24px;
	text-align:left;
	position:relative;
	overflow:hidden;
	border-top:1px solid black;
}
#footer img {
	position:relative;
	top:0px; 
	border:none;
	}
#footer img:hover {
	top:-24px;
	}
.rightPanel {
	background-color:white;
	border:2px solid black;
	padding:10px;
	margin-top:8px;
	float:right;
	width:526px;
	height:360px;
	float:left;
	text-align:left;
	overflow:auto;
}
* html .rightPanel {
	width:516px;
}
* html #mainDiv {
	height:600px;
}
.rightPanel ul {
	list-style-type:disc;
	list-style-position:inside;
	margin-left:2px;
}
.rightPanel li {
	margin-bottom:2px;
	border-bottom:1px solid gray;
	padding:3px;
}
.mainPanel {
	font-size:16px;
	background-color:white;
	border:2px solid black;
	padding:10px;
	height:360px;
	float:left;
	margin:8px;
}
.mainPanel .title {
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
.mainPanel ul {margin-top:10px;}
div.user {
	font-size:12px;
	font-weight:normal;
	padding:0 1em;
	margin:5px 0 0 0;
	float:left;
}

