body, html
{
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    color: #575a5d;
    line-height: 2;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #fff;
}
#Settlement
{
    width: 1100px;
    background: url(leftnavgrad.jpg) repeat-y top left;
    overflow: hidden;
}
/*==============================================================================
	Layout
==============================================================================*/
#SiteId
{
    width: 259px;
    float: left;
}
.logo
{
    font-family: Georgia, Times New Roman, serif;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 48px 0 27px;
    line-height: 1.3;
}
.site-header, .sub-nav-content
{
    clear: both;
    padding-left: 48px;
    width: 184px;
}
.sub-nav-content
{
    padding-top: 43px;
    padding-bottom: 25px;
}
.nav
{
    overflow: hidden;
    clear: both;
    padding: 43px 0;
}
.nav ul
{
    width: 184px;
    margin: 0;
    padding: 0 0 0 48px;
    word-wrap: break-word;
}
.login
{
    display: block;
    width: 184px;
    padding: 0 0 25px 48px;
}
.nav li
{
    display: block !important;
    border-top: solid 1px #444d3e;
    word-wrap: break-word;
    margin: 0;
    padding: 5px 0;
    line-height: 1.3;
}
.nav li.sel
{
    border-top: solid 2px #870023;
}
.nav a
{
    color: #444d3e !important;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}
.nav .hov a, .nav .sel a
{
    color: #870023 !important;
    text-decoration: none !important;
}

#main-content
{
    float: left;
    width: 600px;
    padding: 101px 0 0 50px;
}
.maincontent
{
    padding-bottom: 90px;
}
.font-selector
{
    text-align: right;
}
.disclaimer
{
    border-top: solid 1px #444d3e;
    padding-bottom: 180px;
}
.disclaimer .Head
{
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #444d3e;
    padding: 6px 0 16px;
}

/*==============================================================================
	Headings
==============================================================================*/
h1, h2, h3, h4, h5, h6
{
    font-family: Arial;
    margin: 0;
}
h1
{
    color: #191c1f;
}
h2
{
    font-size: 27px;
    color: #929d9e;
    font-weight: normal;
}
h3
{
    font-size: 12px;
    color: #191c1f;
    font-weight: bold;
}
h4
{
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #870023;
    padding: 0 0 10px;
}
h5
{
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #444d3e;
    padding: 6px 0 10px;
}
h6
{
}

.site-header h4
{
    padding: 0;
    border-top: solid 1px #444d3e;
}
.site-header h5
{
    padding: 0;
}

.Head, .SubHead, .SubSubHead
{
    font-family: Arial;
}
.Head
{
    font-size: 27px;
    color: #929d9e;
    font-weight: normal;
}
.SubHead
{
    font-size: 12px;
    color: #191c1f;
    font-weight: bold;
}
.SubSubHead
{
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #444d3e;
    padding: 6px 0 16px;
}

/*==============================================================================
	Links 
==============================================================================*/
a, a:link, a.SkinObject, a.SkinObject:link
{
    font-weight: bold;
    color: #444d3e;
}
a:hover, a:visited:hover, a.SkinObject:hover, a.SkinObject:visited:hover
{
    font-weight: bold;
    color: #444d3e;
}
a:visited, a.SkinObject:visited
{
    font-weight: bold;
    color: #444d3e;
}
a img
{
    border: none;
}

.get-pdf
{
    display: block;
    background: url(download-adobe.jpg) no-repeat left top;
    padding-left: 25px;
}
a.get-pdf
{
    font-size: 10px;
}

a.CommandButton:link
{
}
a.CommandButton:hover, a.CommandButton:visited:hover
{
}
a.CommandButton:visited
{
}

/*==============================================================================
	Lists 
==============================================================================*/
dl
{
}
dt
{
    font-family: Arial;
    font-size: 13px;
}
dd
{
}
ul
{
    padding-left: 45px;
}
ul li
{
    list-style: square;
}
li
{
}
ol
{
}
ol li
{
}
li
{
}

/*==============================================================================
	Tables 
==============================================================================*/
#Settlement table
{
    border-collapse: collapse;
    margin-bottom: 5px;
    font-family: Arial;
}
#Settlement tbody
{
}
#Settlement caption
{
    font-style: italic;
}
#Settlement tr
{
}
#Settlement th
{
    text-align: left;
    font-family: Arial;
    color: #444d3e;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}
#Settlement td
{
    border: none;
    padding: 4px;
}

/*==============================================================================
	Text
==============================================================================*/
.Normal, .NormalBold, .NormalDisabled, .NormalTextBox, .NormalRed, .CommandButton, .SkinObject, Blockquote, .pub-date
{
    font-family: Arial;
    color: #575a5d;
    line-height: 2;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.NormalRed
{
    color: #ff0000;
}
.sub-nav-content .Normal
{
    font-size: 10px;
}

/*==============================================================================
	Settlement Container Styles
==============================================================================*/
.simple, .blank
{
    clear: both;
}
.s-heading
{
    padding: 0;
    margin: 0;
}
.simple p, .blank p
{
    margin: 0 0 10px;
}
/*==============================================================================
	Custom & Misc Styles 
==============================================================================*/
.section
{
    background: url(calloutboxgrad.jpg) repeat-y top center;
    padding: 10px 67px 17px 42px;
    margin-bottom: 40px;
}
.section p
{
    font-size: 11px;
}

.s-body .Normal img
{
    padding: 0 0 40px 30px;
}

/*==============================================================================
	Announcement Styles 
==============================================================================*/
.DNN_ANN_viewtypeSelector
{
    display: none;
}
.external-link
{
    background: url(external-link.png) no-repeat;
    padding-left: 15px;
}