/* CSS Document */

/* rightbar_1, rightbar_2, leftbar_1, leftbar_2 styles combined. Note: If you want to style the sidebars differently, comment this out and use the individual div styles below. See "Sidebar styles by div" below.*/

#rightbar_1 h3, #rightbar_2 h4, #leftbar_1 h5, #leftbar_2 h6 {
	font-size: 80%;
	color: #FFFFFF;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}
#rightbar_1 p, #rightbar_2 p, #leftbar_1 p, #leftbar_2 p {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:#FFFFFF;
	margin: 5px 5px 10px 5px;
	}
	
/*start main content area. ------------------------------------------------------------*/

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color:#333333;
	line-height: 140%;
	

	}
	
#content h1 {
	font-size: 25px;
	color: #000;
	font-weight:normal;
	border-bottom:1px solid yellow;
	}
	
#content h2 {
	font-size: 90%;
	color: #00529B;
	font-weight:600;
	}

#content em{
	color:#00529B;
	font-weight: 550;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;

}	
	
#content h4 {
	font-size: 90%;
	color: #00529B;
	font-weight:bolder;
	}
	
	
#important{
background-color:#BBBAD1;
}	
/*miscellaneous classes. ------------------------------------------------------------*/
.centeredtext { text-align: center;
}
/*centers text */

.alert {
	color: #C00;
	font-weight:bolder;
	}
	
.highlight {
	color:#003366;
	background-color:#e0dbc9;
	}
	
#studentaffirs a:link,
#studentaffirs a:visited{
	
	font-size:11px; padding-left:10px; color:#999999;
}

#studentaffirs a:hover{
	color:#FFF;
}

/*Sidebar styles by div. */
/*Note: If these styles are not used, remove from file to make CSS file size smaller. 
/*rightbar_1 styles  --------------------------------------------------------------
#rightbar_1 h3 {
	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}
	
#rightbar_1 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
	
/*rightbar_2 styles  --------------------------------------------------------------
#rightbar_2 h4 {
	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}
	
#rightbar_2 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
	
/*leftbar_1 styles  ---------------------------------------------------------------------
#leftbar_1 h5 {
	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}

#leftbar_1 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
	
/*leftbar_2 styles  --------------------------------------------------------------
#leftbar_2 h6 {
	font-size: 85%;
	color: #036;
	font-weight:bolder;
	margin: 8px 5px 0 5px;
	}

#leftbar_2 p {
	color:#000;
	font-size: 85%;
	margin: 0 5px 10px 5px;
	}
*/

