﻿h4.sub {
  font-size: .9em;
  text-align: right;
  padding-right: 20px;
}

a.h2 {
  text-decoration: none;
  color: #00005f;
}

#topH2 {
  margin-top: 15px;
}    
    
ul {    
  margin-bottom: 9px;  
}    
    
#content h2 {
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;
}    
#content ul 
{
    margin-bottom: 17px;
    margin-top: 17px;
}
    
    
.topPanel 
{
    margin-left: 12px;
    margin-top: 10px;
}
.headerPanel 
{
    background-image: url(../images/panel_top.gif);
    background-repeat:no-repeat;
    color: White;
    padding-left: 10px;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
}

.contentPanel
{
    background-image: url(../images/panel_contentbg.gif);
    background-repeat: repeat-y;
    padding: 10px 10px 15px 10px;
    color: #00005f;
    
}

.contentBottom 
{
    background-color: #010066;
    height: 2px;
    width: 200px;
    line-height:2px;
}