.normalText {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 10px 20px 10px 20px;
}


.float-right-wrap {
	float: right;
	position: right;
	padding: 0px 10px 0px 0px;
	width: auto;
	margin: 0 0 0px 10px;
}

.sidenavBorderBlue {
	border-right: 1px solid #A8BECF;
}

.sidenavBorderYellow {
	border-right: 1px solid #EBC072;
}

/* START css for "PAYING FOR COLLEGE" section */

   /* Margins for main content */
.contentMargins {
	display: block;
	margin: 10px 15px 10px 15px;
	text-align: left;
}

   /* H1 style */
.headertext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 	font-size: 1.1em; 
	font-weight: bold;
 	color: #336699;
}

   /* H2 style */
.blueText {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}

   /* regular body text style */
.bodytext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	color: #000000;
}

   /* regular body text style - not justify */
.bodytext2 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	color: #000000;
}

   /* used to remove list item bullets */
.indent {
	list-style: url(none) none inside;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.boldRed {
	font-weight: bold;
		color: #660000;
}

   /* Light blue italic text */

.highlights {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #003366;    
	background-color: #FFFFFF;
}
/* END css for "PAYING FOR COLLEGE" section */
.leftBorderYellow {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBC072;
}

/*list formatting for Placement Testing */

.list-space {
	list-style-position: outside;
	list-style-type: decimal;
	height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 3em;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
/*END list formatting for Placement Testing */

	/* upper and lower blue horizontal rule line for International Students formatting*/

.highlight-box {
	border-top: 1px solid #6699FF;
	border-right: none;
	border-bottom: 1px solid #6699CC;
	border-left: none;
}
	/* end formatting for International Students formatting*/
.note-text {
	font: italic 1.1em Verdana, Arial, Helvetica, sans-serif;
	bottom: 1.5em;
	color: #993333;
}
.faq-highlight {
	font: italic .8em Verdana, Arial, Helvetica, sans-serif;
	bottom: 1.5em;
	color: #993333;
}

