html, body {
	background: #E1423D;
	background: url(../images/background.gif);
	font: 1em/1.25 verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
img {
	border: none;
}
.mainTable {
	width: 764px;
	margin: 0;
	padding: 0;
}
/****************/
/* Page Headers */
/****************/
	.top {
		width: 644px;
		height: 4px;
	}
	.topInside {
		width: 600px;
		height: 4px;
	}
	.globalTop {
		width: 507px;
		height: 14px;
	}
	.globalTopInside {
		width: 457px;
		height: 14px;
	}
	.frontLine {
		background: #000;
		width: 644px;
		height: 7px;
	}
	.insideLine {
		background: #000;
		width: 600px;
		height: 7px;
	}
	.globalBack {
		background: #000;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		width: 143px;
		height: 14px;
		padding-right: 10px;
	}
	.globalBack a:link, .footer a:link,
   .globalBack a:visited, .footer a:visited,
   .globalBack a:active, .footer a:active {
		font-size: 10px;
		color: #fff;
		text-decoration: none;
	}
	.globalBack a:hover, .footer a:hover {
		font-size: 10px;
		color: #4E6BAF;
		text-decoration: none;
	}
	.whiteBack {
		background: #fff;
	}
	.whiteSpacer {
		background: #fff;
		height: 28px;
	}
	.navBar {
		background: #000;
		height: 16px;
	}
/************/
/* Left Nav */
/************/
	.leftNavBar {
		font-size: 10px;
		background: #fee;
	}
/***************/
/* Body Content*/
/***************/	
	.frontBody {
   	background-color: #39579E;
		color: #fff;
		height: 237px;
	}
	.frontBodyContent {
		width: 390px;
		padding-top: 5px;
		font-size: 12px;
	}
	.bodyContent {
		background: #fff;
		margin: 0;
		padding: 0 15px 15px 15px;
		font-size: x-small;
	}
	.bodyContent a:link, .leftNavBar a:link,
   .bodyContent a:visited, .leftNavBar a:visited {
		color: #4E6BAF;
		font-weight: bold;
		text-decoration: none;
	}
	.bodyContent a:active, .leftNavBar a:active {
		color: #E1423D;
		font-weight: bold;
		text-decoration: none;
	}
	.bodyContent a:hover, .leftNavBar a:hover {
		color: #E1423D;
		font-weight: bold;
		text-decoration: underline;
	}
	.pageTitle {
		font-variant: small-caps;
		font-size: larger;
		color: #000;
	}
	.glossaryTerm {
		position: relative;
	}
	.glossaryDefinition {
		padding-left: 25px;
	}
	.backToTop {
		position: absolute;
		right: 15px;
		text-align: right;
		font-weight: bold;
	}
/*******************/
/* Misc Formatting */
/*******************/
	.red {
		color: #900;
	}
	.redBack {
		background: #fee;
	}
	.quote {
		margin: 0 50px;
	}
	.citedSource {
		margin: 0 125px;
	}
	.selections {
		color: #900;
	}
	.score {
		font-size: 1.5em;
		font-weight: bold;
		font-variant: small-caps;
		color: #fff;
		border: 1px #000 solid;
		background: url(../images/background2.gif);
		padding: 10px;
		margin: 10px 100px;
	}
	.hoursBox {
		font-size: 10px;
		width: 275px;
		border: 1px #000 solid;
		background: #fee;
		line-height: 1.5;
		margin: 10px;
	}
	#codeBox {
		border: 1px #000 solid;
		background: #fee;
	}
	.codeBoxTitle {
		border-bottom: 1px #000 solid;
		background: #edd;
		padding: 1px 2px;
	}
	#codeBox td {
		padding: 1px 3px;
	}
/***************/
/* Page Footer */
/***************/
	.bottom {
		background: #000;
		height: 7px;
	}
	.frontIcons {
		height: 114px;
	}
	.frontBlankRow {
		height: 40px;
	}
	.footer {
		font-size: 10px;
		color: #000;
	}
