body {
    background-color: white;
    background-image: url( ../images/background2.gif );
    background-repeat: repeat-x;
    background-position: top;

    font-family: Arial, Helvetica, "Sans-Serif";
    font-size: 10pt;
}

.container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#headerrow {
    position: relative;
    height: 64px;
}

#headerrow .logo {
    padding-top: 7px;
    border: none;
}

#titlelinks {
    position: absolute;
    right: 0px;
    top: 3px;
    text-align: right;
}

#titlelist {
    white-space: nowrap;
}

#titlelist li {
    display: inline;
    list-style-type: none;
}

#titlelist a {
    font-size: 8pt;
    text-transform: uppercase;
    margin-left: 10px;
    text-decoration: none;
    color: #385261;
    border-bottom: 1px dashed #8897a0;
}

#headerlinks {
    position: absolute;
    right: -5px;
    top: 43px;
    text-align: right;
}

#headerlist li {
    display: inline;
    list-style-type: none;
}

#headerlist a {
    font-size: 9pt;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #9c9c9c;

    padding-top: 3px;
    padding-bottom: 6px;

    padding-left: 5px;
    padding-right: 5px;
}

#headerlist a:hover {
    color: #385261;
    background-color: #eeeeee;
}

#headerlist a.active {
    color: #385261;
    background-color: white;
    font-size: 10pt;
    background-image: url( ../images/arrow_up.gif );
    background-repeat: no-repeat;
    background-position: center;
}

#bannerrow {
    text-align: left;
    font-size: 24pt;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 73px;
    height: 73px;
    text-transform: uppercase;
    color: white;

    background-image: url( ../images/subpage_banner_background.gif);
    background-repeat: no-repeat;
}
#bannerrow h1 {
    font-weight: normal;
}

#mainrow {
    min-height: 600px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    position: relative;
}

#mainrow .left {
    width: 630px;
    padding: 30px;
    min-height: 1800px;
}

#mainrow .right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 290px;

    border-left: 1px dashed #aaaaaa;
    border-bottom: 1px dashed #aaaaaa;

    background-color: #FAFAFA;
}

/* overrides for no right col */
#mainrow.single .left {
   width: 960px;
}
#mainrow.single .right {
    display: none;
}

/* Standard Rightbar Styles */
#mainrow .right .section {
    border-bottom: 1px solid #dadada;
    padding: 30px;
}
#mainrow .right .section h2 {
    text-transform: uppercase;
    font-size: 8pt;
    letter-spacing: 0.04em;
    color: #385261;
}
#mainrow .right .section h2 img {
    padding-right: 8px;

}
#mainrow .right .section p {
    font-size: 8pt;
    line-height: 14pt;
    color: #757575;
    padding-top: 5px;
    padding-bottom: 5px;

}
#mainrow .right .section p a {
    color: #385261;
    font-weight: bold;
    line-height: 28px;
    border-bottom: none;
}
#mainrow .right .section h2 a {
    color: #385261;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dashed #385261;
}

/* text decoration */
#mainrow .left h1 {
    line-height: 18pt;
    font-weight: normal;
    text-decoration: none;
    font-size: 11pt;
    border: none;
    color: #385462;
    padding-bottom: 30px;
}
#mainrow .left h1 img {
    padding: 1px;
    border: 1px solid #bbbbbb;
    margin-right: 10px;
    vertical-align: -5px;
}

#mainrow .left h3 {
    color: #385261;
    line-height: 18pt;
}
#mainrow .left ul {
    list-style: square;
    margin-left: 14px;

}
#mainrow .left p, #mainrow .left ul {
    line-height: 15pt;
    color: #444444;
    text-align: justify;
    letter-spacing: 0.01em;
    padding-bottom: 20px;
}
#mainrow p a, #mainrow li a {
    text-decoration: none;
    border-bottom: 1px dashed #888888;
    color: #555555;
}
#mainrow p a:hover, #mainrow li a:hover {
    color: #385261;
    border-bottom: 1px dashed #385261
}

#mainrow .left h2, 
#mainrow .left h2 a, 
#mainrow .left h2 a:hover {
    line-height: 30pt;
    font-weight: normal;
    text-decoration: none;
    font-size: 18pt;
    border: none;
    color: #385462;
}

.morerow {
    text-align: right;
}

.morerow a.morelink {
    border: none;
}

