/* CSS Document */
 force quirks mode with the xml prologue 
/* commented backslash hack v2 \*/ 
html, body{height:100%} 
/* end hack */ 
/* html,body {margin:0;padding:0;background:#6DC906;overflow:hidden} */
html,body {margin:0;padding:0;background:#b97a47;overflow:hidden}
#top-bar {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:53px;	
}
* html #top-bar {
	position:absolute;
	margin-right:-150px;/* ie5*/
	voice-family:"\"}\""; 
	voice-family:inherit; 
}
* html #top-bar {margin-right:0}/* ie5.5. and ie6 only get this*/

#topbar-inner {
	height:91px;
	background:white;
	overflow:hidden;
	background-image: url(images/top_background.jpg);
}
#contact {
	position:absolute;
	top: 15px;
	right: 15px;
	z-index:999;
}
* html body{
	padding-top:53px;
	padding-bottom:40px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #FFFFCC; 
}
* html, * html body{
	overflow-y: hidden; 
	height:100%;
}
html>body #mainouter {
	z-index:2;
	background-image: url(images/content_background2.jpg);
	position:absolute;
	top:43px;
	bottom:40px;
	left:160px;
	right:0;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #FFFFCC; 
}
* html #mainouter {
	height:100%;
	overflow:auto;
	overflow-y:scroll;
	position:relative;
	z-index:2;
	margin-left:160px;
	padding-left: 24px;
	background-image: url(images/content_background2.jpg);
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #FFFFCC; 
}

#bottom {
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	width:100%;
	height:40px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
* html #bottom {
	position:absolute;
	bottom:-1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
#bottom-inner {
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-image:url(images/bottom_background.jpg)
}
#bottom-inner table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

* html #left {
  position:absolute;
  width: 160px;
  border-right: 1px solid #000;
  left:0;
  top:53px;
  z-index:100;
  padding-bottom:73px; 
  height:100%;
  text-align:center;
  font-size: 11px;
  color: #006600;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
html>body #left {
	position: fixed;
	left: 0;
	top: 53px;
	bottom: 40px;
	padding: 0;
	width: 160px;
	border-right: 1px solid #000;
	overflow:auto;
	text-align:center;
	font-size: 11px;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #999933;
}
body {
	background-color: #9E6E40;
	background-image: url(images/content_background2.jpg);
	background-repeat: repeat;
}
h1 {
  font-size: 18px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align:left;
}

#mainouter a:visited {color:#FFFFFF; text-decoration:underline; font-weight:bold;}
#mainouter a:link {color:#FFFFFF; text-decoration:underline; font-weight:bold;}
#mainouter a:hover {color:#FFFFFF; text-decoration:overline underline; font-weight:bold;}
