/* CSS Document */
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1{
    font-size: 19px;
    color: #666666;
    margin: 10px 0 10px 0;
}

h2{
    font-size: 16px;
    color: #666666;
    margin: 5px 0 5px 0;
}

p{
    font-size: 12px;
    color: #808080;
    margin: 0 0 5px 0;
}

h3, h3 a{
    font-size: 12px;
    color: #663300;
    margin: 5px 0 5px 0;
}

#headerLinks, #headerSearch{
    text-align: right;
}

#headerLinks a, #footer a{
    margin: 0 5px 0 5px;
    text-decoration: none;
    color: #FFFFFF;
}

#home #centerPane .box h2{
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 5px;
}

#centerPane a{
    text-decoration: none;
    font-weight: bold;
    color: #935D29;
}

#centerPane a:hover{
    text-decoration: underline;
}

#home #rightPane .box h2, #homeNews h2{
    color: #666;
    font-size: 18px;
    margin: 5px 0 5px 0;
    font-weight: normal;
}

#homeNews h3{
    color: #555;
    font-size: 14px;
}

#home #centerPane .box p, #homeNews p{
    font-size: 11px;
    margin: 0 5px 5px 5px;
}

#centerPane ul{
    padding: 5px 5px 5px 30px;
}

#home #rightPane .box p{
    font-size: 11px;
}

#home #centerPane .box ul{
    list-style: none;
    padding: 0 0 0 20px;
}

#footer{
    text-align: right;
    font-size: 7pt;
}

#footer p{
    padding-right: 10px;
    color: #FFFFFF;
    font-size: 7.5pt;
}

#footer p#bmiCMS{
    padding-right: 10px;
    margin-top: 60px;
}

#footer a:hover{
    text-decoration: underline;
}

#leftPaneFooter p{
    color: #935D29;
    font-weight: bold;
    font-style: italic;
    padding-right: 10px;
    margin-top: 190px;
    float:right;
}

#leftPaneFooter p a{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

#leftPaneFooter p a:hover{
    text-decoration: underline;
}