@charset "utf-8";
/* CSS Document */

/* -- General ------------------------------ */

html, body {
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

/*a {font-size:12px; text-decoration:underline; color:#617492;}*/



/* -- shell ------------------------------ */

#headerPrint{

	display:block;

}

#headerPrint img{

	padding: 0;
	border:0;

}

#headerPrint table{

		border-bottom: 2px solid #000000;

}


.titleBannerforPrint {

	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: bold; 
	color: #000000;
	text-align:right;
	padding: 5px;

}

#container {display: block;}

#collegeBanner {display: none;}

#margincontainer { display: block; }

#topBanner {display: none;}

#breadcrumb{
	color: #000000; 
	font-size:10px; 
	text-align:left; 
	padding: 5px 0px;  margin:0;
}

#search {
display: none;
}

#leftCol{
	display: none;
}

#col1{
	display: none;
}

#col2{
	border:0; margin:0; font-size:12px; padding:0 3px; float:left;  
}


#col3{
	display: none;
}

#rightCol
{
	display: none;
}


#footer {
	display: none;
}

#footerPrint table{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: normal; 
	color: #000000;
	text-align:center;
	padding: 5px; display:block;
}

#spacePrint{clear:both; float: left;  width:100%; height:3px;}

#space {clear:both; float: left;  width:100%; height:3px; position:relative; background: url(../images/spaceBg.png) repeat-y center;}

.formtable { border: 0;  margin: 0; padding: 0px 5px 0px 5px;}

input.inputbox, textarea.inputbox {
	margin-top:0px; margin-bottom:5px;
	background-color:#ffffff;
	border: 1px solid #333333;
	color: #000000;
}

.button {
	height:19px;
	color:#000330; font-weight:500; font-size:12px; font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333333;
	background-color: #ffffff;
	margin-bottom:5px;
}

img {text-align:center;}


