BODY {
    background-color: #6d6e71;
    background-image: url('../../media/images/background.gif');
    background-repeat: repeat-y;
    background-position: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    letter-spacing: .4px;
    color: #49484a;
    line-height: 13.5pt;
}

TD {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    letter-spacing: .4px;
    color: #49484a;
    line-height: 13.5pt;
}

H3 {
    margin: 0px;
    margin-bottom: 10px;
    color: #0083a9;
}

HR {
    border: none 0;
    border-top: 1px solid #9199AC;
    width: 100%;
    height: 1px;
    margin-top:10px;
    margin-bottom:20px;
}


a {
    color: #0083a9;
    text-decoration: underline;
}

div.bluebg {
    background-image: url('../../media/images/bluebg.jpg');
    background-repeat: repeat-x;
    height: 29px;
    padding-right: 5px;
    padding-top: 5px;
}

/* DIVs */
#main {
    background-color: #f0e9e2;
    width: 700px;
    height: 500px;
}
#footer {
    font-family: "Times New Roman", Times, serif;
    letter-spacing: .5px;
    font-size: 11px;
    color: #ffffff;
    line-height: 10.5pt;
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#footer .copyright {
    font-family: "Times New Roman", Times, serif;
    font-size: 9px;
    letter-spacing: .5px;
    color: #afdae8;
    line-height: 12pt;
    padding-top: 8px;
}

/* classes */
.greybar {
    background-color: #d1c8bf;
    width: 700px;
}
.whitebar {
    background-color: #ffffff;
    width: 700px;
}

.content {
    padding-bottom:25px;
    background-image: url('../../media/images/mbbg.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

.content .text {
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: .4px;
    line-height: 13.5pt;
}

.newsbox {
    background-color: #006d95;
}
.newsboxrt {
    background-image: url('../../media/images/newsbox_bg_rt.gif');
    background-repeat: repeat-y;
}
.newsboxlt {
    background-image: url('../../media/images/newsbox_bg_lt.gif');
    background-repeat: repeat-y;
}

.newsboxdate {
    width: 150px;
    height: 34px;
    background-image: url('../../media/images/newsletter_bkgrd.gif');
    background-repeat: no-repeat;
}

.newsboxdatetext {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 27pt;
    padding-left: 35px;
    cursor: pointer;
}

.newsboxtitle {
    font-family: Arial;
    font-size: 8pt;
    color: #B5B8C7;
    padding-left: 35px;
    padding-right: 3px;
    line-height: 8pt;
    padding-bottom:10px;
}

.leftnav {
    background-image: url('../../media/images/leftnav_background.gif');
    background-repeat: repeat-y;
}

.rightside {
    background-image: url('../../media/images/rbg.gif');
    background-repeat: repeat-y;"
}

FORM {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.textfield {
    border: 1px solid #0083a9;
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}
.button {
    padding-top:1px;
    background-color: #006d95;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}

SELECT, TEXTAREA {
    border: 1px solid #939393;
    color: #333333;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

div.formContainer {
    padding: 5px;
}

div.formRow {
    clear: both;
    padding-top: 10px;
}

div.formRow span.formLabel {
    float: left;
    text-align: right;
    padding-top: 1px;
    padding-right: 5px;
    font-size: 12px;
}

div.formRow span.formElement {
    float: left;
    text-align: left;
}

UL {
    margin-top: 3px;
    margin-bottom: 15px;
}

