body{
 margin:0;
 padding:0;
 line-height: 1.5em;
background-color: #c9e0e6;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
 }
b{
font-size: 110%;
 }
fieldset{
font-size: 100%;
font-style: italic;
 }
em{
 color: red;
 }
a:visited {
color: #22369a;
}
h2{
 color: #22369a;
 margin: 10px 0;
 font-size:140%;
 }
h3{
 color: black;
 margin: 0 0 10px 0;
font-size:120%;
 }
h5{
 color: #22369a;
 margin:5px 0 0 0;
font-size:100%;
 }
h4{
 text-align: center;
 font-size:110%;
 margin:12px 0 0 0; 
/* padding:0; */
 background-color: #22369a;
 /*border: thin solid #000000 ; /* #bbd0ed;  #d3d3d3; */
 color: #bbd0ed;
/* font-family: verdana, arial, sanf-serif; */
 }
table{
border-style: none;
border-width: 0px
}
td{
border-style: solid;
border-width: 1px
}
#rightcolumn{
font-size:80%;
}
#lh-col{
text-align:justify;
}
#list-menu {
width: 160px;   /*  165px */
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0; /* IE is wired without this */
padding: 0; /* IE is wired without this */
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
}
#list-menu a {
display: block;
/* width:100px; */
padding: 2px 2px 2px 3px;  /* Space around the text */
border-top: 1px solid white;
border-bottom: 1px solid white;
background: #c9e0e6 /*#bbd0ed/*;
text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}
#list-menu a:hover {
border: 1px solid black;
/* background: #333333 url(../files/back3.gif/$file/back3.gif); */
/* background: #bbd0ed url(../files/back1.gif/$file/back1.gif); */
background: gray;
color: #ffffff;
}
