

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 font:85% tahoma;
 }	 
	 
#lh-col{
 position:absolute;
 top:37px;
 left:2;
 width:160px;
 border-left: 3px solid #ffffff;
 z-index:3;}

#rh-col{
 position:absolute;
 top:19px;
 right:0;
 width:140px;
 border-right: 3px solid #ffffff;
 z-index:2;}

#c-block {
 width:100%;
 z-index:1;
 height:80%;}

#hdr{
 height:20px; 
 width:100%; 
 margin:0;
 padding:0;
}

#c-col{
 margin:0 145px 0 165px;
 position:relative;
 border-right:9px solid #ffffff;
 z-index:5;
 }

#ftr {
 width:100%;
 height:35px;
 margin:0;
 }

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.2em;
}	

#menu li {
margin-bottom: 1px;
}

#menu li a {
font-weight: bold;
height: 17px;
text-decoration: none;
color: #ba0501;
display: block;
padding: 2px 0 0 8px;
background: #ffffff;
border-left: 5px solid #ba0501;
}

#menu li a:hover {
background: #ba0501;
color: #ffffff;
border-left: 5px solid #ba0501;
}

#menu li a:hover .tester{
font-weight: bold;
height: 20px;
text-decoration: none;
color: #86c32a;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #86c32a;
}	

a {color:blue}
h1 {font-size:17pt}
h2 {font-size:11pt}
h3 {font-size:11pt; color:black; text-decoration:underline; font-weight:bold}
h1, h2 {font-weight:bold; color:#ba0501}
h1, h2, h3 {margin:0in}
.green {color:green}
.htw {font-size:13pt; font-weight:bold; color:#ba0501};
.burg {color:#ba0501}
.newt {font-size:10pt; font-weight:bold; background-color:yellow; color:#ba0501}

