﻿body {
	background: #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#wrapper {
	margin: auto;
	width: 972px;
}
#top {
	background-image: url('/images/header2.gif');
	background-repeat: no-repeat;
	height: 104px;
}
#menu {
	background-image: url('/images/menu.gif');
	background-repeat: no-repeat;
	height: 38px;
}
#content {
	width: 100%;
	position: relative;
	background-image: url('/images/backdrop.gif');
	z-index: 0;
}
#bottom {
	background-image: url('/images/bottom.gif');
	background-repeat: no-repeat;
	height: 131px;
}
.menuItem a {
	color: #FFFFFF;
	text-decoration: none;
}
.menuItem a:hover {
	color:  #CCCCCC;
}
.lastMenuItem {
	color: #FFFFFF;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	width: 400px;
}
#toolBar {
	padding-left: 50px;
	padding-top: 5px;
}
/* Corners */
.top-row {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	background-image: url('/images/top.gif'); /*margin: -10px -20px 0px -20px;*/;
	z-index: -1;
}
.top-left {
	background-image: url('/images/tl.gif');
	background-color: #FFF;
	margin: 0px;
	width: 32px;
	height: 34px;
	float: left;
}
.top-right {
	background-image: url('/images/tr.gif');
	background-color: #FFF;
	margin: 0px;
	width: 32px;
	height: 34px;
	float: right;
}
.bottom-row {
	height: 34px;
	margin: -25px 0px 0px 0px;
	width: auto;
	background-image: url('/images/bot.gif');
	/*z-index: -1;*/
}
.bottom-left {
	background-image: url('/images/bl.gif');
	background-color: #FFF;
	margin: 0px;
	width: 32px;
	height: 34px;
	float: left;
}
.bottom-right {
	background-image: url('/images/br.gif');
	background-color: #FFF;
	margin: 0px;
	width: 32px;
	height: 34px;
	float: right;
}
/* Misc */
.div-reset {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
#container {
	padding: 0px;
/*margin: 0px 10px 0px 10px;*/	margin: 0px 20px 0px 20px;
	height: 1%;
	width: auto;
}
#center {
	position: relative;
	height: auto;
	width: 425px;
	padding: 10px 5px 10px 15px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#center-wide {
	position: relative;
	height: auto;
	padding: 10px 15px 10px 15px;
	float: left;
	margin: 0px 0px 0px 0px;
	width:900px;
}
#right {
	position: relative;
	padding: 10px 15px 10px 20px;
	height: auto;
	width: 450px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#center-content {
	margin-top: -10px;
	padding: 20px 15px 0px 20px;
	z-index: -1;
}
.left-block {
	position: relative;
	margin: -10px -5px 0px -5px;
	width: auto;
}
.right-block {
	position: relative;
	margin: -10px -5px 0px -5px;
	width: auto;
}
.space {
	height: 50px;
}
.box-left-side {
	position: absolute;
	min-height: 100%;
	height: auto;
	z-index: -2;
	background-image: url('/images/left.gif');
	background-repeat: repeat-y;
	width: 10px;
}
.box-right-side {
	position: absolute;
	min-height: 100%;
	height: auto;
	z-index: -2;
	right: 0;
	background-image: url('/images/right.gif');
	background-repeat: repeat-y;
	width: 7px;
}







