/* CSS Document */



/* -- General ------------------------------ */



html, body {

	margin: 0px; padding: 0px;

	background: #ffffff url(../images/background.gif) repeat;

}



html, body { height:100%; } 



html, body { margin:0;padding:0; }



.textIndent{ margin-left:20px;}



/* -- Position ---------------------------- */



#container		  { min-height:100%; height:auto;}

* html #container { height:100%; }



#container {

	width: 778px; 

	margin: 0 auto -35px auto;

	padding: 0;

	background: #ffffff url(../images/mainBack.gif) repeat-y;

}

#collegeBanner {

	margin: 0 auto;

	height: 39px; width: 778px;

	background-color: #333333 ;

	text-align: right;

}

#header {

	margin: 0 auto;

	height: 90px; width: 778px;

	background-color: #FFFFFF;

	text-align: right;

}

#headerPrint { display:none;

}



#menutop {

	margin: 0; padding:0;

	float: right;

	height: 26px; width: 777px;

	background:#ffffff url(../images/topNav.gif) no-repeat bottom left; 

	border-right: 1px solid #000033;

}



#colL { height: auto; width: 171px; float: left; }

		

#colL table { height: auto; margin-bottom: 0px;}





#colR { height: auto; width: 590px; float: left; padding:5px; background-color:#ffffff;}



#content { height: auto; width: 100%; float: left; background-color:#ffffff;}





#space 			  { clear:both; height:35px; } /*needed to make room for footer*/

* > html #space  { float:left; width:100%;  } /* ie mac styles */



#liftText {	

    position:absolute;

	text-align:right;

	/*use the "right" property on a full width page*/

	/*right:193px;*/

	/*use the "width" property on a template page*/

    /*these are new*/ width:50px;

    /*these are new*/ top:-200px;

	border:0px;

	margin:0px;

	padding:0px;

}

   

#liftText a{

   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; font-weight: 500; text-decoration: none;

   border: 0px; margin: 0px; padding: 0px;

}



#liftText a:hover{

   text-decoration: underline; color: #ffffff; font-weight: 500;

}



#footer {

	display: block; margin: 0 auto; 

	width:778px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px; font-weight: normal;

	color:#113448; text-align: center;

	padding: 5px 0 5px 0; 

	border-top:1px solid  #113448;

	background:#ffffff url(../images/footerBack.gif) repeat;





}



/* -- TopNav ---------------------------- */

#topmenu-nav    { position: relative; list-style: none; display: block; width: 600;}



#topmenu-nav    { border: 0;  margin-top: 2px; text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; float:right;}



#topmenu-nav td { border-left: 1px solid  #113448;  padding: 0px 5px 0px 5px;}



#topmenu-nav a{  text-align: center; color:  #113448; text-decoration: none;}

#topmenu-nav a:hover  {  text-decoration: underline; }





.borderTable{ margin-top:1px; border-bottom: 1px solid #666666;

}



.mainMenu{ margin:0; margin-top: 1px; border: 0; float: right;

}



select {

	margin: 0; border: 1px solid #F2F5F8; font-weight: 500; color:  #113448; 

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px; padding:0; }



/* ---- Side menu layout ------------------- */



#sidemenu, .mainlevel { 

	font-family: Verdana, Helvetica, sans-serif;

	width:171px; 

	margin: 0; 

	padding: 0; 

	border: 0; 

}



#sidemenu .OnState {

	font-family: Verdana, Helvetica, sans-serif;

	font-weight:600; 

	font-size:10px;

	height: 23px;

	padding: 0px 0px 0px 10px;

	color: #003366;

	text-decoration: none;

	background: url(../images/btnLeftOn.gif) no-repeat;

}



#sidemenu a { 

	font-family: Verdana, Helvetica, sans-serif;

	font-weight:600; 

	font-size:10px;

	height: 17px;	

	padding: 4px 0px 2px 10px;

	color: #ffffff;

	text-decoration: none;

	background: url(../images/btnLeft.gif) no-repeat;

}



#sidemenu a:hover { background: url(../images/btnLeftOn.gif) no-repeat;  color: #003366; text-decoration: none; }

#sidemenu a:active { background: url(../images/btnLeftOn.gif) no-repeat;  color: #003366; text-decoration: none; }



#sidemenu    { border: 0;  }

#sidemenu li { list-style-type: none;  }

#sidemenu a  { display: block; width: 99.99%; }





.mainlevel {

	position: relative; z-index:100; margin:0px ; 

}



/* ---- Sub-menu layout ------------------- */



#submenu { font-family: Verdana, Helvetica, sans-serif; font-weight:500; font-size:11px; margin: 0; padding: 0; width:171px; border: 0; }



#submenu .titleMenu{



	font-family: Verdana, Helvetica, sans-serif;

	width: 99.99%;

	margin: 0; 

	font-weight:600; 

	font-size:10px;

	height: 23px;

	padding: 0px 0px 0px 10px;

	color: #003366;

	text-decoration: none;

	background: url(../images/areaTitle.gif) no-repeat;

}



#submenu .OnStateSub {



	font-family: Verdana, Helvetica, sans-serif;

	font-weight:500; 

	font-size:10px;

	display:block;

	height: 17px; width: 99.99%;	

	padding: 4px 0 2px 20px;

	color: #003333;

	text-decoration: none;

	background: url(../images/subbtnLefton.gif) no-repeat;

}



#submenu a {



	font-family: Verdana, Helvetica, sans-serif;

	font-weight:500; 

	font-size:10px;

	display:block;

	height: 17px; width: 99.99%;	

	padding: 4px 0 2px 20px;

	color: #000000;

	text-decoration: none;

	background: url(../images/subbtnLeft.gif) no-repeat;

}



#submenu a:hover { background: url(../images/subbtnLefton.gif) no-repeat;  color: #003366; text-decoration: none; }



#submenu    { border: 0;  }

#submenu li { list-style-type: none;  }



/* ---- left menu table layout ------------------- */



#Leftmenutable { font-family: Verdana, Helvetica, sans-serif; font-weight:500;  color:#FFFFFF; margin: 0; padding:0;  width:171px; border: 0; background:url(../images/leftMenuBgTable.gif)}



#Leftmenutable .contentTable{

	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:500; font-size:9px; 

	padding: 2px 15px 2px 2px;

	color: #ffffff; text-decoration: none; text-align:right; 

	

}



#Leftmenutable a {

	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:500; font-size:9px; text-decoration: underline; font-weight:normal; 

	color: #ffffff;

	

}



#Leftmenutable a:hover { color: #B4C7D8; font-weight:normal;  }



#Leftmenutable a:active   { color: #B4C7D8; font-weight:normal; }



#Leftmenutable    { border: 0;  }





/* -- Rollovers Layers----------------------------- */



.rolloverLayer {

	height: 30px;

	width: 575px;

	top: 165px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px; color: #ffffff; 	text-align: left;

	padding: 2px;

	background-color: #7685A4; 	

	background-position: top 170px; 

	border: 1px solid #2C6171;

	overflow: hidden;

	z-index: auto;

	visibility: hidden;

}

.rolloverLayerOn {

	top: 165px; height: 30px; width: 575px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px; text-align: left; color: #999999;

	padding: 2px;

	position: relative;

	border-bottom: 1px solid #7685A4;	

	overflow: visible;

}



.textLayers {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	padding: 0px;

}



/* -- Forms ---------------------------- */



.formtable { border: 0;  margin: 0; padding: 0px 5px 0px 5px;  }



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;}


