body{
	margin: 0;
/*	background: transparent url(images/back.jpg) top left repeat-x;*/
}

html:not([lang*=""]):not(:only-child) #colorbar{
	top: 21px;
}

#printheader{ display: none; }

#container{
	width: 860px;
	margin: auto;
	position: relative;
	z-index: 2;
}

#links{
	font-size: small;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 0;
	font-weight: bold;

}
#links a{ text-decoration: none; color: #2F5A12; }
#links a:hover{ text-decoration: underline; }

#header{
/*	height: 100px;*/
}
#colorbar{
	background-color: #2F5A12;
	width: 100%;
	height: 51px;
	position: absolute;
/*	z-index: -1;*/
	top: 20px;
	left: 0;
}

#navigation{
	
}

#content{
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 20px;
	width: 550px;
	background-color: #FFF;
}

#centerpiece{
	background-color: #A0D57D;
	
}

#sidebar{
/*	background: #75AD4F;*/
	background: url(/management/images/sidebar-sm.jpg) no-repeat top left #A0D57D;
	padding: 20px;
	width: 209px;
	float: right;
	height: 100%;
	min-height: 300px;
}
#sidebar h3 { font-weight: normal; font-size:24px; margin: 0; padding: 0;}
#sidebar h3 a { color: #063; text-decoration: none;}
#highlights{
	border: 1px solid #333;
	width: 550px;
	height: 151px;
	overflow: hidden;
	position: relative;
}
#highlights p{
	margin: 10px 0 0 5px;
}
#highlights p img{
	margin-right: 5px;
}
#highlights #centerimg{
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #333;
}
#highlighttext{
	position: absolute;
	top: 0;
	left: 200px;
}

.FacultyPhoto { margin: 5px; border: 1px solid #000;}

#footer{
	border-top: 10px solid #2F5A12;
	clear: both;
	font-size: small;
	text-align: center;
}

#pullQuote { margin: 20px 50px; padding: 10px; background-color: #d5e5f5; border: 2px solid #000; }
