div#container {
        width: 960px;
        height: auto;
        margin: 0px auto 0px auto;
        padding: 0px;
}

div#topline {
        width: 100%;
        height: 10px;
        background-image:url(../images/top_blue_tile.gif);
        background-repeat: repeat-x;
}

div#header {
        width: 960px;
        height: 90px;
        margin: 0px;
}

div.logo1 {
        float: left;
        background-image:url(../images/logo.gif);
        background-repeat: no-repeat;
        width: 150px;
        height: 90px; 
}

div.logo2 {
        float: right;
        width: 200px;
}

div#topMenu {
        float: left;
        width: 960px;
        height: 36px;
        background-color: #407ead;
        margin: 0px;
        padding: 0px;
}

div#dropmenu {
        float: left;
        width: 960px;
        height: 35px;
        background-color: #407ead;
        margin: 0px;
        padding: 0px;
}

div#dropmenu ul a {
display: block;
color: #ffffff;
font-size: 11px;
text-transform: uppercase;
background-color: #407ead;
height: auto;
border: 0px;
padding: 12px 30px 13px 20px;
text-decoration: none;
}

div#dropmenu ul a:hover {
background-color: #264b67;
}
div#dropmenu .active a {
background-color: #264b67;
}
div#dropmenu .parent ul {
margin: 10px 0px 0px 5px;
}

div#banner {
        float: left;
        width: 960px;
        height: auto;
        background-color: #ffffff;
        margin-left: 0px;
}

div#banner p {
        margin: 0px;
        padding: 0px;
}

div#mainContent {
        float: left;
        width: 960px;
        height: auto;
        background-color: #ffffff;
        margin: 0px;
        text-align: left;
}

div.leftColumn {
        float: left;
        width: 670px;
        height: auto;
        margin: 0px;
        padding-left: 25px;
        padding-top: 25px;
}

div.mainBody {
        float: left;
        width: 650px;
        margin-left: 10px;
}
div.contentModules {
        float: left;
        width: 650px;
        height: auto;
        margin-left: 10px;
}
div.rightColumn {
        float: right;
        width: 240px;
        height: 250px;
        margin-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
}
div#footer {
        width: 960px;
        clear: both;
        padding-top: 10px;
        border-top: 1px solid #666666;
        text-align: center;
}

div#footer a {
        color: #000;
}

div#footer a:hover {
        text-decoration: none;
}