img {
	border: 0;
}

h1, h2, h3, h4 {
	text-indent: 0.3em;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}	h1 
	{
		font-size: 1.2em;
	}
	h2 
	{
		font-size: 1.1em;
	}
	h3, h4 
	{
		font-size: 1em;
	}
	h4 
	{
		margin-top: 0.8em;
	}

ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: circle;
	list-style-position: inside;
}

table, td {
	text-align: left;
	font-weight: normal;
	font-size: 1em;	
}

a:link, a:visited, a:active, a:hover {
	color: #000;
	text-decoration: underline; 
}

a.readon:link, a.readon:active, a.readon:visited 
{
	text-decoration: none;
	color: #e93708;
}	a.readon:hover 
	{
		text-decoration: underline;
		color: #e93708;
	}

.maintitle {
	color: #fff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

table.contentpaneopen 
{
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #DFD9DB;	
}	table.contentpaneopen td 
	{
		margin: 0;
		padding: 5px 8px 10px 8px;	
		font-weight: bold;	
	}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 10px;
	background-color: #fff;
}

.contentpagetitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #ccc;
	text-align:left;
}

table.moduletable 
{
	width: 100%;
	margin-bottom: 5px;
	border-spacing: 0;
	border-collapse: collapse;
}	table.moduletable th 
	{
		text-align: left;
		padding-left: 30px;
		padding-top: 5px;
		font-weight: bold;
		height: 25px;
	}
	table.moduletable td 
	{
		font-weight: normal;
	}

.sectiontableheader {
	font-weight: bold;
	background: #ebf1f3; 
	color: #39c;
	font-size: 1em;
	padding: 7px 3px;
	border-top: 1px solid #bfd3da;
	border-bottom: 1px solid #bfd3da;
	margin-top: 5px;
}

.sectiontableentry1 {
	background-color : #fff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.createdate, span.small {
	color: #747474;
	font-style: italic;
}

.createdate {
	padding-bottom: 15px;
}

table.contenttoc {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 0 2px 2px;
}

table.contenttoc th {
  	color: #666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

/* css for display first/latest events */
#mod_events_latest_container {
	width: 100%;
}

.latest_events_date, .latest_events_title, .latest_events_address 
{
	font-size: .90em;
	font-weight: bold;
}	.latest_events_date 
	{
		padding-top: 20px;
		white-space: nowrap;
		color: #B80011;
		display: block;
	}
	.latest_events_date, .latest_events_title 
	{
		padding: 0 5px 0 0;
	}

div.mod_events_latest_first, div.mod_events_latest 
{
	width: 170px !important;
	width: 180px;	
	float: left;
	padding: 10px 5px 10px 5px;
	overflow: hidden;
}

a.mod_events_latest_first, a.mod_events_latest_first:visited, 
a.mod_events_latest, a.mod_events_latest:visited {
	text-decoration: none;
	color: #000;
}	a.mod_events_latest_first:hover, a.mod_events_latest:hover 
	{
		text-decoration: underline;
		color: #000;
	}

/* css for display news module */
.kndb_dnl-whole
{
	font-size: 1em;
}

.kndb_dnl-date, .kndb_dnl-more, 
a.kndb_dnl-more:link, a.kndb_dnl-more:active, a.kndb_dnl-more:visited
{
	float: left;
	color: #8D8D91;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}	a.kndb_dnl-more:hover 
	{
		text-decoration: underline;
	}
	.kndb_dnl-date 
	{
		width: 11%;
	}
	li.kndb_arrow-dnl, li.category 
	{
		list-style-type: none;
		list-style-image: none;
		background-image: none;
		padding: 0;
		margin: 0;
	}
	.kndb_dnl-title, 
	a.kndb_dnl-title:link, a.kndb_dnl-title:active, a.kndb_dnl-title:visited 
	{
		color: #00060D;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		width: 85%;
		float: left;
	}	a.kndb_dnl-title:hover 
		{
			text-decoration: underline;
		}
