@charset "UTF-8";
/* CSS Document */

body,td,th {
  font-family: 'Century Gothic', 'Lucida Grande', Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
body {
  background-color: #FFF;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

a:link { color: #00F; text-decoration: none; }
a:visited { text-decoration: none; color: #90C; }
a:hover { text-decoration: underline; color: #0FF; }
a:active { text-decoration: none; color: #FCF; }
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


#content_wrapper h2 { color: #7b29ce; margin: 0; padding: 0; padding-bottom: 5px; font-size: 28px; }


    #wrapper { width: 960px; margin-left: auto; margin-right: auto; position: relative; }
  
  
    /* HEADER Styles */
    #wrapper #header { width: 960px; height: 145px; display: block; padding-bottom: 2px; }
      
      #wrapper #header h1 { width: 770px; height: 105px; background: url('/images/layout/logo.png') no-repeat; position: absolute; top: 20px; left: 45px; }
      #wrapper #header h1 a { display: block; width: 770px; height: 105px; text-decoration: none; }
      #wrapper #header h1 a span { display: none; }
      
      #wrapper #header h2 { display: none; }
      
      #wrapper #header ul { height: 20px; position: absolute; top: 0; right: 5px; margin: 0; padding: 0; font-size: .85em; list-style: none; }
      #wrapper #header ul li { margin: 0; padding: 0; float: left; margin-left: 8px; padding: 5px; }
      #wrapper #header ul li a {  }
    
    
    #wrapper #content_wrapper { width: 960px; display: block; }
    
      
      /* FOOTER */  
      #wrapper #footer {  display: block; padding:15px; margin-top: 15px; }
    
  
  
  
  
  
  #secondary-wrapper { width: 960px; margin-left: auto; margin-right: auto; position: relative; }
  
  
    /* HEADER Styles */
    #secondary-wrapper #header { width: 960px; height: 145px; display: block; padding-bottom: 2px; }
      
      #secondary-wrapper #header h1 { width: 770px; height: 105px; background: url('/images/layout/logo.png') no-repeat; position: absolute; top: 20px; left: 45px; }
      #secondary-wrapper #header h1 a { display: block; width: 770px; height: 105px; text-decoration: none; }
      #secondary-wrapper #header h1 a span { display: none; }
      
      #secondary-wrapper #header h2 { display: none; }
      
      #secondary-wrapper #header ul { height: 20px; position: absolute; top: 0; right: 5px; margin: 0; padding: 0; font-size: .85em; list-style: none; }
      #secondary-wrapper #header ul li { margin: 0; padding: 0; float: left; margin-left: 8px; padding: 5px; }
      #secondary-wrapper #header ul li a {  }
    
    
    #secondary-wrapper #content_wrapper { width: 960px; display: block; }
    
      
      /* FOOTER */  
      #secondary-wrapper #footer {   }
