/* CSS Document */

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

html, body {
	margin: 0px; padding: 0px;
	background: #ffffff url(images/bgCurrent.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: #003300; 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: 776px; 
	margin: 0 auto -30px auto;
	padding: 0;
	background-color: #ffffff; border-left: 1px solid #000000; border-right: 1px solid #000000;  border-top:0;  border-bottom:0; 
}
#collegeBanner {
	margin: 0 auto;
	height: 39px; width: 776px;
	background-color: #333333 ;
	text-align: right;
}
#headerPrint { display:none;
}
#header {
	margin: 0 auto;
	height: 90px; width: 776px;
	background: #5C5C5C;
	text-align: right;
}

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




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



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


#footer {
	margin: 0 auto;
	width: 776px;
	position:relative; clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color:  #113448; text-align: center; background-color:#CCCCCC;
	padding: 2px 0 2px 0; border: 1px solid #000000; min-height:30px;
	


}

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

#topmenu-nav    table{ 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; }



/* -- 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;
	/*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;
   text-decoration:none;
   border:0px;
   margin:0px;
   padding:0px;
}
#liftText a:hover{
   text-decoration:underline;
   color:#EAEAEA;
}



