﻿BODY  
{
  margin:0px 0px 0px 0px;
  background-image: url(../../images/layout/surface.gif);
       background-repeat: repeat;
       background-position: center top;
       font-family:Georgia,"Times New Roman",Times,serif;
       font-size:12pt;
}
A { color: #0A5E7B; }

TABLE.ContentHolder   
{
  width:880px;
  
}
TD.Sidebar  
{
  width:200px;
  background-color:White;
 }
TD.Sidebar DIV.SidebarContentHolder
{
  padding:16px 8px 0px 8px; 
  background-image:url(../../images/layout/sidebar-bg.gif);
  background-repeat:repeat-y;
  background-position:left 10px;

} 
TD.Sidebar DIV.SidebarContent
{
  font-family:Arial; font-size:10pt; padding:8px 4px 0px 8px;
}

DIV.SidebarContentHolder DL { margin:0px; padding-bottom:8px;}
DIV.SidebarContentHolder DL DT { font-size:11pt; font-weight:bold; margin-top:8px;
  background-image:url(../../images/layout/bullet-blue.gif);
  background-repeat:no-repeat;
  background-position: 0px 5px;
  padding-left:6px;
                                 }
DIV.SidebarContentHolder DL DD { margin-left:6px; }

TD.MainContent
{
  background-color:#ffffff;
  padding:0px 8px 0px 16px;
  
}

TD.Nav
{
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size:8pt;
  text-align:left;
}
DIV.Nav1
{
  padding:15px 0px 1px 0px;
  height:16px; 
}
DIV.Nav1 A { color: #514E3D; text-decoration:none; }
DIV.Nav1 A:Hover { text-decoration:underline; }
DIV.Nav1 IMG { margin-left:8px; }
DIV.Nav2
{
  background-image: url(../../images/layout/nav-bg.gif);
  background-repeat: repeat-x;
  padding:9px 0px 9px 0px;
  height:30px; width:100%;
  font-size:10pt;
  text-align:center;

}  

DIV.Nav2 A
{
  text-decoration: none;
  color:#ffffff;
}
DIV.Nav2 A:Hover
{
  text-decoration: underline; 
}
TD.Gutter-Right
{
  background-image:url(../../images/layout/main-gutter-right.gif);
  background-repeat:repeat-y;
  background-position:0px 0px;
  width:20px;
}
TD.Gutter-Left
{
  background-image:url(../../images/layout/main-gutter-left.gif);
  background-repeat:repeat-y;
  background-position: 0px 0px;
  width:20px;
}    

DIV.FooterPad { height:16px;  }
TD.FooterMain  
{
  background-image: url(../../images/layout/footer-bar.gif);
  background-repeat: repeat-x; 
  background-position:0px 0px;
  padding:16px 0px 8px 0px;
  text-align:center; 
  font-family: Arial, Sans-Serif;
  font-size:8pt;
  color:#666666;

}  
TD.FooterMain P { margin-top:0px; margin-bottom:4px; }

DIV.HighlightBox
{ position:absolute; 
  margin-top:-15px;
  margin-left:-19px;
  width:643px;
  background-color:#e1e1e1; 
  padding:0px 0px 8px 0px;
  border-bottom: solid 1px #A0A0A0;
  background-image:url(../../images/layout/sidebar-shadow.gif);
  background-repeat:repeat-y; 
}
DIV.HighlightBox A { color:#780712; font-weight:bold; }   
DIV.HighlightBox P { margin-right:32px; margin-top:0px; }

.Note { font-family:Verdana; font-size:8pt; color:#666666; }

