/* CSS Document */
body {
background-color:#CEC9C1;
margin:0px;
}
.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: 562px;/*for IE, padding inclusive*/
	padding-top:25px;
	/*background-image: url(../images/leftnav.jpg);*/
	background-repeat: no-repeat;
	float:left;
	
	padding-left:36px;`
	}
 	DIV#main>DIV#leftnav {height:452;}/*for moz, padding excluded*/
	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:25px;
			width: 757px;
			height: 562px;
			position:absolute;
			top:0;
			left:0;
/*			background-image:url(../../images/homepage/KC175tagOrange2007h50.gif);
			background-repeat:no-repeat;
			background-position:left top;*/
			}
			DIV#main>DIV#content {height:510px;}
				DIV#greenheader { 
				position:absolute;
				top:0;
				left:140px;
				z-index:1;
				background-color:#96a84d;
				width: 665px; /*370px;*/
				height: 96px;
				padding:0px;
				margin:0px;
				
				}
				DIV#spotlightcopy {
				margin:15px;
				font-weight:bold;
				line-height:100%;
				}
				
				#spotlightimage {
					position:absolute;
					top:0;
					left:0;
					z-index:2;
					width:140px;
					height:160px;
					background-image: url(/admission/images/spotlights/AE10.jpg);
}		
				DIV#center {
					height:424px;
					width:804px;/*510px; */
					background-color:#FFFFFF;
					position:absolute;
									top:96px;
									left:0px;
									margin:0px;
									padding:0px;
									z-index: 0;
					}
					DIV#blurb {
					position:absolute;
					width:278px;
					height:272px;
									top:80px;
									left:0px;
									margin:0px;
									padding:0px;
									z-index: 0;
									background-image:url(/admission/images/centerblurb.jpg)
								}
					
					DIV#news-events{
						position:absolute;
						left:279;
						top:0;
						width:224px;
						height:424px;
						background-color:#ffffff;
						z-index: 1;
						}
						DIV#news-top{
							width:224px;
							height:50px;
						 	background-image: url(/admission/images/news_top.jpg);
						 	}
						DIV#news-middle{
							width:224px;
							height:auto;
						 	background-image: url(/admission/images/news_bg.jpg);
							background-repeat:repeat-y;
						
							}
						 DIV#news-middle .copy, DIV#events-middle .copy {
							padding-top:10px;
							margin-left:30px;
							margin-right:20px;
							font-size: 11px;
							background-color: #FFFFFF; 
							}
						 DIV#news-bottom{
							width:224px;
							height:49px;
						 	background-image: url(/admission/images/news_bottom.jpg);
						 	}
						DIV#events-middle{
							width:224px;
							height:auto;
						 	background-image: url(/admission/images/news_bg.jpg);
							background-repeat:repeat-y;
							padding:0px;
							}
						DIV#events {
							margin:15px;
							color:#000000;
								z-index:2;
							}
						 DIV#events-bottom{
							width:224px;
							height:20px;
						 	background-image: url(/admission/images/events_bottom.jpg);
						 	}
							
				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#icon1{
					position:absolute;
					top:30;
					left:0;
					width:85;
					height:90;
					z-index:2;
					}
					DIV#icon2{
					position:absolute;
					top:5;
					left:86;
					width:85;
					height:115;
					z-index:3;
					}
					DIV#icon3{
					position:absolute;
					top:20;
					left:172;
					width:90;
					height:100;
					z-index:2;
					}
DIV#stage DIV#pagefooter {
	
	background-color:#CEC9C1;
	width:720px;
	padding:0;
	margin:0;margin-top:20px;
  	margin-left:auto; margin-right:auto;
	text-align:center;

}

