body {
	margin: 0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-size: 12px;
}
#deptNav {
	position: absolute;
	top: 95px;
	left: 2px;
	width: 450px; 
	border: 1px solid #3D168B; 
	background: url(images/deptnav_bg.gif) no-repeat right bottom #FFF;
	padding-bottom: 20px;
}
#deptNav table {
	width: 100%;
}
#deptNav td {
	vertical-align: top;
}
#deptNav ul {
	list-style-type: none;
	margin: 0;
	padding: 8px;
}
#deptNav li {
	margin: 0;
	padding: 1px;
}
#deptNav a {
	font-size: 10px;
}
a {
	color: #3D168B;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #3D168B;
	font-weight: bold;
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
input {
	font-size: 12px;
}
select {
	font-size: 12px;
}
#layoutContainer {
	background:  url(images/homepage/top_layout_bg.gif) no-repeat; 
	width: 710px;
	/*height: 245px;*/
}
#topleft {
	background:  url(images/homepage/courthouse_bg.gif) no-repeat;
	height: 245px;
}
#belowBanner {
	margin: 10px 0;
	text-align: left;
	width: 710px;
}
#newsTeasers {
	float: left;
	width: 334px;
	margin: 0 0 10px 4px;
}
#newsTeasers h1 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 5px 10px;
	background: url(images/home_h1_bg.gif) repeat-x bottom;
	border-top: 1px solid #C3C39C;
	border-right: 1px solid #C3C39C;
	/*border-bottom: 1px solid #C3C39C;*/
	border-left: 1px solid #C3C39C;
}
#newsTeasers table {
	border-collapse: collapse;
	/*border-right: 1px solid #C3C39C;
	border-bottom: 1px solid #C3C39C;
	border-left: 1px solid #C3C39C;*/
	width: 100%;
}
#newsTeasers table tr {
	vertical-align: top;
}
#newsTeasers table th {
	padding: 3px 1px;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	text-align: left;
}
#newsTeasers table td {
	padding: 5px 10px;
	font-size: 11px;
}	
span.posted {
	color: #999; 
	text-transform: uppercase; 
	font-size: 10px;
}
/*#newsTeasers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#newsTeasers li {
	padding: 3px 0;
	margin: 0;
}*/
#footer{
	display: block;
	clear: both;
	border-top: 1px solid #C3C39C;
	padding: 6px 0 0 0;
	margin: 6px 0;
}
/********* CALENDAR *********/
#calendarGrid {
	border-collapse: collapse;
	border: 1px solid #909064;
	float: right;
	margin-bottom: 8px;
	margin-left: 12px;
}
#calendarGrid table{
	border-collapse: collapse;
}
#calendarGrid td {
	font-size: 11px;
	padding: 1px 3px;
	border: 1px solid #E6E6D7;
}
#calendarGrid td.dayTitle {
	font-size: 10px;
	color: #909064;
	background: #E3E3BC;
	border: 0px;
}
#calendarGrid td.calendarTop {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #909064;
	border: 0px;
}
#calendarGrid td.calendarTop a {
	color: #FFFFFF;
	text-decoration: none;
}
#calendarGrid td.activityDay {
	background: #EEEEEE;
}
/*#calendarGrid td.activityDay a {
	font-weight: normal;
}*/
#calendarGrid td.thisDay {
	background: #3D168B;
	color: #FFFFFF;
	border: 1px solid #666666;
}
span.posted {
	color: #999; 
	text-transform: uppercase; 
	font-size: 10px;
}
