body
{

  background-color: #333333;
  background-image: url('art/background.gif');
  background-repeat: fixed; 
  scrollbar-face-color:#000000;/*this is the color of the "face"--the main color of the scrollbar itself and the arrow buttons*/
  scrollbar-track-color:rgb(50,50,50);/*this is the color of the "track" that the scrollbar rides on (underneath the scrollbar)*/
  scrollbar-arrow-color:orange;/*this is the arrow color*/
  scrollbar-shadow-color:#A0A0A0;/*this is the inner bottom/right border color*/
  scrollbar-darkshadow-Color:black;/*this is the outer bottom/right border color*/
  scrollbar-highlight-color:#A0A0A0;/*this is the inner top/left border color*/
  scrollbar-3dlight-color:black;/*this is the outer top/left border color*/
}

.topleftlogo
{
  margin-left: 25px;
}

.sub_heading { font-size:10pt;color:red;margin:5px;font-family:arial;font-weight:bold;text-align:left;}

#header
{
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 16px;
  color: black;
  background-color: black;
  background-image: url("art/chromeupper.gif");
  background-repeat: repeat-x;
}

#headertd
{
  color: black;
  background-color: black;
  background-image: url("art/chromeupper.gif");
  background-repeat: repeat-x;
}

#leftpane
{
  width: 180px;
  
  color: black;
  background-color: black;
  background-image: url("art/chromeright.gif");
  background-position: right;
  background-repeat: repeat-y;
}

#lefttd
{
  color: black;
  background-color: black;
  background-image: url("art/chromeright.gif");
  background-position: right;
  background-repeat: repeat-y;
}

#centerpane
{
  width: 470px;
  height: 700px;
  background-color: white;
  background-image: url("art/chromemiddle.gif");
  background-repeat: repeat-x;
  background-position: top;
}

#centertd
{
  background-color: white;
  background-image: url("art/chromemiddle.gif");
  background-repeat: repeat-x;
  background-position: top;
}

#rightpane
{
  width: 150px;
  padding-top: 32px;
  padding-right: 10px;
  background-color: white;
  background-image: url("art/chromemiddle.gif");
  background-repeat: repeat-x;
  background-position: top;
} 

#rightpanetd
{
  background-color: white;
  background-image: url("art/chromemiddle.gif");
  background-repeat: repeat-x;
  background-position: top;
} 

#footer
{

  height: 124px; 
  background-color: black;
  background-image: url("art/footerbackground.gif");
  background-repeat: repeat-x;
  background-position: top;
}

#footertd
{
  height: 124px; 
  background-color: black;
  background-image: url("art/footerbackground.gif");
  background-repeat: repeat-x;
  background-position: top;
}

td.itempic
{
  background-color: #E57D25;
  border-color: #E57D25;
  border-width: 1px;
  border-style: outset;
}

td.description
{
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  border-width: 1px;
  border-style: outset;
}

.menu
{
  display: block;
  width: 154px;
  height: 31px;
  color: black;
  background-color: white;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-family: arial;
  background: url("art/buttonfill.gif") top repeat-x;
}

#centerpane h1
{
  color: rgb(50,50,50);
  background-color: white;
  font-family: arial;
  font-size: 15;
  font-weight: bold;
}

#centertd h1
{
  color: rgb(50,50,50);
  background-color: white;
  font-family: arial;
  font-size: 15;
  font-weight: bold;
}
  
#totm
{
  color: white;
  background-color: #E28A00;
  width: 175px;
  font-family: arial;
  font-size: 10;
  font-weight: normal;
  border-bottom-width: 2;
  border-bottom-style: solid;
  border-bottom-color: white;
  padding-left: 2px;
}

#totmContent
{
  color: black;
  background-color: transparent;
  width: 175px;
  font-family: arial;
  font-size: 10;
  font-weight: 100;
  border-bottom-width: 2;
  border-bottom-style: solid;
  border-bottom-color: #FFAD01;
}

#copyright1
{
  font-family: arial;
  font-weight: bold;
  font-size: 9;
  padding:10px;
  color: white;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: 2;
}

#copyright2
{
  font-family: arial;
  font-weight: bold;
  font-size: 9;
  padding:10px;
  color: white;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: 2;
}

.svLogos
{
 margin-top: 10px;
 padding:0px;
 text-align:center;
 align:center;
}

.content
{
  font-family: arial;
  font-size: 11;
  font-weight: normal;
  text-decoration: none; 
  color: rgb(50,50,50);
  background-color: white;
  padding: 2px;
  padding-right: 4px;
  padding-left: 10px;
}

.NewsHeading
{
 font-family: arial;
 font-size: 12;
 font-weight: bold;
 text-decoration: none;
 color: #E28A00;
}


a:link
{
  font-family: arial, helvetica;
  text-decoration: none;
  color: rgb(30,30,30);
}

a:visited
{
  font-family: arial, helvetica;
  text-decoration: none;
  color: rgb(30,30,30);
}

a:active
{
  font-family: arial, helvetica;
  text-decoration: none;
  color: rgb(30,30,30);
}

a:hover
{
  font-family: arial;
  text-decoration: underline;
  color: RED;
}

