/* CSS Document */

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

html, body {
	margin: 0px; padding: 0px;
	background: url(../images/tempImg/bg.jpg) no-repeat top center;
}

html, body { height:100%; } 


p {
		padding: 2px 25px; text-align:left;
		
		}

h1 {
 font-weight: bold; line-height:20px; font-size:14px; text-align: left; color:#38140e; text-decoration: none; background:url(../images/bullet2.png) no-repeat 12px 0px; padding: 0 0 0 55px;
}


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


#container {
	width: 778px; 
	margin: 0px auto 0 auto;
	padding: 0;
	background-color: #ffffff;
	border-left: 0px solid #d2dfc1; border-right: 0px solid #d2dfc1;
	border-bottom: 0px solid #d2dfc1; border-top: 0px solid #d2dfc1;
}

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

#collegeBanner {
	height: 40px; width:100%;
	background: #E1E5E6 ;
	text-align: right;
}

#headerPrint{
 display:none;
}


 
#margincontainer { margin: 8px 8px 8px 8px; padding:0px; width:758px; display:block; background: url(../images/bg.png) repeat-y;  }

#margincontainer  { min-height:100%; height:auto;}
* html #margincontainer{ height:290px; }


#topBanner {
	height: 116px; width: 758px; margin:0;  
	background-color:#ffffff; border:0; padding:0; display: block; float: left;
}



#infoDisplay{
		width: 758px; margin:0;  clear:left;
		 border:0; padding: 15px 0px 0px 0px; 
		 background: url(../images/bgtop.png) no-repeat top left;
		 
}

#infoDisplay  { min-height:280px; height:auto;}
* html #infoDisplay{ height:100%; }

#leftCol {
		width: 170px; margin:0;  float:left;
		 border:0; padding: 0px 3px 3px 3px; 
}

#leftCol ul {
 margin: 28px 0px 0px 0px;
 padding: 0px;  
}

#leftCol li {
 margin: 2px 1px;
 padding: 2px 0px; 
 list-style-image: none;
 list-style-type:none;
 background-color:none;
}

.listtitle{
 font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight: bold; font-size:12px; text-align: left; padding:0 0 0 21px;  display: block;  text-decoration:none; color:#c5d972; display:block;
}
 
#leftCol a.submenu {
 font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal; font-size: 12px; text-align: left; color: #ffffff; padding: 0px 0px 0px 21px; margin: 0px 0px 0px 15px; background: url(../images/subbullet.png) no-repeat 0px 0px; text-decoration:none; display:inline-block; 
}

#leftCol a.main {
 font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal; font-size: 12px; text-align: left; color: #ffffff;  padding: 0px 0px 0px 21px; background: url(../images/bullet.png) no-repeat 0px 0px; text-decoration:none; margin:0px; display:inline-block;   
}

#leftCol a:hover {
 color:#c5d972; 
}

#rightCol {
		width: 573px; margin:0;  float: right; display:block; margin-top:5px;
		 border:0; padding: 5px 6px 3px 3px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight: normal; font-size:12px; text-align: left; color:#000000; 
}


#rightCol img.noBorder{
	margin: 5px; 
	border: 0px solid #003300; cursor:pointer;
}

#rightCol img.border {
	margin: 5px; 
	border: 1px solid #003300;
}

#space 			  { clear:both; height:0px; } /*make room for footer*/
* > html #space  { margin:0 auto; width:758px;  } /* ie mac styles */


#footer {
	width:752px; clear:both; height:40px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: normal;
	color: #000000; 
	text-align: center;
	padding: 120px 3px 3px 3px;
	border: none;
	background: #ffffff url(../images/footer.png) no-repeat top left;
}

#footer  a {color: #000000; text-decoration: underline;
	}

#footer  a:active {
	color: #003300; text-decoration: underline;
}
#footer  a:hover {
	color: #000066; 
	text-decoration: underline; }

#footertoprint {display: none;}





