/*----------------------------------------
template.css
Controls Layout and visual appearance of elements for
template.htm (and content-style pages thereafter)

Changing this will affect ALL content-style pages within the site; 
exercise caution when modifying

---------------------------------------- */

/* GLOBAL STYLES */

#content ul {
  margin:15px 0px 15px 15px;
  padding:0px;}
  
  
  #content li {
    padding:0px 0px 5px 0px;
    margin:0px 0px 0px 0px;
    display:list-item;
    list-style-image:url('../img/bullet.png')}
  
/* CONTENT */
 
#content {
  clear:both;}
  
  #content .sectionNav {
    float:left;
    width:130px;
    padding:0px 20px 0px 0px;
    margin:0px 0px 15px 0px;}
    
    #content .sectionNav a {
      display:block;
      color:#192e84;
      margin:4px 0px 4px 20px;
      text-indent:5px;
      width:100%;}
      
      #content .sectionNav a:hover, #content .sectionNav a.current {
        background:#fef8df;}

       #content .text {
         float:left;
         width:520px;
         margin:10px 0px 15px 0px;}
    
    #content .text  h1 {
      font-size:13px;
      letter-spacing:.05em;
      margin:10px 0px 21px 0px;}

#content .text  h1 {
      font-size:13px;
      letter-spacing:.05em;
      margin:10px 0px 21px 0px;}
      
    #content .text p {
      margin:0px 0px 10px 0px;
      line-height:18px;}
      
    #content .text a {
      color:#0a50a1;}
      
      #content .text a:hover {
        text-decoration:underline;}
      
      #content .text a.pdf {
        background:url('../img/icon_pdf.png') no-repeat center right;
        padding:2px 25px 2px 0px;}

/******************Additional Styles ********************************************************/
        
   #HeaderText {
    text-align:middle;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;}

#ContentTable
{
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
}
#LogoText
{
   text-align:center;
   font-weight:bold;
}
  #content .EmailSection {
    float:left;
    width:130px;
    padding:0px 20px 0px 0px;
    margin:0px 0px 15px 0px;}

  #MemberList a {
    text-decoration:underline;
    font-weight:bold;}