/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
body {
	background-color: #FFF;
	font-size: 80%;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bold {
	font-weight:bold;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle {
	font-weight: bold;
	font-size: 1.6em;
}
.paragraphTitle {
	font-weight: bold;
	font-size: 1.2em;
}
.ds_lists li {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ss_lists li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.cellPaddingBottom td {
	padding-bottom: 1em;
}

img {
	border: 0px;
}

/* gets rid of navigation and other items for printing */
.noPrint, #navList, .footer, #glossaryCont, .icons, .topMenu, .navButtons {
	display:none;
}

/* changes link color to black */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
/* creates a hanging indent, apply to the ul or ol tag */
.hangingIndent {
	list-style:none;
	padding: 8px 0px 0px 3.0em;
	margin: 0px;
	text-indent: -3.0em;
}

.indent {text-indent: 1em;}
.floatRight { float: right; }
.floatLeft { float: left; }

.flushRight {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: 100%;
}
.flushRight td {
	padding: 0px;
	margin: 0px;
}
.formInput {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: auto;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}

.tableBorder {
	border: 1px solid #000;
}
.tableBorder td {
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}
.tableBorder th {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #000;
}
.popupTable {
	border: 1px solid #000;
}
.popupTable td, .popupTable th {
 	border: 1px solid #000;
}

#contentTop {width: 90%; padding: 5px; text-align: left; border: 1px solid #000; }
#contentMiddle {width: 80%; padding: 5px; text-align: left; border: 1px solid #000; }
#contentBottom {width: 70%; padding: 5px; text-align: left; border: 1px solid #000; }

.quoteBox {
	border: 2px solid #000;
	padding: 5px;
}
.quoteBoxRight {
	margin-left: 10px;
	margin-bottom: 10px;
}
.quoteBoxRight td {
	border: 2px solid #000;
	padding: 5px;
}
.quoteBoxLeft {
	margin-left: 10px;
	margin-bottom: 10px;
}
.quoteBoxLeft td {
	border: 2px solid #000;
	padding: 5px;
}


/* Begin Phomenic Awareness Chart */
.arrowChart {
	margin: 10px 0px 10px 0px;
}
.arrowChart th, .arrowChart td  {
	border-bottom: 1px solid #ABC6DC;
 	border-right: 1px solid #ABC6DC;
	padding: 10px 10px 10px 17px;
	min-height: 15px;
	height: auto;
	_height: 15px;
}
.arrowChart td.noPad {
	padding: 0px;
}
.borderLeft {
	border-left: 1px solid #ABC6DC;
}
.borderTop {
	border-top: 1px solid #ABC6DC;
}
/* End Phomenic Awareness Chart */
#pageHeader a:link {
	color: #000000;
}
#pageHeader a:visited {
	color:#000000;
}
#pageHeader a:hover {
	color:#000000;
}
#pageHeader a.unitLink {
	font-weight: bold;
}
#breadcrumbs {
	padding: 0px 20px 11px 0px;
}
#sectionTitle {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
}
.unitTitle {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	/*padding: 10px 0px 10px 0px;*/
}
#pageTitle {
	font-weight: bold;
	padding: 0px 20px 8px 0px;
	font-size: 1.1em;
}

#textArea .unitOutlineTitle {
	text-indent: -3.0em;
	padding-left: 3.0em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
}
#textArea .mainPageTitle {
	padding-left: 2.0em;
}
#textArea .subPageTitle {
	padding-left: 4.2em;
}
#textArea .subPageUL {
	padding-left: 3.0em;
	margin-left: 3.0em;
	font-weight: bold;
}
#textArea .subPageUL ul {
	padding-left: 1.2em;
	margin-left: 0px;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font-weight: normal;
}
#reflectionsHeading {
	font-family:  "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
}
.blackPrintBrd {
	border: 1px solid #000;
	width: 80%;
	padding: 5px;
}
.profile {
	margin: 1em;
}
.reflectionsBox {
	border: 2px solid #000;
	padding: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.number{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:4.5em;
	line-height:43px;
	text-align:right;
}