    body
      {
      background-color:#29334b;
      }
    DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 756px;
      height: 605px;
      margin-left: -378px; /* half of width */
      margin-top: -302px;  /* half of height */
      background-color: #d9d8d8;
      }


     .default_text
      {
      color:#000000;
      font-family: Arial, Helvetica, Geneva, sans-serif ;
      font-size: 12px;
      line-height: 16px;
      }

     DIV.contents
      {
      background-color:#ffffff;
      position: absolute;
      left: 265px;   top: 114px;
      width: 490px; height: 339px;
      }      

            
     DIV.menu
      {
      background-color:#bf1f30;
      position: absolute;
      left: 21px;   top: 10px;
      width: 130px; height: 280px;
      }      

     DIV.menubackgroundblue
      {
      background-color:#8d93ad;
      position: absolute;
      left: 1px;    top: 114px;
      width: 263px; height: 339px;
      }      

     DIV.menubackgroundred
      {
      background-color:#bf1f30;
      position: absolute;
      left: 0px;    top: 0px;
      width: 221px; height: 306px;
      }      



    ul.menulink
       { 
       list-style: none;
       margin:0;
       padding:0;
       }
    li.menulink 
       { 
       width:130px;
       font-family: Arial, Helvetica, Geneva, sans-serif; 
       font-size: 14px; 
       line-height: 22px; 
       border-top:1px solid #ffffff; 
       }
    A.menulink:link    { text-decoration:none; color: #ffffff;}
    A.menulink:visited { text-decoration:none; color: #ffffff;}
    A.menulink:hover   { text-decoration:none; color: #29334a;} 
    A.menulink:active  { text-decoration:none; color: #29334a;} 

    A.menulinkactive:link    { text-decoration:none; color: #29334a;} 
    A.menulinkactive:visited { text-decoration:none; color: #29334a;} 
    A.menulinkactive:hover   { text-decoration:none; color: #29334a;} 
    A.menulinkactive:active  { text-decoration:none; color: #29334a;} 

    li.menusublink 
       { 
       width:130px;
       font-family: Arial, Helvetica, Geneva, sans-serif; 
       font-size: 14px; 
       line-height: 22px; 
       margin-left:14px;
       }
    li.menusublinkactive 
       { 
       width:130px;
       list-style-type:square;
       list-style-image:url(img/list.png);
       font-family: Arial, Helvetica, Geneva, sans-serif; 
       font-size: 14px; 
       line-height: 22px; 
       margin-left:14px;
       }

    A.homelink:link    { text-decoration:none; color: #29334b }
    A.homelink:visited { text-decoration:none; color: #29334b }
    A.homelink:hover   { text-decoration:none; color: #bf1f30 }
    A.homelink:active  { text-decoration:none; color: #bf1f30 }

    A:link    { text-decoration:none; color: #000000 }
    A:visited { text-decoration:none; color: #000000 }
    A:hover   { text-decoration:underline; color: #000000 }
    A:active  { text-decoration:none; color: #000000 }


