	body {
	background: #eae3db;
	margin: 6px 0; 
		}
	
	 p, th, td, li, dd, dl, dt {
	color: #414141; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	text-align: center;
	}

	div, img {
	border: 0;
	margin: 0;
	display: block;
	}

	p {
	margin: 0 0 1.5em;
	text-align: left;
	line-height: 1.5em;
	}

	p.hilite {
	font-size: 1.3em;
	color: #112a6a;
	clear: both;
	margin-top: 1em;
	line-height: 1.4em;
	}
	
	p.smallPrint {
	font-size: 10px;
	line-height: 1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	#mainContent p.noBottom { margin-bottom: 0; }

	em {
	color: #706e68;
	font-style: normal;
	}

	.bold {
	font-weight: bold;
	}

	sup {
	font-size: 9px;
	}
		

	/** HEADERS 
	---------------------------------------------------------- */

	h2, h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #414141;
	}
	
	h4	{
	font-weight: normal;
	font-size: 1.1em;
	margin: .8em 0 0;
	}
	
	.plain {
	font-size: 1em;
	font-weight: bold;
	color: #414141;
	}
	
	.subhead {
	display:block;
	white-space: normal;
	font-size:15px;
	font-color:#5a5a5a;
	font-family: arial;
	}


	/** LAYOUT 
	---------------------------------------------------------- */

	#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 822px;
	text-align: left;
	padding-top:9px;
	}

	#flashContent {
	clear: left;
	}
	
	#flashContent img {
	margin-left: 9px;
	}
	
	#mainContent {
	float: left;
	width: 586px;
	}

	/** margins for items inside main content */

	#mainContent h1, #mainContent h3, #mainContent h4, #mainContent p, #mainContent ul, #mainContent ol, #mainContent dl, #mainContent table {
	margin-left: 10px;
	margin-top: 8px;
	}

	#mainContent table table {
	margin: 0;
	}
	
	#mainContent table td {
	vertical-align: top;
	}

	#mainContent table p {
	margin: 0 0 1.5em;
	}

	#mainContent img.marginImg {
	margin: 10px 50px;
	}

	/** margin container */

	#mainContent #marginContainer {
	margin-left: 50px;
	margin-right: 50px;
	}

	#mainContent #marginContainer h1, #mainContent #marginContainer h2, #mainContent #marginContainer h3, #mainContent #marginContainer p, #mainContent #marginContainer ul, #mainContent #marginContainer ol, #mainContent #marginContainer table {
	margin-left: 0;
	margin-right: 0;
	}

	#sideBar {
	width: 236px;
	float: right;
	margin-bottom: 11px;
	}

	.required { color: red; }

	.blueTxt { color: #112a6a; }

	.floatLeft { display: block; float: left; }
	
	.floatRight { display: block; float: right; }

	.inline { display: inline; }
	
	.noClear { clear: none; }

	.noMargin { margin: 0; }
	

a {
	font-weight: 400;
	color: #666666;
	outline: none;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #999;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
}

p {
	margin: 5px 0;
	text-align: justify;
}