/* Font
 ******************************************************************************/
* {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

#content {
    line-height: 16px;
}

.clear {
   height: 1px;
   margin-top: -1px;
   clear: both;
   font-size: 0;
}

/* Images
 ******************************************************************************/
img {
    border: 0;
}
#content img {
    border: 1px solid #01130C;
}
#content h2 img {
    border: 0;
}
#content .logo {
    border: 0;
    float: right;
}

/* Standard elements
 ******************************************************************************/
p {
    margin: 12px 0 12px 0;
    padding: 0;
}

h2 {
    height: 16px;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 0;
    background: url(../gfx/bg_h2.gif) repeat-x bottom;
}

h4 {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: #A0410A;
    font-weight: bold;
}

h5 {
   margin: 0;
   padding: 0;
   margin-top: 6px;
   color: #A0410A;
   font-weight: normal;
}

#content ul {
    margin-top: 0;
    padding-top: 0;
    list-style-image: url(../gfx/list_style.gif);
}

#content a {
    color: #052A1B;
    text-decoration: underline;
}
#content a:hover {
    color: #A0410A;
    text-decoration: none;
}

.floatImage {
   display: block;
   float: left;
   margin-right: 5px;
}
