/*General styles */
body	{
	margin-top: 35px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color:	#000;
	background : #fff; 
	}
div, p, th, td, li, dd, dl, dt    {
    font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
    }
h1	{
	font-size:	26px;
	}
	
h2	{
	font-size:	24px;
	}
	
h3	{
	font-size:	20px;
	}
	
h4 {
	font-size:	18px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	}
h1, h2, h3, h4, h5, h6	{
	font-family: arial, helvetica, sans-serif;
	}
/* Link styles */
a	{
	text-decoration: none;
	color: #142D90;
	}
a:visited	{
	}
a:hover	{
	text-decoration: underline;
	}
a.white {
	color: #fff;
	text-decoration: underline;
	}
a.white:hover {
	color: #fff;
	text-decoration: none;
	}
a.bannerWhite {
	color: #fff;
	text-decoration: none;
	}
a.bannerWhite:hover {
	text-decoration: underline;
	}
a.black {
	color: #000;
	}
/* Table cell border and background color styles */
td.tagline {
	background: #17467F;
	color: #fff;
	}
td.highlight {
	background: #E2BB13;
	}
td.highlightCenter {
	background: #E2BB13;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
td.sectionHeadLeft {
	}
td.sectionHeadCenter {
	}
td.sectionHeadRight {
	}
td.successHead {
	}
td.successText {
	}
td.sectionTextLeft {
	}
td.sectionTextCenter {
	}
td.sectionTextRight {
	}
td.icappStudent {
	}
td.contentLeft {
		display: none;
	}
td.contentCenter {
	}
td.contentRight {
	display: none;
	}
td.contentBottom {
	display: none;
	}
td.spotlightHead {
	}
/* Text styles */
.small {
	display: none;
	}
.smallWhite {
	font-size: 11px;
	color: #fff;
	}
.xlarge { 
	font-size: 20px;
	}
.footer { 
	font-size: 11px;
	}
.breadcrumb {
	display: none;
	}
.sup {
	font-size: 15px;
	}
.icappText {
	font-family: Times New Roman, Times, serif;
	font-size: 25px;
	}
.secHeadText {
	font-size: 18px;
	}
/* Misc. */
.outline {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 550px;
	}
.banner {
	display: none;
	}
.highlightLink {
	background: #f2e86d;
	border-bottom: 1px solid #000;
	}
.highlightLinkCenter {
	background: #f2e86d;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
.hpPadding {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	}
.successPadding {
	padding-left: 5px;
	padding-right: 5px;
	}
.studentText {
	padding-left: 5px;
	}
.linkPadding {
	padding-right: 5px;
	}
.content {
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	}
img.alignLeft {
	margin-right: 1.5em;
	margin-bottom: .5em;
	}
.textHighlight {
	color: #858585;
	}
	
.noPrint{
	display: none;
}
.noPrint1{
	display: none;
}