/* Home Page Customization */

#header {
    border-bottom: solid thick red;
    margin: 0;
    padding: 0;
}

#content { margin: auto 14px; }

.announce { width: 502px; }
.newsBox { width: 245px; }

.announce, .newsBox {
    background-color: white;
    border: solid 1px #003398;
    float: left;
    margin: 5px 10px 5px 0;
}

.announce h2, .newsBox h2 {
    background-color: #003398;
    border-bottom: solid 1px #003398;
    color: white;
    font-size: 1.2em;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.announce h2 a, .newsBox h2 a {
    color: white;
    text-decoration: none;
}
.announce h2 a:hover, .newsBox h2 a:hover { text-decoration: underline; }

.announce *, .newsBox * { font-weight: bold; }
.announce p, .newsBox p { margin: 10px; }
.announce .floatR { margin-left: 10px; }

.info { text-align: right; }
