body {
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}
table {
	margin-left: 1px;
	border-collapse: collapse;
	border: 1px solid #868686;
}
th{
	background-image: url("/images/table_header_bg.gif");
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	height: 26px;
	border-bottom: 1px solid #868686;
	font-size: 12pt;
	font-weight: bold;
}
td {
	font-size: 10pt;
	padding: 3px;
}
h1 {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 20pt;
}
h2 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 14pt;
}
h3 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 12pt;
}
p{
	margin-top: 5px;
	margin-bottom: 10px;
}
a{
	color: red;	
}
.header{
	height: 60px;
	padding: 0px;
	margin: 0px;
	background: black;
	border-bottom: 2px solid red;
	background-image: url("/images/header_deco.gif");
	background-repeat: no-repeat;
	color: white;
	padding-left: 180px;
}
* html .header{
	height: 62px;
}
.header h1{
	position: relative;
	top: 14px;
	padding: 0px;
	margin: 0px;
	font-size: 18pt;
	font-weight: bold;
}
.header a {
	text-decoration: none; 
	color: white;
}
.logo {
	position: relative; 
	top: 18px;
	float: right;
	margin-right: 5px;
}
.upperSpacer{
	background: #868686;
	height: 22px;
}
.navigationPannel{
	width: 160px;
	background: #BEBEBE;
	position: absolute; 
	top: 84px; 
	bottom: 24px;
	left: 0px;
	height: expression(document.body.offsetHeight-108); /*IE fix for top+bottom */
}
.navigationPannel h1{
	margin-top: 20px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
	font-size: 11pt;
	font-weight: bold;
}
.navigationPannel ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	border-top: 1px solid #868686;
	font-family: arial;
	font-size: 8pt;
	
	/*text-transform: uppercase;*/
	width: 160px;
}
.navigationPannel li{
	padding-left: 3px;
	padding-right: 3px;
	display: block;
	background-image: url("/images/nav_bg.gif");
	height: 18px;
	border-bottom: 1px solid #868686;
}
.navigationPannel li.current {
	background-image: url("/images/nav_bg_current.gif");
}
* html .navigationPannel li{
	background-image: none;
	padding: 0px;
	height: 19px;
}
.navigationPannel li:hover,
* html .navigationPannel li a:hover{
	background-image: none;
	background: #DFDFDF;
}
.navigationPannel li.current:hover,
* html .navigationPannel li.current a:hover{
	background-image: url("/images/nav_bg_current.gif");
}
.navigationPannel li a{
	display: block;
	padding-top: 3px;
	text-decoration: none; 
	color: black;
}
* html .navigationPannel li a{
	padding-left: 3px;
	padding-right: 3px;
	height: 18px; /*fix against spacer after li in IE*/
	background-image: url("/images/nav_bg.gif");
}
* html .navigationPannel li.current a{
	background-image: url("/images/nav_bg_current.gif");
}
.mainContent{
	position: absolute;
	left: 170px;
	right: 0px;
	top: 84px; 
	bottom: 24px;
	height: expression(document.body.offsetHeight-108); /*IE fix for top+bottom */
	width: expression(document.body.offsetWidth-195); /*IE fix for top+bottom */
	overflow: auto;
}
.footer{
	position: absolute; 
	bottom: 0px;
	width: 100%;
	background: #868686;
	height: 22px;
	border-top: 2px solid red;
	color: white;
	font-size: 7pt;
}
* html .footer{
	height: 24px;
}
.footer a {
	text-decoration: none; 
	color: white;
}
.footerLeft{
	margin-top: 5px;
	margin-left: 3px;
	float: left;
}
.footerRight{
	margin-top: 5px;
	margin-right: 3px;
	float: right; 
}
.footerCenter{
	margin-top: 5px;
	text-align: center;
}
