/* CSS Document */

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

html, body {
	margin: 0px; padding: 0px;
	background: #e1e8d8 url(../images/bgNew.png) repeat-y center center ;
}

html, body { height:100%; } 




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

#shadow {
	margin: 0 auto 0 auto ; border:0;
	padding: 0;
	height:auto;
	background: url(../imageBlankPage/bg.gif) repeat-y center center;
}

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

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

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

#collegeBanner {
	margin: 0;
	height: 40px; width: 776px;
	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: 140px; width: 758px; margin:0;  
	background-color:#2d5e37; border:0; padding:0; display: block; float: left;
}



#infoDisplay{
		width: 758px; margin:0;  clear:left;
		 border:0; padding: 3px 0px 0px 0px; 
		 background: url(../images/bgtopBottom.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: 4px 1px;
 padding: 3px 0px; 
 list-style-image: none;
background: none; list-style-type:none;

}

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

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

#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:#ffffff; 
}

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

h1 {
 font-weight: bold; font-size:12px; text-align: left; color:#fbec00; padding-left: 25px;  display: compact; background: url(../images/bullet2.png) no-repeat center left; text-decoration: none;  
}

#rightCol img {
	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: 100px 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;}





