@charset "utf-8";
/* CSS Document */
#wrapper, #dol-bar-content, #bls-banner, #main-nav-container, #footer-links-wrapper {
	/*width: 74em;*/
	/* IE6 does not have max with.
	If the body is greater than 1000px, set it to 74em, else set it to auto. */
	width: expression(document.body.clientWidth > 1000? "74em": "auto" );
}




#content {
	width: 59.5em;
	float: right;
	margin: 0;
	}
#content-auto-width {
	margin: 0 1em 0 14em;
	}
#main-content {
	zoom: 1;
	width: 43em;
	}
#secondary-content {
	width: 15em;
	float: right;
	}
#secondary-nav {
	width: 11em;
	float: left;
	margin: 14px 0 0 7px;
	padding: 0;
	}
div.secondary-nav ul {
	margin: 0;
	padding: 0;
	width: 13em;
	}
div.secondary-nav li a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	width: 13.25em;
	color: #333;
	text-transform: capitalize;
	}
#bls-banner-title {
	margin-left: 4px;
	}
#bls-banner-latest {
	margin-right: 4px;
	}
table.regular {
	width : 96%;
	}
.main-content .homepage-heading-table {
	width : 96%
	}
.nr-entry {
	width: 40.8em;
	}
#left-side-content {width: 49em;}


