body {
    /* background: #231f20; */
    background: #0054a6;
    color: #ffffff;
    font: 9pt verdana;
    text-align: center;
}

h1 {
    font: 14pt helvetica;
}

h2 {
    font:14pt verdana;
    font-weight: bold;
}

h3 {
    font: 10pt verdana;
    font-weight: bold;
    margin: 0px;
}

p {
    margin-top: 0px;
}

a img {
    border: none;
}

#header img {
    border: none;
}

div#homeslide {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 260px;
    height: 200px;
    padding: none;
    margin: none;
}

div#homeslide div {
    padding: none;
    margin: none;
    width: 260px;
    height: 200px;
}

div#homeslide div img {
    width: 260px;
    height: 200px;
    padding: none;
    margin: none;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    text-align: left;
}

.content {
    background: #ffffff;
    color: #000000;
    padding: 10px;
}

#home_left {
    width: 600px;
    min-height: 200px;
}

.homeleftpanel {
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    padding: 10px;
}

#home_right {
    float: right;
    width: 345px;
}

#home_right div {
    margin-bottom: 10px;
    background: #ffffff;
    color: #000000;
    padding: 10px;
    min-height: 100px;
}

.left {
    float: left;
    margin-right:10px;
    margin-bottom:10px;
}

a.right {
    font: 9pt helvetica;
    float: right;
    color: black;
    text-decoration: none;
    margin-top: 15px;
}

a.right:hover {
    text-decoration: underline;
}

.indent {
    margin-left:20px;
}

#footer {
    color: #cccccc;
    font: 8pt verdana;
}

#footer div {
    padding: 10px;
    line-height: 1.4em;
}

