BODY  
{  
  /*
  background-image: url('./assets/images/bg.jpg');
  text-align: center;
  */
  background-color: rgb(0,0,0);
  margin: 0;
}


.scroller_element
{
  padding-left: 10px;
  padding-top: 10px;
}

#NewsScroller
{
  height: 160px;
  background-color: white;
  padding-top: 10px;
  /*
  background: #008080;
background-color:rgb(0, 102, 102);
  margin-right: auto;
*/

}

#container
{
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;    
  position: relative;
}

#topNavBar
{
  width: 780px;
  clear: both;
  margin: 0px; 
  border: none;
  outline: none;
  background-image: url(/buttonup.bmp);
  background-repeat: repeat;
  height: 40px;
}

.navLink
{
  border-right: 2px solid #008080;
  background-image: url(/buttonup.bmp);
  background-repeat: repeat;

  float: left;
  padding: 13px 10px 12px 10px;

  text-decoration: none;
  font-family: Arial,Helvetica,Geneva,Sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: white;
}

a.navLink:hover
{
  background-image: url(/buttondown.bmp);
  color: black;
}

a.navLink:active
{
  font-weight: bold;
}

table
{
  border: 0;
  border-spacing: 0;
  padding: 0;
  border-collapse: collapse;
}

.main
{
  background-color: rgb(255,255,255);
  background-image: none;
}


.leftContainer
{
  width: 544px;
  float: left;
  clear: left;
}

.rightContainer
{
  width: 227px;
  float: right;
  clear: right;
}

.sectionTitle
{
  padding-top: 10px;
  padding-left: 10px;
  font-family: Arial,Helvetica,Geneva,Sans-serif; 
  font-weight: bold;
  font-size: 10pt;
  color: #008080;
}

.sectionTitle img 
{
  float: left;
}

.sectionTitle div
{
  padding-top: 7px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 30px;
  border-bottom: solid 1px #008080;
}

.sectionTitle span
{
  padding-top: 7px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 80%;
  border-bottom: solid 1px #008080;
  width: 100%;
}

.TextNavBar
{
  padding: 3px;
  font-family: Arial,Helvetica,Geneva,Sans-serif; 
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  background-color: #008080;
}


td
{
  padding: 0;
}

p
{
  font-family: Arial,Helvetica,Geneva,Sans-serif; 
  font-size: 9pt;
  margin-left: 10px;
}

.newsTitle
{ 
  font-family: TimesRoman;
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-align: left;
  text-decoration: none;
}

.newsBody
{
  font-family: TimesRoman;
  color: rgb(0, 0, 0);
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}

.plug
{
  width: 780px;
  background: white;
  padding: 2px 0px 2px 0px;
  font-size: 10px;
}

#cover
 {
   position: absolute;
   z-index: 1;

   left: 548px;

   width: 232px;
   height: 32px;

   background: black;

   overflow: hidden;
 }

.coverLink
{
  text-decoration: none;
  font-family: Arial,Helvetica,Geneva,Sans-serif;
  font-size: 12px;
  font-weight: normal;

  color: white;

  float: left;

  padding: 12px 50px 6px 9px;
  padding-top: 12px;
  padding-right: 50px;
  padding-bottom: 6px;
  padding-left: 9px;

}

.coverLinkEnd
{
  padding-right: 35px;
  padding-left: 24px;
}

.coverLink:hover
{
  background: #008080;
}
