#outercontainer {
	width: 100%;
}

/* header bar */
.header, .headersearch, .navdiv {
	display: none;
}
.ncdoj-seal {
	display: block;
	margin: 0 0 0 0;
}

/* inner content divs */
.three-col-middle, .two-col-left, .two-col-right, .content-outer-1col {
	margin: 0;
	padding:0 0 20px 0;
	line-height:1.5em;
	font-size:1.2em;
}

.three-col-middle  {
	width: 700px;
}
body > .three-col-middle {
	width: 100%;
}

/* hidden inner content pieces */
.gradient-under-nav, .clearfix, .left-nav, .col-right, .breadcrumbs {
	display: none;
}

/* FOOTER */
.footer ul {
	display: none;
}
.footer-contact {
	float: left;
	text-align: left;
	color:#002453;
	font-size:1.1em;
	margin: 0;
	padding: 0;
}

/* HEADING STYLES */
h1 {
	font-size: 1.8em;
	line-height:1.2em;
	font-weight:bold;
	color:#991727;
	margin:5px 0 5px 0;
	padding:0;
	text-transform:uppercase;
}
h2 {
 	font-size: 1.4em;
	font-weight:bold;
	color:#16668E;
	margin:0 0 5px 0;
	padding:0;
}
h2.feature {
	font-weight:bold;
	color:#991727;
	line-height:normal;
	margin:0;
	padding:0;
}
h3 {
	font-size: 1.2em;
	font-weight:normal;
	color:#16668E;
	margin:0 0 5px 0;
	padding:0;
}
h3.feature {
	font-weight:bold;
	font-size: 1.2em;
	color:#666666;
	line-height:16px;
	margin:3px 0 0 0;
	padding:0;
}
h4 {
	font-size: 1.1em;
	font-weight:bold;
	color:#fff;
	margin:0 0 5px 0;
	padding:0;
}

/* homepage specific */
.feature-bottom-bar, .feature-img-right, .thumbs-and-text, .right-img-caption {
	display: none;
}