#header h1 {
	background: url('/chait/images/headerDept.jpeg') no-repeat top left;	
}

#nav a {
	color: #336600;
}
#nav a:hover {
	color: #669900;
}

#nav {
	background: url('/chait/images/bg-nav-bottom.gif') no-repeat left bottom;
}

#nav ul.menu {
	background: url('/chait/images/bg-nav-mid.gif') repeat-y top left;
}

ul.menu li#firstNavCol {
	background: url('/chait/images/bg-nav-top.gif') no-repeat 1px 0;
}

#content a {
	text-decoration : none;
	color: #336600;
}

#content a:hover {
	color: #669900;
	text-decoration : underline;
}

#content .contentTitle {
	color: #2C540E;
}

#content .contentTitle2 {
	color: #2C540E;
	background: none;	
	padding: 20px 10px 10px 0px;
}

#publications li {
	margin-top: 10px;
	list-style-type: none;
}
#highlight {
	float: right;
	width: 280px;
	background: #fff;
	text-align: left;
	padding: 5px;
	margin: 0 15px 15px 15px;
	border: 1px solid #d1d3a9;
}
#highlight h3 {
	color: #816e1f;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0px 5px 15px;
	background: #ffcc67;
	margin: 0;
}
#highlight p {
	background: #ffffcb;
	margin: 0;
	padding: 5px 15px;
	color: #1f5323;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
#highlight p#more a {
	color: #b96839;
}

/* no table styles */
#content.noTableStyles table, #content.noTableStyles th, #content.noTableStyles td {
    border: 0px;
    margin: 0px;
    padding: 0px;
}