/* default rules for the whole document */
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_full.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;
}
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.lists {   margin-left: 6em;
}
p.sidebar { color: #004080;
 padding:0px;
 margin-left:5%;
 text-align: left;
 font-family: Verdana, Arial;
}
p.footer { font-size: 85%;
color: #808080;
}
div.header { background-color: #5F7AA9;
    height: 20px;
}
a.masterlist:link,a.masterlist:visited
{
display:block;
font-weight:bold;
background-image: url(images/LinkBackground.png);
color:#FFFFFF;
/*background-color:#f5b065;*/
width:500px;
text-align:left;
padding:4px;
text-decoration:none;
}
a.masterlist:hover,a.masterlist:active
{
background-image: url(images/LinkBackgroundHover.png);
/*background-color:#d9780d;*/
}

