/* CSS Document */
body {
background-color:#CEC9C1;
margin:0px;
line-height:125%;
}
.greenground {
background-color:#96a84d;
}

.yellowground {
background-color:#ffea9a;
}
.orangeground {
background-color:#c26c29;
}
DIV#stage{
background-color:#CEC9C1; 
text-align:center;  
background-image:url(/images/bglayer1024.png);
background-position:center top;
background-repeat:no-repeat;

}
DIV#main {
width:1024px;
height:860px;
 background-color:#FFFFFF;
margin-left:auto; margin-right:auto;
position:relative;
text-align:left;
}
	DIV#leftnav  {
	width: 200px;
	height:452;
	padding-top:25px;
	float:left;
	
	padding-left:36px;`
	}
 	* html DIV#leftnav {height: 562px;/* Tan Hack for IE5*/} 
	DIV#leftnav .navitem {
	padding-top:10px;
	padding-bottom:10px;

	}
	
			DIV#leftnav  a{
				color:#000000;
				text-transform: capitalize;
				font-weight: bold;
				font-size: 12px;
				text-decoration: none;
				line-height: 80%;
				 
			}
			DIV#leftnav  .explore a{
				color:#c26c29;
				text-transform: capitalize;
				font-weight: bold;
				font-size: 12px;
				text-decoration: none;
				line-height: 150%;
				margin-left:15px;
			}
	
	
			DIV#content{
			background-color: transparent;
			margin-left:200px;
			margin-top:1px;
			padding-top:22px;
			width: 757px;
			height:510px;
			position:absolute;
			top:0;
			left:0;
			}
			* html DIV#content {height: 562px;/* Tan Hack for IE5, padding inclusive*/}
				
			DIV#greenheader { 
				position:absolute;
				top:0;
				left:140px;
				z-index:1;
				background-color:#96a84d;
				width: 665px; /*370px;*/
				height: 96px;
				padding:0px;
				margin:0px;
				
				}
				 
				
				 
				DIV#center {
					height:424px;
					width:804px;/*510px; */
					background-color:#FFFFFF;
					position:absolute;
									top:96px;
									left:0px;
									margin:0px;
									padding:0px;
									z-index: 0;
					}
				 
					
				
							
				DIV#orangefooter {
				position:absolute;
				top:520;
				left:0;
				z-index:0;
				background-color:#c26c29;
				width: 804px;/*510px; */
				height: 42px;
				}
				
				DIV#icons {
				position:absolute;
				top:432;
				left:0;
				z-index:1;
				background-image:url(/admission/images/icons_at_bottom.jpg);
				height:130px;
				width:278px;
				margin:0px;
				padding:0px;
				}
					 
DIV#stage DIV#pagefooter {
	
	background-color:#CEC9C1;
	width:1024px;
	padding:0;
	margin:0;margin-top:20px;
  	margin-left:auto; margin-right:auto;
	text-align:center;

}

