@charset "utf-8";


/* CONTENT */

.navLeft {
	position: absolute;
	}

#content {
	float: left;
	width: 425px;
	margin-right: 17px;
	padding: 173px 0 20px 0;
	/* setup for backgrounds to be applied on a per-page basis */
	background: top center no-repeat;
	font-size: 1.2em;
	line-height: 1.5em;
	}

/* Classes for text tools */

.smallFont #content {
	font-size: 1.1em;
	}

.largeFont #content {
	font-size: 1.6em;
	}

.justifyAlign #content {
	text-align: justify;
	}

.navLeft #content {
	margin-right: 0;
	}

#content div {
	padding: 20px 20px 20px 20px;
	background-color: #eceff0;
	}

/* need id for specificity to override id rules above */
#main .noTopImg {
	padding-top: 0;
	}

#content h6 {
	margin: 2em 0 0 0;
	font-size: 0.8em;
	font-weight: normal;
	}


