@charset "utf-8";
/* CSS Document */

* { 
	margin: 10px;
	padding: 10px;
	border: 0;
}

img { display: none }

body {
	font: 95% Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 0.02em;
	background: #fff;
	}
	
html, body, #wrapper {
	width: 100%;
	min-width: inherit;
}

h1 { display: none; }

#header { display: none; }

.tagline { display: none; }

.blurb { display: none; }

#wrapper {
	background: #fff;
}

#p7ABW1, .p7AB { display: none; }

#navbar { display: none; }

#content {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: none;
	border: none;
	text-align: left;
	line-height: 1.25em;
}

#content h2, #content h3, #content h4 {
	text-align: left;
	letter-spacing: 0.5px;
	margin: 0;
}

#content h2 {
	font-size: 150%;
	color: #000;
	letter-spacing: 0.5px;
	border: 0;
	margin: 0 0 0 40px;
	padding: 0;
	line-height: 1.25;
}

#content h3 {
	font: 130%;
	color: #0029A4;
	letter-spacing: 0.5px;
	padding: 10px 0 6px;
	line-height: 1.5em;
}

#content h4 {
	font-size: 110%;
	margin: 0;
	letter-spacing: 1px;
}

#content p {
	margin: 1em 0 0.5em 0;
	line-height: 1.5em;
}

#content ul {
	margin: 10px 0 0 40px;
	line-height: 1em;
}

#content img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #0040FF;
}

#content table {
	width: 100%;
	margin: 18px 0 18px 0;
}

#content table th {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
	color: #3130E3;
	vertical-align: top;
	text-align: left;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 10px 3px 10px;
	border: 1px solid #FF9900;
	background-color: #FFF7EA;
}
#content table td {
	font-size: 0.9em;
	letter-spacing: 1px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	padding: 5px 10px;
	border: 1px solid #fff;
	background-color: #BFCEFF;
}
#content table td .heading {
	font-weight: bold;
	font-size: 1.05em;
	letter-spacing: 1px;
	color: #3130E3;
	vertical-align: top;
	text-align: left;
	letter-spacing: 1px;
	margin: 15px -10px 0 -10px;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900; 
	background-color: #FFF7EA;
}

#content table p {
	padding-bottom: 6px;
	margin: 0;
}

#content #class_outline { margin: -25px 0 0 35px; padding: 0; }

#content #class_outline ul li {
	list-style-type: none;
	margin-left: -38px;
	line-height: 1.25em;
	padding: 0;
}

#content #class_outline h4 { margin-bottom: -1.5em; }

#sidebar { display: none; }

#footer { display: none; }