body
{
    background-color:#001340;
    background-image:url("../images/blue/background.jpg");
    background-repeat: repeat-x;
    
}

a
{
    color:#1c3c78;
    text-decoration:underline;
}

a:hover
{
    color:#d02d3c;
    text-decoration:underline;
}

div#searchbox
{
    background-image:url("../images/blue/search.png");
    background-repeat:no-repeat;

}

div#bottomright
{
    background-image:url("../images/blue/bottomback.png");
    background-position:bottom;
    background-repeat:repeat-x;
}

div#main
{
    background-image:url("../images/blue/faux.jpg");
}

div#navtop
{

    background-color:#CBDFEE;
    background-image:url("../images/blue/shadow.jpg");
    background-position:right;
    background-repeat:repeat-y;
}
div#navigation
{
    background-color:#CBDFEE;
    background-image:url("../images/blue/shadow.jpg");
    background-position:right;
    background-repeat:repeat-y;
}

h3
{
    color:#1c3c78;    
}

div#contentcontainer table th
{
    text-align: left;
    padding-left: 3px;
    background-color: #1c3c78;
    color: White;
}

div#contentcontainer table td
{
    text-align: left;
    padding-left: 3px;
    background-color:#ffffff;
}

div#contentcontainer ul li
{
    background-image:url("../images/blue/bullet.gif");
    background-repeat:no-repeat;
    background-position:4px 15px;
}

strong
{
        color:#1c3c78;
        font-weight:bold;
}
