﻿

/* Section A */
html
{
    background: #FFFDCD;
}
body
{
     background: #FFFDCD url('../images/a_base.jpg') repeat-x; 
}


.yellowTableHiglight
{
    background-color:#FDD93D;
    font-weight:bold;
    vertical-align: top;
}      

/* SUB MENU ITEMS */
div#sideMenu .submenu
{
	padding:0;
	margin:0;
	margin-left: 15px;
	margin-top: 2px;
}
div#sideMenu .submenu li
{
	list-style-type: none;
	font-weight: normal;
	padding:0;
	margin:0;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 2px;
}
div#sideMenu .submenu li a
{
	font-weight: normal;
}

div#sideMenu .submenu ol
{
	padding-left:17px;
}
div#sideMenu .submenu ol li
{
	list-style-type: disc;
}

div#sideMenu
{
    float: left;
    width: 179px;
    min-height: 451px;
    background-color:#FAB623;
    background-image:url('../images/a-side.jpg');
    background-position:left top;
    background-repeat:no-repeat;
    
}
  #sideMenu ul
  {
      padding:25px 0 0 0;
      margin:0;
  }
  #sideMenu ul li
  {
      list-style-type: none;
      display: list-item;
      padding-right: 10px;
      padding-left: 10px;
      padding-bottom:10px;
      padding-top:10px;
  }
  #sideMenu ul li a
  {
      font-size: 12px;
      font-family: Arial;
      font-weight: bold;
      color: #444;
      text-decoration: none;
  }
  #sideMenu ul li a:hover
  {
      color: Black;
      text-decoration: underline;
     
  }
  #sideMenu ul li.noborder
  {
      border-right:0px;
      padding-right: 6px;
  } 
  
  




    /* Menu Selected styles */
  .selectedMenuItem
  {
      color:Black;
      background-color: #FFFEEA;
      border-left: 1px solid #ddd;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
  }
  
  /* Part A Specific Content styles */
  .tabList 
  {
      text-align: left;
  }
  .tabList ul li
  {
      list-style-type: none;
  }
  .centerLink
  {
      text-align:center; width: 100%; padding-top: 10px;
  }
  /* paragraphs */
  #contentmain p
  {
      line-height: 17px;
      padding-bottom: 5px;
      padding-top: 5px;
  }
        
  .reference
  {
      padding: 5px;
      background-color: #FFF7C9;
      margin: 3px;
      font-size: 11px;
  }
  .footnotetext
  {
      background-color: #FFF7C9;
      font-weight: bold;
      padding: 0 3px 0 3px;
  }
  
  
   /* Nav Buttons */
      .navLinkNext
      {
          margin-top: 5px;
          background-image: url('../images/a_next.png');
          width: 90px;
          height: 26px;
          border: 0;
          padding-top: 9px;
          text-align: right;
          padding-right: 41px;
          color: #464646;
          text-decoration:none;
          
      }
      .navLinkNext:hover
      {
          text-decoration: underline;
          color:Black;
      }
      .navLinkBack
      {
          margin-top: 5px;
          background-image: url('../images/a_back.png');
          width: 90px;
          height: 26px;
          border: 0;
          padding-top: 9px;
          text-align: left;
          padding-left: 41px;
          color: #464646;
          text-decoration:none;
          
      }
      .navLinkBack:hover
      {
          text-decoration: underline;
          color:Black;
      }
      .buttonpdf
      {
          border: 0;
          height: 45px;
          width: 230px;
          padding-left: 12px;
          padding-bottom: 2px;
          padding-right:0;
          padding-top:0;
          background-image: url('../images/a_pdf.png');
          background-repeat: no-repeat;
          background-position: top left;
          font-weight: bold;
          vertical-align: top;
          text-align: left;
          font-size: 12px;
          font-family: Arial;
          margin: 0;
          background-color: Transparent;
      }
      .divpdf
      {
          border: 0;
          height: 31px;
          width: 230px;
          padding-left: 12px;
          padding-bottom: 2px;
          padding-right:0;
          padding-top:14px;
          background-image: url('../images/a_pdf.png');
          background-repeat: no-repeat;
          background-position: top left;
          font-weight: bold;
          vertical-align: top;
          text-align: left;
          font-size: 12px;
          font-family: Arial;
          margin: 0;
          background-color: Transparent;
      }
      .divpdf a
      {
          text-decoration: none;
      }
      .divpdf a:hover
      {
          text-decoration: underline;
      }
      
            /* Border Table */
      .bordertable td
      {
          border: 1px solid Black;
          vertical-align: top;
      }
      
       /* Table layout in content area */
      #contentmain table
      {
          border: 1px solid #fff;
          width: 100%;
      }
      
      #contentmain table td
      {
          padding: 6px;
          text-align: left;
          vertical-align: top;
          border: 0;
      }
      #contentmain table th
      {
          padding: 6px;
          text-align: left;
          font-weight: bold;
          border: 0;
          vertical-align: top;
      }
      
      #contentmain table td.alt
      {
          background-color: #FFF282;
      }
      #contentmain table th.alt
      {
          background-color: #FFF282
      }


      #contentmain table caption h3
      {
          font-weight: bold;
          padding: 4px 0px 4px 0px;
          margin-bottom: 3px;
          background-color: #FDD93D;
      }
      
      #contentmain table td.bordered
      {
          border: 1px solid #AAA;
      }
      
      /* Nav Links */
      .navLinkBackLarge
      {
          color: Black;
          text-decoration:underline;

          font-weight: bold;
          font-size: 12px;
          text-align: center;
          
      }
      .navLinkBackLarge:hover
      {
          text-decoration: underline;
      }
      
      div#contentinner
      {
          background-image: url('../images/mainbase_a.jpg');
          background-repeat: repeat-y;
          background-position: top right;
      }