
body {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 500;
	background-color:#414142;
}
html { background-color:#414142; }
A {
    color: inherit;
    text-decoration: none;
}
A:hover {
    text-decoration: underline;
}

H1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #f47735;
}

H3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: black;
}

H2 {
    font-weight: 800;
}

em {
    font-style: italic;
}

strong {
    font-weight: 800;
    color: black;
}

P {
    margin: 0 0 15px 0;
}
P.heavyPad {
    margin: 0 0 15px 0;
}
P.noPad {
    margin: 0;
}
P.seperator {
    padding: 0 0 9px 0;
    margin: 0 0 9px 0;
    border: solid 1px white;
    border-width: 0 0 1px 0;
}
#header {
    width: 100%;
    height: 94px;
    margin: 17px 0 0 0;
}

    #headerNav {
        height: 25px;
        font-size: 11px;
        float: right;
    }
        #headerNav UL {
            list-style-type: none;
        }
            #headerNav LI {
                float: left;
                text-align: center;
                border: 1px solid #c8c7c7;
                border-width: 0 1px 0 0;
            }
            #headerNav LI.last {
                border-width: 0;
            }
	#headerSocialIcons {
		float:right;
		margin:5px 20px 0 0;
		text-align:right;
	}
		.headerIconSpace {
			margin-right:5px;	
		}
#contentRight .headerBlock {
    height: 310px;
    margin: 0 0 0 0;
    background-color: #a9a8a8;
}

#outer {
    width: 942px;
   	padding:0 20px 0 20px;
    margin: 0 auto;
    overflow:hidden;
	background-color:#FFFFFF;
	border-top:1px solid #FFF;
}

#contentLeft {
    width: 730px;
    float: left; 
	background-color:#ffffff;
}
#contentLeftAlt {
    width: 730px;
	float:left;
	
}
    #upper {
        height: 310px;
        width: 100%;
    }

#contentRight {
    width: 212px;
    float: right;
    background-color: #f5f5e3;
}

    #contentRight .nav, #contentRightAlt .nav {
        border: solid 1px #9a9999;
        border-width: 0 0 0 1px;
    }

    #contentRight .caption,  #contentRight .caption2, #contentRightAlt .caption, #contentRightAlt .caption2 {
        margin: 28px 20px 20px 20px;
    }
	#contentRight .caption .highlight h3, #contentRight .caption2 .highlight h3, #contentRightAlt .caption .highlight h3,, #contentRightAlt .caption2 .highlight h3 {
        font-size:12px;
    }
    #contentRight .caption .highlight, #contentRight .caption2 .highlight, #contentRightAlt .caption .highlight, #contentRightAlt .caption2 .highlight {
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
    }
    #contentRight .caption P, #contentRight .caption2 P, #contentRightAlt .caption P, #contentRightAlt .caption2 P {
        line-height: 20px;
        font-weight: 700;
    }
    #contentRight .caption .byLine, #contentRight .caption2 .byLine, #contentRightAlt .caption .byLine, #contentRightAlt .caption2 .byLine {
        font-size: 10px;
        line-height: 15px;
    }

.nav {
    width: 100%;
    height: 33px;
    background-color: #c2c2c2;
    color: white;
}
    .nav UL#navList {
        list-style-type: none;
    }
        .nav UL#navList LI,
        .navList {
            font-weight: 600;
            text-align: center;
            display: block;
            float: left;
        }
        .nav UL#navList LI A {
            text-align: center;
            display: block;
        }

#contentRight, #contentLeft {
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}

#subNav {
    width: 180px;
    margin: 30px 0 0 5px;
    float: left;
}
    #subNav UL {
        list-style-type: none;
    }
        #subNav LI {
            display: block;
            margin: 0 0 15px 0;
            font-weight: 600;
			width:140px;
        }
            #subNav LI A {
                color: #f47735;
                display: block;
            }
            #subNav LI A:hover {
                color: black !important;
                text-decoration: none;
            }

            #subNav UL.sub {
                margin: 7px 0 0 5px;
            }
            #subNav .sub LI {
                font-size: 11px !important;
                margin: 0 0 10px 0;
                display: none;
            }

#bodyContent {
    width: 500px;
    margin: 30px 0 0 0;
    float: left;
}
    #bodyContent P {
        line-height: 20px;
    }
    #bodyContent P strong {
        margin: 0 0 5px 0;
    }

    #bodyContent .bodyContentList LI {
        line-height: 25px;        
    }

    #bodyContent h2 {
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 15px 0;
    }

    #bodyContent h3 {
        font-size: 12px;
        line-height: 20px;
    }

#footer {
    font-size: 11px;
    width: 962px;
    height: 42px;
    margin: 0 auto 0 auto;
    line-height: 42px;
    background-color: white;
	padding:0 0 0 20px;
}
#footerAlt {
    font-size: 11px;
    width: 942px;
    height: 42px;
    margin: 10px auto 0 auto;
    line-height: 42px;
    background-color: white;
}
    #footer .left, #footerAlt .left {
        width: 707px;
        margin: 0 23px 0 0;
        border: solid 1px #c8c7c7;
        border-width: 1px 0 0 0;
        float: left;
        font-weight: 600;
    }
    #footer .right, #footerAlt .right {
        width: 212px;
        float: left;
        
    }

.block {
    color: white;
}
    .blockInner {
        padding: 20px;
    }

.blockLeft {
    float: left;
}
.blockRight {
    float: right;
}

.clear {
    clear: both;
}

.highlight, strong.highlight {
    color: #f47735 !important;
}

.highlight2 {
    font-size: 14px;
	line-height: 20px;
	color: #f47735; !important;
}

.greenLink {
    color: #788d19;
	/*  color: #5d7d32; */
}
.greenLinkBold {
    color: #788d19;
	font-weight:bold;
}
.preload
{
	display:none;	
}

.listNormal, .listHeavyPad
{
	list-style:none;
}
.listNormal li
{
	background:url(../images/list1.gif) no-repeat 0 7px;
	line-height:16px;
	margin: 0px;
	padding:3px 0 3px 18px;
}
.listHeavyPad li
{
	background:url(../images/list1.gif) no-repeat 0 7px;
	line-height:16px;
	margin: 0px;
	padding:3px 0 18px 18px;
}
.olistNormal, .olistHeavyPad
{
	margin-left:19px;
}
.olistNormal li
{
	line-height:16px;
	margin: 0px;
	padding:3px 0 3px 0px;
	list-style-type:decimal;
}	

