/* Presentation Stylesheet */ 

body, td, th {
 font-family: verdana, arial, sans-serif;
 }
p, table {
 padding: 0 6px 6px 6px;
 font-size: 80%; 
 }
hr {
 margin: 0 6px 0 6px;
 }
h4, h3 {
 Color:#8b0000;
 margin:0; 
 padding: 5px 3px 0 3px;
 }
img {
 border:0;
 }

#ftr {
 color:black;
 background: #ffffff;
 font-size: 80%;
 }
#hdr h1, a {
 color:#8b0000;
 /* background: #FFFFFF; */
 padding: 0px 0px 0px 0px;
 text-decoration: none; 
 }
#hdr p {
 color:#a9a9a9;
 background: #907060;
 font-weight: bold;
 }
#rh-col p {
 padding: 0px 0px 0px 2px;
 border: none;
 }
#lh-col p {
 padding: 0px 0px 0px 3px;
 }
#list-menu {
width: 122px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
}
#list-menu a {
display: block;
width:121px;
padding: 2px 2px 2px 4px;
margin: 0px 0px 0px 0px;
border: 1px solid #000000;
background: #dcdcdc;
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 #000000;
background: #333333 url(mback1.gif);
color: #ffffff;
}