  body, html {
     color: #000; 
     font-family: Arial, Verdana, Tahoma, sans-serif;
     font-size: 12px;
     background-color: #2c1669; 
     margin: 0;
   }
   
   li{
        list-style-type: disc;
   }
   
   a:link, a:visited 
   {
        color: red;
        font-weight: bold;
   }
   
   a:hover
   {
        color: #2c1669;
   }
   
   fieldset {
        padding: 8px;
        background-color: #f5f5ff;
   }
   legend {
        font-weight: bold;
   }
   .fieldtable {
        
   }
   .fieldrow { 
        background-color: #eeeeff;
   }
   .textbox {
        font-size: 12px;
   }

   .link{
        position: relative;
        bottom: 25px;
   }
   
   
   #mainContainer
   {
     left: 0px; 
     width: 100%;
     background-color: white;
   }
   
   #topContainer
   {
        width: 100%;
        min-width: 950px;
        height: 100px;
        background-color: #2c1669; 
        background-repeat: no-repeat;
	 background-position: right;
   }
   
   #redlineBlock
   {
        width: 100%;
        height: 15px; 
        background-color: #d82f4e;
   }
   
   #centerContainer
   {
	 margin: 0;
        width: 100%;
        min-height: 650px;
        background-color: white;
        background-image:  url(/images/dp2008/background-left.gif);
        background-repeat: repeat-y;
   }

   #nav
   {
	float: left;
	width: 170px;
	margin-left: 10px;
	padding-top: 1em;
       color: #000000;
   }
   #content
   {
	padding-top: 1em;
       padding-bottom: 1em;
	margin: 0 2em 0 200px;
   }
   
   #bottomContainer
   {
        width: 100%; 
        height: 50px;   
        background-color: #2c1669;
   }
  
  #topContent
  {
        width: 900px; 
        height: 100px; 
        background-color: #2c1669;
        margin: 0pt auto;
        text-align: left;
  }

  #bottomContent
  {
        width: 900px; 
        height: 50px; 
        background-color: #2c1669;
        color: #ffffff;
        text-align: left;
        margin: 0pt auto;
        padding-top: 5px;  
  }

  .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;     
  }