#maintable {
	margin-left: auto;
	margin-right: auto;
}

#leftshadow {
	background-image: url(/images/bg_shadowl.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#rightshadow {
	background-image: url(/images/bg_shadowr.gif);
	background-repeat: repeat-y;
}

#contentcol {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#headerbg {
	position:absolute;
	z-index: 1;
}

#yellowbar {
	display: none;
	position:absolute;
	z-index: 2;
	text-align: right;
	border: 2px none #CCC;
	border-top: 2px solid #CCC;
	width: 760px;
	height: 29px;
	top: 201px;
}

#header {
	position: relative;
	z-index: 50;
}
#navbar {
	position: relative;
	z-index: 51;
}

#sidenavbg {
	display: none;
	position:absolute;
	z-index: 2;
}

#sidenavtitle {
	position: relative;
	background-color: #336600;
	padding: 12px;
	z-index: 52;
}

#sidenav {
	position: relative;
	background-color: #669900;
	padding-top: 6px;
	padding-left: 12px;
	padding-bottom: 18px;
	z-index: 51;
}

#sidecontact {
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
}

#pagetitle {
	position: relative;
	padding: 3px;
	padding-right: 8px;
	margin-top: 65px;
	text-align: right;
	z-index: 53;
	background-color: #FFEB9A;
	background-image: url(/images/bg_pagetitle.gif);
}

#pagetitle-nosidenav {
	position: relative;
	padding: 3px;
	padding-right: 8px;
	margin-top: 52px;
	text-align: right;
	z-index: 53;
	background-color: #FFEB9A;
	background-image: url(/images/bg_pagetitle.gif);
}

#maincontent {
	margin-left: 60px;
	margin-top: 30px;
	margin-right: 35px;
}

#reloadcenterwrap {
	margin-bottom: 20px;
}

#copyright {
	color: #666;
	text-align: center;
	font-size: 10px;
	margin: 15px;
}

#reloadlist {
	width: 170px;
	height: 100px;
	overflow: auto;
	border: 1px solid #CCC;
}
