body {
    position: relative;
    color: black;
    background-color: white;
    text-align: center;
    font: 12px Arial, Helvetica, sans-serif;
}
div {
    text-align: left;
}
img {
    border: 0;
}
div .hr {
    height: 10px;
}
div .hr2 {
    height: 20px;
}
div .hr3 {
    height: 30px;
}


/* ===table=== */
table {
    font-size: 100%;
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
table td {
    border: 1px solid #666666;
    padding: 1px;
}
table .header {
    font-weight: bold;
    text-align: center;
    color: #660000;
    background-color: #f6ffd5;
}
table .noactive {
    background-color: #666666;
}
#container {
    width: 773px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
#header {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 60px;
}
#logo {
    float: left;
    height: 100%;
    width: 180px;
    margin: 0px;
    padding: 0px;
    background: url(/images/logo.png) no-repeat left top;
}
#headermenu {
    margin-left: 185px;
    height: 100%;
    padding: 0;
    background: url(/images/bggreen.png) no-repeat right bottom;
}
#main {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: url(/images/bgleft.png) repeat-y left top;
}

#sidebar {
    float: left;
    width: 185px;
    margin: 0px;
    padding: 0px;
}
.megatitle {
    margin-left: 10px;
    text-align: left;
    font: 14px Arial, Helvetica, sans-serif;;
    color: #660000;
    font-weight: bold;
}
.title {
    margin-left: 10px;
    text-align: left;
    font-size: 12px;
    color: #660000;
    font-weight: bold;
}

#line {
    height: 1px;
    width: 185px;
    margin: 0px;
    padding: 0px;
    background-color: #e7e7e7;
    overflow:hidden;
}
#content {
    margin-left: 185px;
    padding: 0px;
}
#entrycontent {
    margin-left: 5px;
    padding: 0px;
}
#banner {
    height: 115px;
    margin: 0;
    padding: 0;
    background: url(/images/server.png) no-repeat right top;
}
#footer {
    width: 100%;
    height: 22px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 22px;
    color: white;
    background: url(/images/footer.png) no-repeat center top;
}
/* ===menu=== */
#menu {
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
#menu ul {
    margin: 0;
    padding: 0;
    padding-top: 35px;
    float: left;
    width: 100%;
}
#menu ul li {
    display: inline;
}
#menu ul li a {
    float: left;
    color: #004080;
    padding: 5px 11px;
    text-decoration: none;
}
#menu ul li a:visited {
    color: #004080;
}
#menu ul li a:hover, #menu ul li .selected {
    color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;
}
/* ===news=== */
.headernews {
    padding-left: 10px;
    height: 19px;
    color: white;
    line-height: 20px;
    text-align: left;
    background: url(/images/bgheadernews.png) repeat-x left top;
    border: 1px solid #1f408a;
    font-size: 8pt;
    font-weight: bold;
    overflow:hidden;
}
.newstitle {
    margin-left: 10px;
    text-align: left;
    font-size: 12px;
    color: #660000;
    font-weight: bold;
}
.entry {
    margin-left: 10px;
    text-align: left;
}
#content a {
    border-bottom:1px dotted #bb0000;
    color:#000000;
    text-decoration:none;
}
#content a:link {
    border-bottom:1px dotted #bb0000;
    color:#000000;
    text-decoration:none;
}
#content a:hover {
    background-color:#f8f8f8;
    color:#bb0000;
    text-decoration:none;
}

