/* ***********************************************************************
 * Formatting
 * *********************************************************************** */

* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.Sidebar {
	color: #3177B3;
	font-size: 12px;
}


BODY {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

TABLE, IMG {
    border: 0;
}

H1 {
	font-size: 15px;
	font-weight: bold;
	color: #C30;
}

H2 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

A:link, A:visited, A:active {
    color: #14508D;
    text-decoration: none;
}

A:hover {
	text-decoration: underline;
	color: #006;
	font-weight: normal;
}

DIV.reset {
    clear: both;
    font-size: 0;
}

DIV.rule {
    background-color: #D1D1D1;
    font-size: 0;
}

IMG.emailAddress:hover {
    border-bottom: 1px solid #14508D;
}

IMG.emailAddress {
    border-bottom: 1px solid white;
}

DIV#bodyWrapper {
    background-image: url("/images/background.gif");
    background-repeat: no-repeat;
    background-position: center top;
}

IMG#logo {
    border-left: 1px solid white;
}

DIV#topNav {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    text-align: center;
}

DIV#topNav A {
    font-size: 10px;
    color: #0B1560;
    font-weight: bold;
    text-decoration: none;
}

DIV#topNav A:hover,
DIV#topNav A.active {
    background-color: #DB0029;
    color: white !important;
}

DIV.topNavMenu {
    background-color: white;
    -moz-opacity: 0.95;
    opacity: .95;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    font-size: 10px;
}

DIV.topNavMenu UL {
    list-style-type: none;
    line-height: 14px;
}

DIV.topNavMenu LI A {
    color: #0B1560;
}

DIV.topNavMenu LI A:hover {
    background-color: #C9DDEE;
    color: #DB0029;
    text-decoration: none;
}

DIV#leftColumn {
    font-size: 10px;
    line-height: 15px;
}

DIV#leftColumn .subNav,
DIV#leftColumn .thirdLevelNav {
    font-size: 9px;
}

DIV#leftColumn H2 {
    color: #DB0029;
    text-transform: uppercase;
    font-size: 10px;
}

DIV#leftColumn A {
    color: #4C4C4C;
    text-decoration: none;
}

DIV#leftColumn A:hover,
DIV#leftColumn .subNav A:hover,
DIV#leftColumn .thirdLevelNav A:hover,
DIV#leftColumn A.active {
    color: #14508D !important;
}

DIV#leftColumn .subNav A,
DIV#leftColumn .thirdLevelNav A {
    color: #808284;
}

DIV#content {
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    line-height: 17px;
}

DIV#content H1 {
    color: #DB0029;
    font-size: 13px;
	font-weight:bold
    letter-spacing: 2px;
    text-transform: uppercase;

}

DIV#content H2 {
    color: #DB0029;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

DIV#content H3 {
	color: #F00;
	font-size: 11px;
	text-transform: uppercase;
}

DIV#content H4 {
    color: #14508D;
    font-size: 11px;
}

DIV#content .subheading {
    color: #14508D;
    font-weight: bold;
    font-style: italic;
}

DIV#content DIV.companyInfo {
    background-color: #E7EFF7;
    font-size: 10px;
}

DIV#content DIV.companyInfo UL LI.relevant {
    color: #DB0029;
}

DIV#rightColumn {
    font-size: 10px;
    line-height: 15px;
}

DIV#rightColumn H2 {
    color: #3379B7;
    font-size: 10px;
    text-transform: uppercase;
}

DIV#rightColumn H3 {
    color: #DB0029;
    font-size: 10px;
}

DIV#footer {
    background-image: url("/images/background-footer.jpg");
    background-repeat: repeat-y;
    background-position: top left;
    color: #E6E7E8;
    font-size: 9px;
}

DIV#footer A {
    font-size: 10px;
    color: white;
    text-decoration: none;
}

DIV#footer A:hover,
DIV#footer A.active {
    color: #D1D1D1 !important;
}


/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS, HR {
	margin-bottom: 0px;
}

H1 {
    margin-top: 10px;
}

LABEL,
UL.spaced LI {
    margin-bottom: 10px;
}

HR {
    display: none;
}

DIV.rule {
    clear: both;
    height: 1px;
    margin-bottom: 10px;
}

.ie6floatfix {
    display: inline;
}

IMG.emailAddress {
    vertical-align: middle;
}

DIV#bodyWrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

DIV#masthead {
    position: relative;
    width: 960px;
    height: 123px;
}

IMG#logo {
    margin-left: 45px;
    padding-top: 17px;
    padding-right: 25px;
}

DIV#tagline {
    width: 761px;
    height: 77px;
    text-align: right;
}

DIV#topNav {
    width: 761px;
    height: 28px;
}

DIV#topNav A {
    display: block;
    width: 152px;
    height: 28px;
    line-height: 28px;
}

DIV.topNavMenu {
    visibility: hidden;
    position: absolute;
    top: 107px;
    width: 150px;
}

DIV.topNavMenu UL,
DIV.topNavMenu LI {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

DIV.topNavMenu LI A {
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    padding-bottom: 4px;
    margin-bottom: 0 !important;
}

DIV#contentWrapper {
    width: 960px;
}

DIV#leftColumn {
    width: 197px;
}

DIV#leftColumn H2 {
    margin-top: 28px;
    margin-bottom: 10px;
}

DIV#leftColumn H2,
DIV#leftColumn P {
    margin-left: 37px;
}

DIV#leftColumn P {
    margin-top: 10px;
    margin-bottom: 0;
}

DIV#leftColumn .subNav {
    margin-top: 0;
    margin-left: 48px;
}

DIV#leftColumn .thirdLevelNav {
    margin-top: 0;
    margin-left: 59px;
}

DIV#leftColumn .thirdLevelNav A {
    display: block;
}

DIV#rightColumn {
    width: 204px;
}

DIV#content {
    width: 557px;
    min-height: 530px;
    padding-bottom: 10px;
}

DIV#content H1,
DIV#content H2,
DIV#content H3,
DIV#content H4,
DIV#content P,
DIV#content DIV.rule {
	margin-left: 14px;
	margin-right: 14px;
	line-height: 1.3;
	margin-top: 7px;
	font-size: 12px;
	color: #333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

DIV#content UL {
	margin-left: 29px;
	color: #333;
}

DIV#content OL {
    margin-left: 35px;
}

DIV#content LI {
	margin-right: 14px;
	line-height: 1.5em;
}

DIV#content DIV.companyInfo {
    padding-top: 16px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    line-height: 14px;
}

DIV#content DIV.companyInfo P {
    margin-bottom: 10px;
}

DIV#content DIV.companyInfo UL LI {
    margin-bottom: 8px;
}

DIV#rightColumn H2,
DIV#rightColumn H3 {
    margin-top: 28px;
    margin-bottom: 10px;
}

DIV#rightColumn H2 {
    margin-left: 16px;
}

DIV#rightColumn H3,
DIV#rightColumn P {
    margin-left: 16px;
    margin-right: 10px;
}

DIV#footer {
    width: 960px;
}

DIV#footer DIV {
    width: 760px;
}

DIV#footer A {
    display: block;
    width: 144px;
    line-height: 21px;
    margin-top: 9px;
}
#bodyWrapper #contentWrapper #content .companyInfo div ul {
	color: #333;
}
#bodyWrapper #contentWrapper #content .companyInfo div ul li {
	font-size: 12px;
}
#bodyWrapper #contentWrapper #content .companyInfo div ul {
	font-size: 12px;
}
#logofooter {
}
#bodyWrapper #contentWrapper #content #logofooter {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	padding-top: 30px;
	clear: none;
	float: right;
	width: auto;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	margin-right: 100px;
	border-left-width: thin;
}
#bodyWrapper #contentWrapper #content #disForm #bullets {
	clear: none;
	float: left;
	width: 300px;
	margin-right: 60px;
}
#bodyWrapper #contentWrapper #content #logofootercenter {
	padding-top: 15px;
}

