@charset "UTF-8";
/* Only for Academics section*/



		  .content a:link, .content a:visited{
			  color: #19448e;
			  text-decoration: none;
			  font-weight: bold;
		  }
		  .content a:hover{
			  color: #19448e;
			  text-decoration: underline;
			  font-weight: bold;
			  
		  }


/* headerimages - contains images, text & flash */ 
			#headerimages{
				float: right;
				width: 746px; 
				height: 232px;
				margin: 0;
				padding: 0;
				border: solid #CCCCCC 0px;
background-image: url(/template_files/headerbg_currentstu.gif);

			}
			#headerimages #images{
				float: right;
				width: 522px; 
				height: 161px;
				border: solid #CCCCCC 0px;
				padding: 56px 20px 0 0;
				margin: 0;
			}
			#headerimages #headercontent{
				float: left;
				width: 165px;
				height: 145px;
				font-size: 22px;
				color: #333333;
				font-style: italic;
				font-weight: normal;
				line-height:160%;
				border: solid #CCCCCC 0px;
				padding: 65px 0 0 30px;
				margin: 0;
			}


/* right column - contains images, text */ 
			#rightcolumn{
				float: right;
				border: solid #000000 0px;
				margin: 0;
				background-color: #f0f0f0;
				padding: 12px;
				color: #000000;
				width: 156px;
				font-size: 12px;
				line-height: 125%;
				font-weight: normal;
				min-height: 450px;	
			}
			#rightcolumn a:link, #rightcolumn a:visited{
				font-weight: normal;
				text-decoration: underline;
				color: #b29200;
			
			}
			#rightcolumn a:hover{
				font-weight: normal;
				text-decoration: none;
				color: #b29200;
			
			}


/* main content column */ 
			#middlecolumn {
				float: left;
				padding: 5px 12px 0 0;
				margin: 0;
				width: 548px;
				background-color: #FFFFFF;
				border: solid #FF0000 0px;
			}
			#middlecolumn .header {
				font-size: 16px;
				font-weight: bold;
				color: #003082;
			}
			#middlecolumn  a.white:link,  a.white:visited{
				font-weight: bold;
				text-decoration: none;
				color: #FFFFFF;
			}
			#middlecolumn  a.white:hover{
				font-weight: bold;
				text-decoration: underline;
				color: #FFFFFF;
			}
	

