body
{
    margin:0px;
    font-size:12px; 
    font-family:arial;
    color:#333333;
    height:100%;
    background: url(images/BG2.gif) #696969 repeat-x;
    background-attachment: fixed;
}
#container
{
    margin: 0 auto;
    width: 990px;
    height: 100%;
    text-align: left;
    position: relative;
    background: url(images/BGwhite.gif) repeat-y bottom;
}  
#mainBG
{
    position:absolute; 
    top:0px; 
    left:0px; 
    width:990px;
}
#topNav
{
    position:absolute; 
    top:5px; 
    left:8px; 
    width:990px;
    z-index:99;
}
#rightNav
{
    position:absolute;
    top:0px;
    left:803px;
    z-index:99;
}
#mainBody
{
    position:relative;
    padding:20px 20px 20px 60px; 
}
#subBody
{
     padding-top:55px;
}
#pageHeader
{
    /*
    font-size:20px;
    font-weight:bold;
    padding-bottom:15px;
    */
    position:absolute; left:28px; top:0px;
}
#centerTb
{
     height:900px; 
     width:710px;    
}
#rightImages
{
    padding-left:30px; 
    padding-bottom:20px; 
    float:right;    
}
a
{
  font-family:arial;
  font-size:11px; 
  color:#333333;  
}
a:hover
{
  color:#000000;  
}

#footer
{    
   margin: 0 auto;
   width: 990px;
   height: 100%;
   text-align: left;
   position: relative;
}  
#footerlinks
{
   font-family:arial;
   font-weight:bold;
   color:#ffffff;
   font-size:9px; 
   line-height:17px;   
}
#footerlinks a:hover
{
   color:#666666;
   text-decoration:none;
}
#footerlinks a
{
   color:#ffffff;
   text-decoration:none;
}
#footerlinks a:hover
{
   color:#666666;
   text-decoration:none;
}