/* CSS Document */
<style type="text/css">

body {
  margin:0;
  border:0;
  height:100%; 
  width:100%;
  max-height:100%; 
  background-color:#491110; 
  font-family:arial, verdana, sans-serif; 
  font-size:72%;
  overflow: hidden; 
}

.bg {
	  background-color:#491110;
}
  
.page {
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	width: 800px;	
/*	margin: 0 auto;*/	
	text-align: left;
	  background-color:#491110;
	
}




strong { 
  color: #BF6307; 
}

p {
  font: 10pt arial, helvetica, sans-serif;
  
}


#header {
  position:absolute; 
  top:0; 
  left:0; 
  right:0;
  height:150px; 
  xbackground-color:#491110;
  color:#FFFFFF;
 }


#nav
{
 position : absolute;
 top : 150px;
 left : 0px;
 width : 125px;
 xbackground-color : #491110;
 padding : 2px;
 bottom: 0px;
}

#currentpage {
		border-left: 5px solid #491110;
		background-color: #8c3d3b;}



#contents {
  position : absolute; 
  top : 155px;
  left : 125px;
  width : 660px;
  bottom:0px; 
  overflow:auto; 
  background-color: #FFFFFF;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;

}

/* for internet explorer */

* html body 
{
 padding-top : 150px;
 font-size:12px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top:0px;

}

* html #contents 
{
 overflow : auto;
 margin-left : 150px;
 margin-right : 0px;
 height:100%; 
 width:100%; 
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	text-decoration:none;
	color: #000000;
}

.style1 {
	color: #FFFFFF;
	padding: 1 0 1 3;
	font-weight: bold;
	font-size:11px ! important;
}


#button {
	width: 9em;
	padding: 0 0 0 0;
	font-family: sans-serif;
	color: #333;
	background-color: #491110;
}
	
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #909090;
		margin: 0;
		font-size: x-small;
		}
		
#button li a {
		display: block;
		padding: 2px 1px 1px 0.5em;
		border-left: 5px solid #8c3d3b;
		background-color: #491110;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

	
	#button li a:hover, ul#overview #t-overview a{
		border-left: 5px solid #491110;
		background-color: #8c3d3b;
		color: #fff;
	}
	 	

</style>		
