@charset "UTF-8";

/* CLASSES AND LINKS */

p{
        font-size: 11px;
        line-height: 18px;
        color: #3e3e3e;
}

a{
        font-size: 11px;
        line-height: 18px;
        text-decoration: underline;
}

a:hover{
        font-size: 11px;
        line-height: 18px;
        color: #CC0000;
        text-decoration: underline;
}


ul{
        list-style-type:none
}

h1{
        font-size: 18px;
        font-weight: bold;
}

h2{
        font-size: 16px;
        font-weight: bold;
        color: #CC0000;
}

h3{
        font-size: 14px;
        font-weight: bold;
        color: #CC0000;
}

h4{
        font-size: 13px;
        font-weight: bold;
        color: #CC0000;
}

.footer-text{
        color: #CCCCCC;
        font-size: 10px;
}

.img-padd{
        padding-bottom: 35px;
}

.logo-bold{
        font-size: 26px;
        font-weight: bold;
        letter-spacing: -1px;    text-transform:uppercase;
}

.logo-thin{
        font-size: 26px;
        color: #CC0000;
        font-weight: 100;
        letter-spacing: -1px;    text-transform:uppercase;
}



/* DIV CLASSES */

body {
        font-family: Arial, Helvetica, sans-serif;
        color: #555454;
        background-color: #046da3;
        margin-top: 0px;
        margin-left: 0px;
}

#main{
        float:left;
}

#content-top {
        width: 697px;
        height: 37px;
        margin-top: 80px;
        background-image:url(../images/top.gif);
        background-repeat: no-repeat;
}

#content-body{
        width: 664px;
        margin-left: 33px;
        background-color:#FFF;
        overflow: hidden;

}

#content-bottom {
        width: 664px;
        height: 26px;
        clear: both;
}

#left-column{
        width: 285px;
        float: left;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 37px;
        padding-bottom: 35px;
}

#right-column{
        float: left;
}

#right-text{
        width: 265px;
        margin-top: 25px;
        padding-bottom: 10px;
        padding-left: 17px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 35px;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #eeeeee;
}

#nav {
        width: 168px;
        background-color: #a3a3a3;
        padding-top: 20px;
        padding-bottom: 40px;
        float:left;
        color: #EEEEEE;  text-transform:uppercase;
        margin-top: 115px;
}

#nav a {
        font-size: 28px;
        font-weight: bold;
        text-decoration:none;
        line-height: 33px;
        color: #EEEEEE;
}

#nav a:hover {
        font-size: 28px;
        font-weight: bold;
        text-decoration: line-through;
        line-height: 33px;
        color: #EEEEEE;
}


#nav ul {
        padding-left: 10px;
        margin-left: 10px;
        font-size: 28px;
        font-weight: bold;
        line-height: 33px;
}

#sitemap {
        width: 697px;
        padding-top: 25px;
        margin-left: 33px;
        clear: both;
        font-size: 11px;
        color: #FFFFFF;
        text-align: center;
}

#sitemap p{
color: #FFFFFF;
}

#sitemap a{
        color: #FFFFFF;
        font-size: 12px;
        text-decoration:underline;
}

#sitemap a:hover{
        color: #FFFFFF;
        font-size: 12px;
        text-decoration:none;
}

#sitemap a.links{
        color: #666666;
        font-size: 10px;
}
