HTML,BODY{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
height:100%;
width:100%;
background:#C0E7E1;
}
P,TD{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

H1{
font-weight: 900;
font-size: 165%;
}
H2{
font-weight: 900;
font-size: 165%;
}


H6{
font-weight: bold;
font-size: 120%;
}
#leftbar{
position: absolute;
top: 20px;
left: 0px;
width: 250px;
height:80%;
}

.menu-left{
text-align: center;
POSITION: relative;TOP: 20px;
/*height:500px;*/
}

.menu-left TD{
font-weight: 900;
margin-top: 10px;
margin-left: 15px;
line-height: 25px;
font-variant: small-caps;
text-decoration: none;
text-align: center;
font-size:90%;

}


.menu-left TD A{
text-decoration: none;
color: blue;
}

.menu-left TD A:hover{
text-decoration: underline;
color: #D61C29;
}
#contentbar{
POSITION: relative;TOP: 30px;left:250px;
float:left;
padding: 5px;
text-align: justify;
margin-right: -1px; /* this is the key to avoid the 1px jog caused by spacer */
width:600px;
}
#spacer{
display: block;
height: 90%;
width: 1px;
padding: 0;
margin: 0;
border: 0;
/*background: #D61C29; same as body bg */
float: right;
/*border:thick double Green;*/
}
#footer{
display: block;
clear: both;
width: 70%;
padding: 0;
margin: 0;
background: ;
text-align: center;
margin-right: 0px;
font-size:90%;
/*border:thick double Green;*/
}
#footlight{
position:absolute;
top:50px;
left:0px;

}
