body {
    background-color: #B8B8B8;
    margin: 0;
    padding: 0;
    text-align: center;
}
#mainbox {
    background-image: url("graphics/bg_content_tile.gif");
    margin: 9px auto 0;
    width: 782px;
}
#mainbox_top {
    height: 17px;
    width: 782px;
}
#mainbox_bottom {
    height: 16px;
    width: 782px;
}
.body_text {
    color: #413C38;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
p, td {
    color: #000000;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px;
}
#content {
    background-color: #FFFFFF;
    clear: both;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
    width: 745px;
}
#content UL {
    list-style: square inside none;
    margin: 0 0 0 10px;
    padding: 0;
}
#content UL li {
    background-repeat: no-repeat;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 3px;
    padding: 0 0 0 10px;
}
#content OL LI {
    color: #005691;
    font-weight: bold;
}
.bold_blue {
    color: #005691;
    font-weight: bold;
}
UL {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}
OL {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}
H3 {
    color: #330066;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
}
H4 {
    color: #003498;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
}
H5 {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
a {
    color: #0000FF;
}
a:hover {
    text-decoration: none;
}
.articlemenu {
    font-size: 14px;
    margin: 0;
}
.articlemenu a:link, .articlemenu a:visited {
    background: url("graphics/articleicon.jpeg") no-repeat scroll 0 0 transparent;
    color: #0000FF;
    padding-left: 30px;
    text-decoration: underline;
}
.articlemenu a:hover {
    text-decoration: none;
}
.articles {
    border: 0 dotted #346FAB;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
