body {
    color: #505050;
    font-family: Arial, Lucida Grande, Verdana, sans-serif;
    font-size: 9pt;
    line-height: 13pt;
    margin: 4px 6px;
}

body.default {
    background-attachment: fixed;
    background-color: #F9F9F9;
    background-image: url(../images/background_steeple.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    margin: 0;
}

#everything {
    padding-bottom: 10px;
    position: relative;
}

#everything .container {
    background-color: #FFFFFF;
    border-bottom: #E0E0E0 solid 1px;
    border-left: #CCCCCC solid 1px;
    border-right: #CCCCCC solid 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1px 0px 1px;
    position: relative;
    width: 778px;
    z-index: 10;
}

#header .banner {
    text-decoration: none;
}

#header .banner img {
    border-bottom: #999999 solid 1px;
    border-top: #999999 solid 1px;
    padding: 1px 0;
}

#header .navigation {
    height: 40px;
    overflow: hidden;
}

#header .navigation a {
    border-top-style: solid;
    border-top-width: 5px;
    color: #333333;
    display: block;
    float: left;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    margin-top: 1px;
    padding-bottom: 9px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 153px;
}

#header .navigation a:hover {
    border-top-width: 8px;
    padding-top: 7px;
}

#header .navigation a.first {border-top-color: #9C5959;}
#header .navigation a.second {border-top-color: #B2AE5F;}
#header .navigation a.third {border-top-color: #677DA7;}
#header .navigation a.fourth {border-top-color: #6C9961;}
#header .navigation a.fifth {border-top-color: #8F5B5B;}
html>body #header .navigation a.third {width:154px;}

#header .navigation img.divider {
    color: #CCCCCC;
    display: block;
    float: left;
    padding: 0 1px 0 1px;
}

#header #navigationMore {
    background-image: url(../images/header_plain.jpg);
    background-repeat: no-repeat;
    height: 84px;
    position: absolute;
    top: 40px;
    width: 778px;
}

#header #navigationMore div {
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 6px 4px;
}

#header #navigationMore div a {
    color: #FFFFFF;
}

#footer {
    border-bottom: #677DA7 solid 3px;
    clear: both;
    color: #666666 !important;
    cursor: default;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 7pt;
    padding-bottom: 3px;
    padding-top: 20px;
    text-align: center;
}

#footer a {
    border-bottom: #666666 dotted 1px;
    text-decoration: none;
}

a {
    color: #666666;
}

a.nolink {
    color: inherit;
    text-decoration: none;
}

a.icon {
    background-repeat: no-repeat;
    padding: 2px 0px 3px 20px;
}

b.b {
    font-weight: bold !important;
}

img {
    border: 0;
}

img.left, img.leftpad {
    float: left;
}

img.right, img.rightpad {
    float: right;
}

img.leftpad {
    margin-right: 10px;
}

img.rightpad {
    margin-left: 10px;
}

img.bottompad {
    margin-bottom: 10px;
}

small {
    font-size: 8pt;
}

h2 {
    color: #333333;
    display: block;
    font-family: Arial Narrow, Arial, Tahoma, sans-serif;
    font-size: 15pt;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 0;
}

h4, h2 span.h4 {
    color: #666666;
    display: inline;
    font-family: Arial Narrow, Arial, Tahoma, sans-serif;
    font-weight: normal;
    margin-top: 0;
}

h3 {
    margin-bottom: 0;
    padding-top: 10px;
}

h4 {
    font-size: 12pt;
}

h2 span.h4 {
    font-size: 11pt;
}

.sleft {
    clear: left;
}

#content, div.narrow, div.wide {
    background-color: #FFFFFF;
    background-image: none;
    font-size: 9pt;
    padding-top: 19px;
}

#content img, div.narrow img, div.wide img {
    border: #CCCCCC solid 1px;
}

#content p, div.narrow p, div.wide p {
    margin-top: 0px;
    line-height: 13pt;
}

#sbox-content > div {
	padding-top: 0;
}

#sbox-content > div.wide {
    width: 100% !important;
}

#content p b, #content p strong {
    color: #222222;
    font-weight: normal;
}

#content div.narrow, #content div.wide, #content div.full {
    padding: 0 16px 5px 16px;
}

#content div.narrow, #content div.wide {
    float: left;
}

#content div.narrow {
    width: 225px;
}

html>body #content div.narrow {
    width: 226px;
}

#content div.wide {
    width: 487px;
}

#content div.bothborder, #content div.leftborder {
    border-left: #999999 solid 1px;
}

#content div.bothborder, #content div.rightborder {
    border-right: #999999 solid 1px;
}

ul.sideNav li ul {
    padding-left: 20px;
}