/* CSS Document */

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

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

html, body { height:100%; } 

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

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

#container		  { min-height:100%; height:auto;}
* html #container { height:100%; }

#container {
	width: 100%; 
	margin: 0 auto -21px auto;
	padding: 0;
	background-color: #ffffff;
}

#collegeBanner {
	margin: 0 auto;
	height: 39px; width: 778px;
	background-color: #000000 ;
	text-align: right;
}

#menutop {
	margin: 0 auto; padding:0;
	height: 24px; width: 100%;
	background: #ffffff;
	text-align: right;
}



/* -- TopNav ---------------------------- */
#topmenu-nav    {display: block; height: 20; width: 777px; float:right;}

#topmenu-nav  table  { float:right;}


#topmenu-nav    { border: 0;  margin-top: 1px; margin-bottom: 1px; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; float:right;}

#topmenu-nav td { border-left: 1px solid #000000;  padding: 0px 5px 0px 5px;}

#topmenu-nav a{  text-align: center; color: #000000; text-decoration: none;}

#topmenu-nav a:active{  text-align: center; color: #000000; 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;
}

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

