
/* tags */
  body {
    text-align:center; /* to align center in IE */
    margin: 0px;
    padding: 0px;
    background-color: #234095;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	line-height: 130%;
  	font-size: 13px;
    color: #FFF;
    border: 0px;
  }
  
  a {
    color: #fdb813;
  }
  
/* end tags */

/* layers */

  #container {
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* to counter-act align in body for IE */
    width: 985px;
  }
  
  #logo {
    float: left;
    width: 805px;
    height: 110px;
    padding: 0 0 0 180px;
    
    text-align: center;
  }
  
  #flash {
    float: left;
    width: 985px;
    height: 331px;
  }
  #flashi {
    float: left;
    width: 985px;
    height: 238px;
  }
  
  #content {
    float: left;
    width: 915px;
    padding: 25px 35px;
    
    text-align: center;
  }
  #content td a {
    color: #FFF;
    text-decoration: none;
  }
  #content h1 {
    margin: 0px 0 18px 18px;
    
    font-size: 16px;
    text-align: left;
    color: #fdb813;
  }
  #content h1#hph1 {
    margin: 0;
    
    font-size: 24px;
    text-align: center;
    color: #FFF;
  }
  #content h3 {
    margin: 0px;
    
    font-size: 16px;
  }
  #content h5 {
    margin: 0px;
    
    font-weight: normal;
    font-size: 20px;
  }
  #content em {
    font-size: 11px;
  }
  
  #content table#participants td {
    font-size: 12px;
    font-weight: bold;
  }
  
  #partners {
    float: left;
    width: 897px;
    margin: 0 0 0 18px;
    padding: 0 0 25px 0;
    
    text-align: left;
    background-color: #FFF;
  }
  
  #footer {
    float: left;
    width: 985px;
    height: 75px;
    
    text-align: center;
  }

/* end layers */

/* miscellaneous */

  .clr {
    clear: both;
  }
  
  .article_separator {
    clear: both;
    display: block;
  }
  
/* end miscellaneous */
