
   body {
    background:url(images/site-bg.jpg) top left repeat-x #666;
    font-family: Arial;
    font-size:12px;
   }
   a {
    text-decoration:none;
    color:#D37A01;
   }
   a:hover {
    text-decoration:underline;
   }

   H1 {
    font-size:26px; 
    margin: 10px 0;
   }

   H2 {
    font-size:20px; 
    margin: 10px 0px 5px 0px;
    border-top:1px solid #ccc;
    border-bottom:1px dashed #ccc;
    color:#333;
   }

   H2 a, H2 a:hover {
    color:#333;
    text-decoration: none;
   }

   #main {
    background:url(images/header-bg.jpg) top left no-repeat #fff;
    width:850px;
   }
   #h_l_1 {
    text-indent:-9999px; overflow:hidden;
    float:left;
    width:175px; height:200px;
   }
   #h_l_2 {
    text-indent:-9999px; overflow:hidden;
    float:left;
    width:650px; height:110px;
   }
   #h_links_1 {
    color: #000000;
    float: left;
    font-weight:bold;
    margin: 10px 2px;
    text-align: center;
    width: 665px;
    font-size:17px;
    overflow:hidden;
    height:25px;
   }
   #h_links_1 a {
    color: #000000;
   }
   #h_links_1 a:hover {
    color: #D37A01;
   }

   #h_links_2 {
    color:#fff;
    float: left;
    margin: 5px 2px;
    text-align: center;
    width: 665px;
    font-weight:bold;
    font-size:16px;
    overflow:hidden;
    height:25px;
   }

   #h_links_2 a {
    color:#fff;
   }
   #h_links_2 a:hover {
    color:#FECD06;
   }
   
   #body_content {
    clear: left;
    padding:20px;
   }
   
   #igTable {
    border: 0px;
   }

   #igTable td {
    width:100%;
    border: 5px solid #fff;
    vertical-align: top;
    text-align:center;
   }

   table.IGinset {
    float: center;
   }
   
   .IGinset td {
    width:100%;
    border: 5px solid #fff;
    vertical-align: top;
   }
