<style type="text/css">
<!--

/*  body and font definitions */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #FFFFFF;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}

p, pre {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}

h2 {
margin: 0px;
padding: 5px 5px 5px 5px;
}


a { 
color: #000000;
font-size: 11px;
background-color:transparent;
text-decoration: underline; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:18px;
color: #006699;
background-color: transparent;
	}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #006699;


padding:5px 15px;
margin:0px

}


strong { 
font-size: 13px;
}

/*  positioning-layers static and absolute */



#left {
position: absolute;
left: 0px;
width: 50px;
color: #564b47;
margin: 0px; 
padding: 0px;
}

#content {
margin: 0px 50px 0px 50px;
border-left: 2px solid #0;
border-right: 2px solid #0;
padding: 0px;
background-color: #ffffff;    
}

#right {
position: absolute;
right: 0px;        
width: 50px;
color: #564b47;
margin: 0px; 
padding: 0px;
}

/* begin css tabs */

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #ffffff;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #006699;
		border-bottom: none;
		text-decoration: none;
		color: #000000;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #006699;
		color: #ffffff;
		border-bottom: 1px solid #006699;
	}

#tabnav a:hover
	{
		background: #006699;
		color: #ffffff;
		border-bottom: 1px solid #006699;
	}
-->

/* end css tabs */



--></style>