/* CSS Document */

/* -- General ------------------------------ */

html, body {
	margin: 0px; padding: 0px;
	background-color: #ffffff;
}

html, body { margin:0;padding:0; }

.text {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
	text-align: left; padding: 2px 2px 2px 4px;
}
a {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: 500; color: #1D6486; text-decoration: none;
}

a:active {
	color:#FF6600;
}
a:hover {
	font-weight: 500;
	text-decoration: underline;
	
}

.textIndent{ margin-left:20px;}

/* -- Position ---------------------------- */

#container {
	width: 580px; 
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#collegeBanner {
	display: none;
}

#headerPrint { display:block;
}

.titleBannerforPrint {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	font-weight: bold; 
	color: #333333;
	text-align:right;
	padding: 2px;
	border-bottom: 2px solid #000000;
}

#header {
	display: none;
}

#menutop {
	display: none;
}



#colL { display: none;
		}
		
#Leftmenutable { display: none;
		}


#colR { float: none; width: 580px; margin:0; padding: 0; background-color: #ffffff;}


#space 			  { clear:both; height:6px; } /*make room for footer*/
* > html #space  { float:left; width:100%;  } /* ie mac styles */


#footer {
	margin: 0;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color: #122126; text-align: center;
	padding:0;
	background-color: #ffffff;


}

/* -- TopNav ---------------------------- */
#topmenu-nav    { display: none;}



/* ---- Side menu layout ------------------- */

#sidemenu, .mainlevel { display: none;}

/* ---- Sub-menu layout ------------------- */

#submenu { display: none;}

/* -- Rollovers Layers----------------------------- */

.rolloverLayer {
	display:none;
}

.rolloverLayerOn {
	display:none;
}


/* -- Forms ---------------------------- */

.formtable { border: 0;  margin: 0; padding: 0px 5px 0px 5px; vertical-align: middle; }

input.inputbox, textarea.inputbox {
	margin-top:0px;
	background-color: #ffffff;
	border: 1px solid #86806B;
	color: #0A223D;
}

.button {
	height:19px;
	color: #0A223D; font-weight:bold; font-size:12px;
	border: 1px solid #86806B;
	background-color: #F2F1ED;
}

/* -- Small Link ------------------------------ */
a.small {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	font-weight: normal; color: #355675;
	text-decoration: none;
}
a.small:visited {color:#000000; }
a.small:active { color: #666666; text-decoration: underline; }
a.small:hover { color: #355675; text-decoration: underline;}



