body {
    font-size: 12pt;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: black;
    /*background-color: white;*/
    line-height: 1.2em;
    margin-left: 2em;
    margin-right: 2em;
    background-image: url(images/web_site_background.jpg);
    background-repeat:no-repeat;
    background-position:top center;
   }
/* headings */
h1 {
    font-size: 210%;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-align: center;
    padding: 0;
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    color: #004080;
   }
h2 {
    font-size: 150%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.5em;
    margin-bottom: 1.1em;
   }
h3 {
    font-size: 130%;
    font-weight: bold;
    font-style: normal;
    padding: 0;
    margin-top: 1.3em;
    margin-bottom: 1.1em;
   }
p.menubar {  color: White;
  background-color: #5F7AA9;
  border: #5F7AA9;
  /*display: inline-block;*/
  text-align: center;
}

p.listBar {  color: White;
  background-color: #A0A0A0;
  border: #980000;
  /*display: inline-block;*/
  text-align: center;
}
p.DailyMed {  color: White;
   font-size: 175%;
    font-weight: bold;
    font-style: normal;
  background-color: #980000;
  border: #980000;
 padding: 5px;
  /*display: inline-block;*/
  text-align: Left;
}
p.sidebar { color: #004080;
 padding:15px;
 text-align: left;
 font-family: Verdana, Arial;
}
div.header { background-color: #5F7AA9;
    height: 25px;
}
div.footer { text-align: center;
font-size: 80%;
color: #808080;
}
li { color: #004080;
}
img { position: relative;
top:1px;
}
td.linkList
{
padding:5px;
}
a:link.linkText {text-decoration:none}
a:visited.linkText {text-decoration:none}
a:hover.linkText {text-decoration:underline}
a:active.linkText {text-decoration:underline}
