
#navigation a
{
font: 10pt Tahoma;
color: #000;
background: #c0c0c0 url("/left-tab-grey.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
background: url("/right-tab-grey.gif") right top no-repeat;
padding-right: 10px
}

a
{
  font: normal 10pt Arial;
  color: Blue;
}

p
{ font:bold 10pt Arial;}

.medium { font: 14pt tahoma; color:#000066}
.large{ font: 20pt tahoma; color:#000066}
.announcement{ font: 16pt tahoma; color:#000066}

ul
{
  padding: 0 0 0 80;
}


li
{ font: 14pt tahoma; color:#000066; }

blockquote {
  margin: 0 0 20px 0;
  width: 550px;
  padding: 50px 0 0 0;
  text-align: center;
  background: url(images/openquote.gif) 0 0 no-repeat;
  font-family: georgia, serif;
  font-size: 110%;
}

#quote {
  width: 440px;
  margin: 0 auto;
  padding: 0 60px 10px 50px;;
  text-align: center;
  background: #ccc url(images/closequote.gif) bottom right no-repeat;
}

* html #quote{
  width: 550px;
}


#author {
  text-align: right;
  height: 30px;
  padding: 0 60px 0 0;
  background: white;
  background-image: url(images/bottomquote.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  font-family: georgia, serif;
  font-size: 60%;
}



