a, a:visited
{
    color: #00437C;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    color: #323232;
    text-align: left;
    margin: 0;
    font-size: 9px;
    font-family: Georgia, serif;
}

img
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}

ul
{
    list-style: square;
    margin: 5px auto 10px auto;
}

/* HEADER ELEMENTS */
#header .logo
{
    background: #FFF url( "../images/hdr_dana.gif" ) top left no-repeat;
    height: 100px;
    float: left;
    width: 474px;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    position: relative;
}


#header .center
{
    background-color: white;
    border-left: 0px solid #737373;
    border-right: 0px solid #737373;
    border-top: 0px solid #737373;
    height: 100px;
}

#centerColumn
{
    background: #FFF;
    width: auto;
    text-align: left;
    font-size: 12px;
    padding-left: 10px;
    margin: 2px 0 0 0;
}


#centerColumn h1, #centerColumn h1 a
{
    margin: 4px 0 5px 0;
    font-size: 13px;
}

#centerColumn h2, #centerColumn h2 a
{
    margin: 0;
    font-size: 13px;
}

#centerColumn .seperator
{
    background: url( "../images/bg_seperatorSM.gif" ) center left repeat-x;
    font-size: 1px !important; /* IE Fix */
    line-height: 1px !important;
    height: 1px !important;
    padding: 0px;
    clear: both;
}

blockquote, .pullquote
{
    border-width: 2px 0px;
    border-style: solid;
    border-color: #CDCDCD;
    color: #666666;
    display: block;
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin: 5px 10px 5px 0;
    width: 216px;
    padding: 4px 10px;
}




/*Footer*/
#footer
{
    background: #F0F0F0;
    border: 1px solid #737373;
    font-size: 10px;
    text-align: left;
    color: #3F3F3F;
    clear: both;
    padding: 8px 8px 8px 10px;
    display: block;
    margin-top: 3px;
}

#footer span
{
    margin-right: 10px;
}

#footer .privacy
{
    float: right;
    font-weight: 800;
}


#centerColumn .detail h1, .title1
{
    margin: 10px 0 0 0;
    font-size: 18px;
}


#centerColumn .detail h2
{
    margin: 0 0 10px 0;
    font-size: 14px;
}


#centerColumn .detail h3
{
    margin: 0 0 10px 0;
    font-size: 14px;
}


#centerColumn .detail h4, .title4
{
    font-size: 12px;
    font-weight: 100;
    padding: 0;
    margin: 0;
}

#centerColumn .detail h5
{
    font-family: arial, verdana, sans-serif;
    color: #7F7F7F;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
}


.detail ul li
{
    margin-bottom: 5px;
    list-style-image: url(../images/block.gif);
}


.detail
{
    line-height: 18px;
}

.small 
{
    font-size: 10px;
}

