body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #386742;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.news2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.news2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.news2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
.news2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #386742;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #386742;
	text-decoration:underline;
}
a:side {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
	size:9px;
}
a:side {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
}
a:side {
	font-family: Arial, Helvetica, sans-serif;
	color: #386742;
	text-decoration:underline;
}
#Dept_links ul, #Dept_links li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#Dept_links li {
	border: 1px solid #E8DABE;
}
#Dept_links a {
	color: #4B4B4B;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#Dept_links a:hover {
	color: #FFFFFF;
	background-color: #386742;
}
th {
	text-align: left;
	color: #FFFFFF;
}
.copy th a {
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
}
.copy th a:hover {
	color: #386742;
}

/* -------------
 * Ajax search box
 * ------------- */
#search_box fieldset {border: 1px solid #999999; float: left; margin-right: 10px; padding: 0px 10px; height: 40px;}
#search_box #Submit,
#search_box #Clear { margin-top: 10px; }
#search_box legend { font-weight: bold; }


/* -------------
 * Sortable Table
 * ------------- */
table.sortable th {
    background-color: #999; 
	color: #FFF;
}

table.sortable th.header { 
    background: #999 url(/elements/sort.gif) no-repeat center left; 
    cursor: pointer; 
    font-weight: bold; 
    padding-left: 20px; 
} 

table.sortable th.headerSortUp { 
    background-image: url(/elements/sort_asc.gif); 
    background-color: #386742; 
} 

table.sortable th.headerSortDown { 
    background-image: url(/elements/sort_dsc.gif); 
    background-color: #386742; 
} 

/* -------------
 * Misc Items
 * ------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

.border {
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

.border th,
.border td {
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}

tr.odd td {background-color: #EEE;}
tr.even td {background-color: #FFF;}