body {
    text-align: center;
    font-family: 'Arial';
    color: #777;
    background: #013567;
}
body, table {
    font-size: 12px;
    line-height: 16px;
}
p {
    padding-top: 4px;
    padding-bottom: 12px;
}
ul {
    padding-top: 4px;
    list-style: square;
    margin-left: 16px;
}
li {
    padding-left: 6px;
    padding-bottom: 8px;
}
div#wrapper {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div#menu {
    height: 56px;
    background: url('../images/menu.png');
}
div#menu a {
    float: left;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-family: 'Lucida Grande', 'Arial';
    padding: 0px 30px;
    background: url('../images/sep.png') no-repeat right center;
}
div#menu a:hover {
    text-decoration: underline;
}
div#main {
    background: #fff;
    padding: 10px;
}
div#sidebar {
    float: right;
    width: 305px;
}
div#content {
    width: 605px;
}
div#footer {
    clear: both;
    background: url('../images/footer.png') no-repeat;
    padding-top: 34px;
    font-size: 10px;
    color: #999;
}
div#footer a {
    color: #ccc;
}
div#banner {
    margin-bottom: 10px;
    height: 268px;
    width: 605px;
    position: relative;
}
div#banner_image {
    z-index: 0;
}
div#banner_text {
    z-index: 10;
    position: absolute;
    height: 40px;
    line-height: 40px;
    bottom: 6px;
    left: 16px;
    width: 573px;
    color: #fff;
    font-size: 13px;
    font-family: 'Lucida Grande', 'Arial';
    text-align: center;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
div#sidemenu a {
    display: block;
    height: 43px;
    line-height: 43px;
    background: url('../images/sidemenu.png');
    padding-left: 32px;
    text-decoration: none;
    color: #013567;
    font-size: 13px;
    font-family: 'Lucida Grande', 'Arial';
}
div#sidemenu a:hover {
    text-decoration: underline;
}
div.box {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
div.box h2 {
    background: url('../images/box_top.png') no-repeat;
    margin-top: -11px;
    margin-left: -11px;
    margin-right: -11px;
    font-family: 'Lucida Grande', 'Arial';
    font-size: 16px;
    color: #666;
    padding: 16px 11px 16px 11px;
}
div.box_bottom {
    background: url('../images/box_bottom.png');
    height: 8px;
    margin-bottom: -11px;
    margin-left: -11px;
    margin-right: -11px;
}
div.sep {
    height: 1px;
    background: url('../images/sidemenu.png') top left;
}
h1, h2, h3, h4, h5, h6 {
    color: #013567;
    font-family: 'Trebuchet MS', 'Arial';
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 { font-size: 34px; margin-top: 40px; margin-bottom: 6px; line-height: 30px;}
h2 { font-size: 14px; }

.tag {
    color: #5381BC;
    font-weight: bold;
    margin-bottom: 20px;
}
a {
    color: #5381BC;
}
a:hover {
    color: #013567;
}
