  body, html {
     color: #000; 
     font-family: Arial, Verdana, Tahoma, sans-serif;
     font-size: 12px;
     background-color: #2c1669; 
     text-align: center; /*** Centers the design in old IE versions ***/
     margin: 0;
   }
   
   li{
        list-style-type: none;
   }
   
   a:link, a:visited 
   {
        color: red;
        font-weight: bold;
   }
   
   a:hover
   {
        color: #2c1669;
   }
   
   .link{
        position: relative;
        bottom: 25px;
   }
   
   
   #mainContainer
   {
     position: absolute; 
     top: 8%; 
     left: 0px; 
     width: 100%;
     height: 200px;
     background-color: white;
   }
   
   #topContainer
   {
        width: 100%;
        height: 100px;
        background-color: #2c1669;
   }
   
   #redlineBlock
   {
        width: 100%;
        height: 15px; 
        background-color: #d82f4e;
   }
   
   #centerContainer
   {
        width: 100%;
        height: 450px;
        background-color: white;
   }
   
   #bottomContainer
   {
        width: 100%; 
        height: 50px;   
        background-color: #2c1669;
   }
  
  #topContent
  {
        width: 900px; 
        height: 100px; 
        background-color: #2c1669;
        margin: 0pt auto;
        background-image: url(logo.gif); 
        background-repeat: no-repeat;
        background-position: 100% 0;
        text-align: left;
  }
  
  #centerContent
  {
        width: 900px; 
        
        background-color: #ffffff;
        margin: 0pt auto;  
        text-align: left;
        padding-top: 50px;
  }
  
  #bottomContent
  {
        width: 900px; 
        height: 50px; 
        background-color: #2c1669;
        color: #ffffff;
        text-align: left;
        margin: 0pt auto;
        padding-top: 5px;  
  }
  
  .contentBlock
  {
        width: 195px; 
        height: 330px; 
        background-color: #ffffff; 
        float: left;
  }
  
  .separatorBlock
  {
        width: 40px; 
        height: 330px; 
        background-color: #ffffff; 
        float: left;
        background-image: url(verticalindent.gif); 
        background-repeat: no-repeat;
        background-position: 50% 0; 
  }
  
  .contentImageBox
  {
        width: 195px;
        background-color: white;
        height: 119px;
  }
  .contentTextBox
  {
        width: 195px;
        background-color: #ffffff;
        height: 141px;
        text-align: left;
  }
  .contentLinkBox
  {
        margin-top: 10px;
        width: 195px;
        background-color: #ffffff;
        height: 70px;
  }
  
  .title{
    font-size: 16px;
    font-weight: bold;
    color: #d82f4e;
    background-image: url(titleindent.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 10px;
  }
  
  .langbar
  {
    color: #ffffff;
    position: relative;
    top: 75px;
    font-weight: bold;
  }
  
  .langlink
  {
    color: #d82f4e;     
  }