/*  Overall Layout and Formatting */

html, body {
  font-family: arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 11pt;
  line-height: 1.3em;
  margin: 15px 0 0 0;
  padding: 0;
  background: rgb(73,87,120) url(../images/bg.gif) top left repeat;
  color: #000000;
}

a:link
{
  color: rgb(0,50,152);
  text-decoration: none;
  font-weight: bold;
}

a:visited
{
  color: rgb(0,50,152);
  text-decoration: none;
  font-weight: normal;
}

a:active
{
  color:  rgb(255,255,255);
}

a:hover {
  color:  rgb(255,255,255);
  text-decoration: underline overline;
}

a img {
  border: 0;
}

fieldset, form {
  border: 0;
}

#content {
  padding-right: 15px;
  padding-bottom: 10px;
  text-align: left;
}


#newsbar {
  font-size: 10pt;
}

.newsmenu {
  font-size: 9pt;
  padding: 0 3px 3px 3px;
}

#copyright {
  font-size: 8pt;
  color: rgb(243,204,12);
  text-align: center;
  padding-top: 5px;
}

#textnav a {
  font-size: 10pt;
  padding: 0 5px 0 5px;
}

#copyright a:link {
  color: rgb(243,204,12);
}

#copyright a:visited {
  color: rgb(243,204,12);
}

#copyright a:hover {
  color:  rgb(255,255,255);
  text-decoration: underline overline;
}

.title {
    margin-bottom: 6px;
    padding: 5px;
    display: block;
    background-color: #e7ce39;
    border: 1px solid #000;
    text-align: center;
}

.story {
    margin-bottom: 30px;
    margin-top: -8px;
    padding: 8px 5px 5px 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 0;
    display: block;
    text-align: justify;
}

.byline {
    font-size: 0.9em;
    font-variant: small-caps;
}

.headline {
    font-size: 1.1em;
    font-weight: bold;
    color: #495778;
}

.emphasis {
  font-weight: bold;
  color: #900;
}

.trip {
  font-weight: bold;
  color: #993300;
  border: 1px dotted #993300;
}

.left {
  text-align: left;
}

.anylinkcss {
  position:absolute;
  visibility: hidden;
  border: 1px solid black;
  border-bottom-width: 0;
  font: normal 12px arial;
  line-height: 20px;
  z-index: 100;
  background-color: #2372c1;
  width: 175px;
  margin: -10px 0 0 0;
}

.anylinkcss a {
  color: #f3c728;
  width: 100%;
  display: block;
  border-bottom: 1px solid black;
  padding: 1px 0;
  font-style: normal;
  text-decoration: none;
  text-indent: 5px;
}

.anylinkcss a:visit {
  font-style: normal;
}

.anylinkcss a:hover { /*hover background color*/
  background-color: #578cbe;
  color: #f3c728;
}
