body {
	margin: 0;
	font: 12px Arial, Arial, Helvetica, sans-serif;
	background: #2c3f5a url(../images/body_bg.jpg) repeat-x;
	color: #000;
}
h1 {
        font-size: 150%;
}
input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 946px;
	margin: auto;
}
* html #wrapper {
	width: 940px;
}
#header {
	height: 77px;
	background: url(../images/header.png) no-repeat;
}
* html #header {
	background-position: right;
}
#header ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	float: right;
	background: #030;
	color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#header li {
	float: left;
	margin-right: 10px;
	height: 18px;
	line-height: 18px;
}
#header a {
	background: #030;
	color: #fff;
	text-decoration: none;
}
.search {
	float: right;
	margin: 28px 23px 0 0;
}
* html .search {
	margin-right: 7px;
}
form, input {
	margin: 0;
}
.search input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#mod_search_searchword, .button {
	border: none;
	float: left;
	height: 17px;
	padding: 0;
}
.button {
	margin-left: 6px;
	background: #70737a;
	color: #fff;
}
#main {
	background: url(../images/main_bg.png) repeat-y;
	padding-left: 6px;
}
* html #main {
	background-position: right;
	padding-left: 0;
	width: 940px;
}
.leftColumn {
	float: left;
	width: 150px;
	padding-top: 40px;
	color: #FFF;
	background: url(../images/leftcol.jpg) no-repeat;
}
.leftColumn a:link {
	color: #FFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.leftColumn a:active {
	color: #FFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.leftColumn a:visited {
	color: #a7bd99;
	font: 10px Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
}
.leftColumn a:hover {
	color: #ff9933;
	font: 10px Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
}
.leftColumn td {
	padding: 4px 7px 5px;
	border-bottom: 1px solid #496d32;
}
.leftColumn td div {
	padding: 4px 7px 0px !important;
}
/*
.moduleMenu {
	margin: 0 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.moduleMenu td {
	padding: 4px 0 5px;
	border-bottom: 1px solid #496d32;
}
.moduleMenu td div {
	padding: 4px 0 0 9px !important;
}
.moduleMenu a:link, .moduleMenu a:active {
	color: #fff;
	text-decoration: none;
}
.moduleMenu a:visited {
	color: #a7bd99;
	text-decoration: none;
}
.moduleMenu a:hover {
	color: #ff9933;
	text-decoration: none;
}
*/
.slideshow {
	float: right;
}
* html .slideshow {
	border-bottom: 4px solid #c60;
}
.slideshow img {
	display: block;
}
.content {
	float: left;
	width: 580px;
	margin: 23px 0 23px 33px;
	line-height: 18px;
	background: #FFF;
}
span.pathway {
	display: block;
	margin-bottom: 10px;
}
.content a {
	color: #c60;
	/* background: #fff; */
}
.content a:link {
	color: #c60;
	/* background: #fff; */
	text-decoration: none;
}
.content a:visited {
	color: #930;
	/* background: #fff; */
	text-decoration: none;
}
.content a:hover {
	color: #c60;
	/* background: #fff; */
	text-decoration: underline;
}
.content a:active, .content a:focus {
	color: #930;
	background: #fff;
	text-decoration: underline;
}
.contentheading, .componentheading {
	font: bold 15px Georgia, Times, "Times New Roman", serif;
	color: #c60;
	background: #fff;
}
.contentpaneopen td {
	padding: 0 10px;
}
.small {
	font: 12px Georgia, Times, "Times New Roman", serif;
	color: #666;
	background: #fff;
	line-height: 20px;
}
.createdate, .modifydate {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	background: #fff;
	text-transform: uppercase;
}
.article_seperator {
	display: block;
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #ccc;
}
.rightColumn {
	float: right;
	width: 140px;
	margin-right: 8px;
	margin-top: 23px;
}
* html .rightColumn {
	margin-right: 4px;
}
.rightColumn .module {
	margin-top: 23px;
}
.rightColumn h3 {
	font: bold 12px Georgia, Times, "Times New Roman", serif;
	color: #c60;
	margin: 0 0 8px 0;
	padding: 0;
}
.mod_events_table {
	background: #f1f1f1;
	color: #000;
}
td.mod_events_td_dayoutofmonth {
	background: #e8e2d6;
	color: #918a82;
}
td.mod_events_td_todaynoevents {
	background: #c1c6c9;
	color: #918a82;
}
td.mod_events_td_daywithevents {
	background: #d6b9b1;
	color: #918a82;
}
a.mod_events_daylink {
	color: #918a82 !important;
}
td.mod_events_td_todaynoevents a.mod_events_daylink, td.mod_events_td_daywithevents a.mod_events_daylink {
	color: #000 !important;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clr2 {
	clear: right;
	height: 4px;
	font-size: 1px;
	background: #c60;
	color: #000;
	margin: 0 2px 0 150px;
}
* html .clr2 {
	display: none;
}
.backlink {
	color: #c60;
	/* background: #fff; */
	text-decoration: none;
	border-top: 1px solid #CCC;
	width: 550px;
}	
.dynamic {
	float:left;
	width: 550px;
	margin: 23px 0 23px 33px;
	line-height: 18px;
}
.movingObj {
         color: red;
         font-size: 16px; 
}