#menu {
position: absolute;
position: fixed; 
position: non-scroll;
top: 10px; 
left: 10px; 
width: 280px; 
overflow: auto;
	}

#content {
position: absolute; 
top: 10px; 
left: 290px;
overflow: auto;
height: 95%;
border-style: none;

}


body	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial;
	font-size: 12pt;
	background-image: url("../images/JRees_logo_main.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	}

h1	{	
	margin-left: 00px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30pt;
	font-weight: bold;
	color: #0000cc;
	}
	
h2	{
	margin-top: 25px;
	margin-bottom: 0px;
	font-size: 20pt; 
	font-weight: bold;
	color: #0000cc;
	}
	
h3	{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-weight: bold; 
	color: #FF0000;
	}		

h4	{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-weight: bold; 
	color: #0000cc;
	}

p 	{
	margin-top: 10px;
	margin-bottom: 0px;  
	}

	
table	{
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	}

th	{
	font-size: 8pt;
	font-weight: bold;
	background: #cccccc;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
	}


	
	
ul	{
	margin-left: 22px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
ol	{
	margin-left: 22px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
li	{
	margin-top: 5px;
	margin-bottom: 0px;
	}

li ol {
	list-style-type: lower-alpha
	}
	
img{
	padding:1px;
   	border:1px solid #021a40;
	
}

img.tabbar {
	margin-bottom: -2px;
	border-style: none;
	border-width: 0;
	}	

	
a:link   	{ 
	color: #0000cc	}
	
a:visited	{ 
	color: #0000cc 
	}


<!--buttons css info-->

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 14px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
vspace="20px";
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
vspace="20px";
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

