﻿#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:1024px;
  height: 100%;
  margin: auto;
  background-color: #fff;
} 

.menuBar
{
	border-top: solid 5px #8c827d;
	background-color:#581d1f;
}

.menuBarBottom
{
	background-image: url(ui_images/menu_bottom_bg.gif);
	background-repeat:repeat-x;
	height:5px;
}

.pageContent
{
	background-image:url(ui_images/page_bg_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:40px 20px 0px 20px;
}

.pageInnerContent
{
	border-top:solid 5px #cfccc8;
	border-bottom:solid 5px #cfccc8;
	border-left:solid 3px #cfccc8;
	border-right:solid 3px #cfccc8;
}

.footer
{
	background-image: url(ui_images/page_bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:90px;
	padding-left:20px;
	font-style: normal;
	color:#581d1f;
	font-Size:09pt;
	border-top:solid 20px #fff;
}
.footerGrey
{   
	width:100%;
	text-align:left;
    font-style:normal;
    font-family:Verdana;
	color:#a39a96;	
	font-Size:9pt;
}
.footerLink
{
	font-style:normal;
	color:#a39a96;
	text-decoration:none;
}
.footerLogo
{	
    text-align:right;
    padding-right:20px;
    height:90px;    
}
.headLine
{
    font-size:18pt;
    font-weight:bold;
    color:#581d1f;
} 
.pageText
{
	color:#000;
	text-align:left;
	line-height: 12pt;
}   
/* default opacity for IE */
img 
{
	filter:alpha(opacity=100);
}
/* duplicate image positioning */
img.idupe 
{
	position:absolute;
	z-index:30000;
	visibility:hidden;
}
.headerGrey
{   
	width:100%;
	text-align:left;
	font-family:Verdana;
    font-style:normal;
	color:#a39a96;	
	font-Size:9pt;
}
 
    

