1. body     {
  2.         margin-bottom: 0px;
  3.         font-family: Tahoma;
  4.         font-size: 12px;
  5.         font-style: normal;
  6.         line-height: normal;
  7.         font-weight: normal;
  8.         font-variant: normal;
  9.         text-transform: none;
  10.         color: #525252;
  11.         }
  12. a:hover {
  13.         color: #525252;
  14.         font-size: 12px;
  15.         font-weight: bold;
  16.         font-style: normal;
  17.         line-height: normal;
  18.         font-variant: normal;
  19.         text-transform: none;
  20.         text-decoration: underline;
  21.         }
  22.         
  23. a:visited     {
  24.             color: #525252;
  25.             font-size: 12px;
  26.             font-weight: bold;
  27.             font-style: normal;
  28.             text-decoration: none;
  29.             }    
  30. h2    {
  31.     color: #8BBD04;
  32.     font-weight: bold;
  33.     }
  34. h3    {
  35.     color: #F26521;
  36.     font-weight: bold;
  37.     line-height:0px;
  38.     }    
  39.     
  40. .navMenu    {
  41.             width: 455px;
  42.             height: 70px;
  43.             }
  44. .navMenu ul     {
  45.                 margin: 0;
  46.                 list-style: none;
  47.                 }
  48. .navMenu li     {
  49.                 display: inline;
  50.                 }
  51. .navMenu a     {
  52.             background: url(../images/nav_back.gif) no-repeat;
  53.             color: #2A457A;
  54.             display: block;
  55.             float: left;
  56.             font-weight: bold;
  57.             height: 70px;
  58.             margin-top:20px;
  59.             padding: 5px 0 0 0;
  60.             text-align: center;    
  61.             text-decoration: none;    
  62.             width: 80px;
  63.             }
  64. .navMenu a:hover     {
  65.                     background: url(../images/nav_back.gif) no-repeat;
  66.                     color: #9D080D;
  67.                     display: block;
  68.                     float: left;
  69.                     font-weight: bold;
  70.                     height: 70px;
  71.                     margin-top:20px;
  72.                     padding: 5px 0 0 0;
  73.                     text-align: center;    
  74.                     text-decoration: underline;        
  75.                     width: 80px;
  76.                     }
  77. #wrapper     {     
  78.             background-color:#FFFFFF;
  79.             border:1px
  80.             solid #355A77;
  81.             text-align:left;
  82.             width:750px;
  83.             }
  84. div.header_lt     {
  85.                 background-color:#FFFFFF;
  86.                 float:left;
  87.                 padding-top:5px;
  88.                 text-align:center;
  89.                 vertical-align:top;
  90.                 width:290px;
  91.                 }
  92. div.header_rt     {
  93.                 background-color:#FFFFFF;
  94.                 float:right;
  95.                 padding-top:5px;                
  96.                 vertical-align:top;
  97.                 width:455px;        
  98.                 }
  99. div.homeContent_lt     {
  100.                     background-color:#FFFFFF;
  101.                     float:left;
  102.                     vertical-align:top;
  103.                     width:290px;
  104.                     }
  105. div.homeContent_rt     {
  106.                     background-color:#FFFFFF;
  107.                     float:right;
  108.                     font-size:14px;
  109.                     padding-right:2px;                                
  110.                     vertical-align:top;
  111.                     width:455px;        
  112.                     }
  113.                     
  114. div.homeUnit_lt     {     
  115.                     background-color:#2F638A;
  116.                     float:left;
  117.                     color:#FFFFFF;
  118.                     font-size:11px;
  119.                     margin-top:2px;                    
  120.                     padding:0px;
  121.                     padding-bottom:4px;        
  122.                     padding-top:4px;    
  123.                     vertical-align:top;
  124.                     width:375px;
  125.                     }
  126. div.homeUnit_rt     {
  127.                     background-color:#2F638A;
  128.                     float:right;
  129.                     color:#FFFFFF;
  130.                     font-size:11px;
  131.                     margin-top:2px;
  132.                     padding:0px;
  133.                     padding-bottom:4px;        
  134.                     padding-top:4px;                        
  135.                     vertical-align:top;
  136.                     width:375px;        
  137.                     }
  138. div.footer     {
  139.             background-color:#8BBD04;
  140.             color:#FFFFFF;
  141.             font-size:12px;
  142.             padding:4px;
  143.             text-align:center;
  144.             }