/* CSS Document */

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

html, body {
	margin: 0px; padding: 0px;
	background-color: #CCCCCC;
	background: #ffffff url(images/background.gif) repeat;
}

html, body { height:100%; } 

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


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		  { min-height:100%; height:auto;}
* html #container { height:100%; }

#container {
	width: 778px; 
	margin: 0 auto -21px 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;
}
#headerPrint { display:none;
}
#header {
	margin: 0 auto;
	height: 90px; width: 778px;
	background: #5C5C5C;
	text-align: right;
}

#menutop {
	margin: 0; padding:0;
	float: right;
	height: 26px; width: 778px;
	background:#ffffff url(images/topNav.gif) no-repeat bottom left;
}



#colL { height: auto; width: 171px; float: left; }
		
#colL table { height: auto; margin-bottom: 0px;}


#colR { height: auto; width: 590px; float: left; padding:5px; }

#content { height: auto; width:776px; float: left; background-color:#ffffff; border-left: 1px solid #000033; border-right: 1px solid #000033;}


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


#footer {
	margin: 0 auto;
	width: 778px;
	position:relative; clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color:  #113448; text-align: center;
	padding: 2px 0 2px 0; 
	border-top:1px solid  #113448;
	background:#ffffff url(images/footerBack.gif) repeat;


}

/* -- TopNav ---------------------------- */
#topmenu-nav    { position: relative; list-style: none; display: block;}

#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: Arial, Helvetica, sans-serif; font-weight:500; font-size:12px; margin: 0; padding: 0; width:171px; border: 0; }


#sidemenu .OnState {
font-family: Arial, Helvetica, sans-serif; font-weight:500; font-size:12px;
	min-height: 18px;
	height:auto;
	padding: 4px 5px 2px 10px;
	color: #113448; text-decoration: none;
	background: url(images/btnLeftOn.gif) no-repeat;
	
	
}
#sidemenu a {
font-family: Arial, Helvetica, sans-serif; font-weight:500; font-size:12px;
	display:block;
	min-height: 18px;
	height:auto;
	padding: 4px 5px 0px 10px;
	color: #ffffff; text-decoration: none;
	background: url(images/btnLeft.gif)  no-repeat;

}

#sidemenu a:hover { background: url(images/btnLeftOn.gif) no-repeat;  color: #113448; text-decoration: none; }

#sidemenu a:active   { background: url(images/btnLeftOn.gif) no-repeat; color: #113448; }

#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:  Arial, Helvetica, sans-serif; font-weight:500; font-size:12px; margin: 0; padding: 0; width:171px; border: 0; }

#submenu .titleMenu{
	 font-family: Arial, Helvetica, sans-serif; font-weight:500; font-size:12px; 
	 display:table-cell;  
	width: 99.99%;
	margin: 0; 
	height: 18px;
	padding: 5px 5px 0px 10px;
	color: #113448; text-decoration: none;
	background:url(images/areaTitle.gif) no-repeat;
	
}
#submenu .OnStateSub {
font-family: Arial, Helvetica, sans-serif; font-weight:500; font-size:12px;
	min-height: 15px;
	height:auto;
	color: #000000; text-decoration: none;
	background: #ffffff url(images/subbtnLefton.gif);
	padding: 3px 5px 0px 20px;
	
}

#submenu a {
font-family: Arial, Helvetica, sans-serif; font-weight:500; font-size:12px;
min-height: 16px;
	height:auto; display:block; width: 99.99%; 
	color: #000000; text-decoration:none;
	background: url(images/subbtnLeft.gif)  no-repeat;
	padding: 3px 5px 0px 20px;
	
}

#submenu a:hover { background: url(images/subbtnLefton.gif) no-repeat;  color: #084256; text-decoration: none; }

#submenu a:active   { background: url(images/subbtnLefton.gif) no-repeat;  }

#submenu    { border: 0;  }
#submenu li { list-style-type: none;  }


.textLayers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

/* -- 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;}

#liftText {   
   position:absolute;
   text-align:right;
   width:580px;
   top:-200px;
   border:0px;
   margin:0px;
   padding:0px;
}
#liftText a{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:10px;
   color:#FFFFFF;
   text-decoration:none;
   border:0px;
   margin:0px;
   padding:0px;
}
#liftText a:hover{
   text-decoration:underline;
   color:#EAEAEA;
}




