/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a:link {color: Brown; text-decoration: underline; font-weight: bold}
a:visited {color: Navy; text-decoration: underline; font-weight: bold}
a:hover {color: White; background-color:Navy; text-decoration: underline; font-weight: bold}

body 

{
  background-color: #ffffff;
  color: #00007f;
  font-family: Verdana, Arial, Helvetica;
}

blockquote {
  font-style: normal;
}

h1 {
  font-size: 120%;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: solid 1px;
  border-left: solid 1px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  border-color: LightGrey Black Black LightGrey;
  background-color: Lavender;
  color: #00007f;
}

h2 {
  font-size: 110%;
  margin-top: 0px;
  text-decoration: underline;
  color: #00007f;
}

h3 {
  font-size: 100%;

}

h4 {
  font-size: 95%;
}

p {
  font-size: 85%;
}

li {
  font-size: 85%;
}


td, th {
  font-size: 70%;
}

th {
  font-weight: bold;
  text-align: left;
}

p.Note
{
  font-size: 85%;
  font-weight:normal;
  border: dotted 2px;
  border-color: Blue;
  background-color: white;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

p.Warn
{
  font-size:85%;
  font-weight:normal;
  border: solid 1px;
  background-color:Cornsilk;
  background-image:url(../images/warning.gif); 
  background-repeat:no-repeat; 
  background-position:7px 5px; 
  padding: 5px;
  padding-left: 50px;
  padding-right: 10px;
}

p.Info
{
  font-size:85%;
  font-weight:normal;
  border: solid 1px;
  background-color:Powderblue;
  background-image:url(../images/info.gif); 
  background-repeat:no-repeat; 
  background-position:7px 5px; 
  padding: 5px;
  padding-left: 50px;
  padding-right: 10px;
}

p.qfaq
{
  font-size: 90%;
  font-weight: bold;italic;
}

p.afaq 
{
  font-size: 90%;
  padding-left: 25px;
}

ol.afaq 
{
  font-size: 100%;
  padding-left: 25px;
}