body {
	text-align: center;
	min-width: 750px;
}

#wrapper {
	margin:0 auto;
	width:750px;
	text-align: left;
}

#titlebar {
	background-image: url(/images/titlebar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 106px;
	width: 750px;	
}

#mainpanel{
	background-color: #CCCCCC;
	height: 534px;
	width: 570px;
	margin-top: 5px;
	float: left;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-y;
}

#sidepanel {
	float:right;
	width: 175px;
	margin-top:5px;
}


#mainpanel .maindisplay {
	height: 385px;
	width: 475px;
	position: relative;
	z-index: 2;
	left: 50px;
	margin-top: 35px;
	overflow: auto;	
	/*background-color: #FFFFFF;*/
}

#mainpanel .popmenu {
	height: 72px;
	width: 475px;
	position: relative;
	z-index: 10;
	left: 50px;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(/images/cccccc.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
td img {
	display: block;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
#icons table {
	margin-left:40px;
}
#icons td {
	padding-bottom: 20px;
}

.btn img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

.btn a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	padding:0px;
	background: #999999 url(/menuimages/off.gif) no-repeat;
	font-weight:bold;
	font-style:normal;
	display:block;
	/*position:absolute;*/
	text-indent: 18px;
	height: 12px;
	width: 145px;
	margin-bottom: 3px;
}

.btn a:hover {
	color:#ffffff;
	background: #333333 url(/menuimages/on.gif) no-repeat;
}
.tg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}
.tg a {
	color: #666666;
	text-decoration: none;
}
.tg a:hover {
	color: #990000;	
}