body {
    font-family: Verdana, "DejaVu Sans Mono", sans-serif;
    font-size: 12px;
    color: #1371a4;
    width: 900px;
    margin: 15px auto;
}

p,
div,
img,
ul,
ol,
li,
h2,
table,
form,
input,
textarea,
select,
dl,
dt,
dd,
label,
fieldset {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

#header {
    background: url(../img/logo.png) top center no-repeat;
    height: 70px;
}

#loginout_div {
    padding: 8px 5px 0px 0px;
    height: 30px;
}

#loginout_table {
    float: right;
    color: #fff;
}

#loggedinas_td {
    padding-right: 30px;
}

#main_visible_Username {
    width: 106px;
}

.login_input {
    width: 96px;
    height: 16px;
    margin: 0px 7px 0px 0px;
    padding: 2px 1px;
    font-size: 13px;
    color: #1371A4;
    border: solid 1px #1371A4;
}

#visible_StayLoggedIn {
    margin-right: 5px;
}

#menu_ul {
    margin-top: 14px;
    padding: 0px 18px 0px 0px;
    float: right;
}

#menu_ul li {
    display: inline;
    font-weight: bold;
    padding-left: 48px;
}

#menu_ul a {
    color: #1371a4;
    text-decoration: none;
}

#menu_ul a:active,
#menu_ul a:hover,
#menu_ul a.current {
    color: #ff0000;
}

#footer_ul {
    background: url(../img/sub_bg.png) top center repeat-y;
    height: 21px;
    width: 900px;
    color: #fff;
    font-size: 11px;
}

#footer_ul li {
    display: inline;
    padding-top: 4px;
}

#footer_lower_left {
    float: left;
    padding-left: 15px;
}

#footer_lower_right {
    float: right;
    padding-right: 15px;
}

#footer_lower_right a {
    color: #fff;
    text-decoration: none;
}

#footer_lower_right a:hover {
    color: #ff0000;
}

/*
    Classes used on multiple pages.
*/
.invisible {
    display: none;
}

.content {
    background: url(../img/main_bg.png) top center repeat-y;
    width: 900px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.content td {
    vertical-align: top;
    padding: 0px;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.green_bold {
    color: #7dbb3e;
    font-weight: bold;
}

.red_bold {
    color: #ff0000;
    font-weight: bold;
}

.red_on_white {
    color: #e81c1c;
}

.red_on_white_bold {
    color: #e81c1c;
    font-weight: bold;
}

.bluebutton {
    height: 22px;
    padding: 0px 3px;
    color: #1371A4;
    background-color: #bddaea;
    font-size: 13px;
    font-weight: bold;
    border: solid 1px #1371A4;
    cursor: pointer;
}

.bluebutton:hover {
    background-color: #d9eaf3;
}
