div#navtabs a { 
	display: block; 
	float: left; 
	color: #336; 
	text-decoration: none; 
	background-color:#9cc; 
	padding:4px 10px 4px 10px; 
	border-right: 1px solid #efefef; 
}
	
/*hvs 14.4*/
div#dept-title h1 {
	margin: 0;
	padding: 0.2em 0;
	line-height: normal;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 1.4em;
	font-weight:normal;
	color: white;
	background: #066;
}

div#dept-title h1 a {
	color: white;
	text-decoration:none;
}
 
/*hvs 25.4*/
div#dept-title h2 {
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: normal;
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 1.1em;
	font-weight:normal;
	color: white;
	background: #066;
}

div#dept-title h2 a {
	color: white;
	text-decoration:none;
}

div#navtabs a.current { 
	background-color: #066;
	color:white;
}

body {
	background: #9cc;
	padding: 0 20px 0 20px;
}

ul#site-info {
	overflow: hidden;
	margin: 0;
	clear: both;
	width: 100%;
	list-style-type: none;
	border-top: 2px solid #066;
	padding-top: 1em;
	padding-bottom: 2em; 
	font-size: 0.7em;
} 

/*hvs 14.4*/
div#dept-title {
	background: #066;
	min-width: 694px;
	max-width: 1214px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px 0 20px;
	border-left: 1px solid #D3D3B1;
	border-right: 1px solid #D3D3B1;
	border-bottom: 1px solid #D3D3B1;
}
