/***   html styles  ***/
body {
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
        color: #1F2948;
        line-height: 1.166;
        background: #F2EAD7;
}


td, p, ul, li {
        font-family: Arial, Helvetica, sans-serif;
        color: #1F2948;
        font-size: 12px;
        vertical-align: top;
        /*text-align: left;*/
}

.header {
        background: #7F0000;
        color: #F2EAD7;
}

#menu {

        text-align: left;
}

#strip {
        height: 10px;
        background: #DCD8CC ;
        left: 0;
}

h1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #73754C;
        margin: 10px 0px 0px;
        font-size: 24px;
}
h2 {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #73754C;
        margin: 10px 0px 0px;
        font-size: 18px;
}
h3 {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #73754C;
        margin: 10px 0px 0px;
        font-size: 14px;
}

#content a:link, #content a:visited{
        color: #996600;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #006666;
        text-decoration: none;
}

#content a:hover, #content a:active        /* Netscape 4 ignores hover and active states */ {
        color: #CCCC99;
        background-color: #73754C;
        border-bottom-style: none;

        }

#content a img{
        border: none;
        background: none;
}

/*
#contenttbl1 {
        vertical-align: top;
}
#contenttbl2 {
        vertical-align: top;
}
*/
.globalNav{
        position: absolute;
        padding: 0px;
        margin: 0px;
        text-align: left;
        width: 750px;
}

/********** globalLink elements ********************/
.globalLink{
        position: absolute;
        top: 6px;
        padding: 0px;
        left: 0px;
        text-align: left;
        color: #DCD8CC;
}


.globalLink a, .globalLink a:visited{
        color: #F2EAD7;
        margin: 0px;
        padding: 2px 5px 4px;
        text-decoration: none;
}

.globalLink a:hover{
        color: #FFF;
        text-decoration: underline;
}

/************ subglobalNav styles **************/

.subglobalNav{
        position: absolute;
        top: 24px;
        left: 25px;
        padding: 0px 0px 0px 10px;
        visibility: hidden;
        font-size: 12px;
        width: 750px;
        color: #DCD8CC;

}

.subglobalNav a:link, .subglobalNav a:visited {
        color: #F2EAD7;
        padding: 2px 5px 4px;
        text-decoration:none;
}

.subglobalNav a:hover{
        color: #FFF;
        text-decoration: underline;
}

/**** body text styles ***/

.weighttitle {
        font-weight: bold;
        text-transform: uppercase;
        color: #73754C;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 1px;
        margin-top: 5px;
}
.weighttitlelowercase {
        font-weight: bold;
        color: #73754C;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 1px;
        margin-top: 5px;
}


.imgborder{
        background: #DCD8CC;
        border: 7px solid #DCD8CC;
}

.padding10{
        padding: 10px;
}
