html, body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#divBodyContainer {
	width: 100%;
	text-align: center;
}

#divCenterer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	background-color: #FEFBF2;
}

#tdQuote {
	width: 256px;
	color: #76743D;
	background-color: #FFFFFF;
	font-family: times new roman, serif;
	font-size: 12px;
	border-bottom: 1px solid #CDCFB9;
}

#divNav {
	background-color: #F4F1DF;
	padding-left: 10px;
	border-bottom: 1px solid #CDCFB9;
}

#tdLeftPane {
	width: 257px;
	border-left: 1px solid #CDCFB9;
	vertical-align: top;
}

#tdRightPane {
	width: 100%;
	border-left: 1px solid #CDCFB9;
	border-right: 1px solid #CDCFB9;
	padding: 15px;
	vertical-align: top;
}

#tblEventSummary {
	border: 1px solid #ADAA7F;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}


#topicTitle {
	font-family: times new roman, serif;
	font-size: 16px;
	font-weight: bold;
	color: #A22114;
	padding-bottom: 20px;
	/*border: 1px solid red;*/
}

#comingEventsTitle {
	font-family: arial, helvetica, sans;
	font-size: 11px;
	font-weight: bold;
	color: #A22114;
}

#comingEventsBody {
	font-family: arial, helvetica, sans;
	font-size: 11px;
	color: #636363;
}

.detailsLink {
	font-family: arial, helvetica, sans;
	font-size: 11px;
	color: #000000;
}

#contentTitle {
	font-family: arial, helvetica, sans;
	font-size: 11px;
	font-weight: bold;
	color: #76743D;
	margin-top: 5px;
	margin-bottom: 10px;
	/*border: 1px solid blue; */
}

#content {
	font-family: arial, helvetica, sans;
	font-size: 11px;
	color: #000000;
}

.resourceTitle {
	font-family: arial, helvetica, sans;
	font-size: 11px;
	font-weight: bold;
	color: #76743D;
	margin-top: 15px;
}

.resource {
	font-family: arial, helvetica, sans;
	font-size: 11px;
}

/* Form related styles */

input, select, textarea, submit, button {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #636363;
}

.disabledInput {
	background-color: #EBEBE4;
	border: 1px solid #A5ACB2;
	font-size: 10px;
	cursor: not-allowed;
}

.formTitle {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #76743D;
	padding: 5px;
	background-color: #F4F1DF;
	border-bottom: 1px solid #D0CFB6;
}

.formLabel {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #636363;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 120px;
	background-color: #F8F5E7;
	border-bottom: 1px solid #D0CFB6;
}

.formField {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 4px;
	color: #636363;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D0CFB6;
}

.formText {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #636363;
}

.formNote {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #76743D;
}

.tdNav {
	height: 24px;
	width: 100%;
	vertical-align: bottom;
}

.tdNav a, .tdNav a:hover, .tdNav a:visited, .tdNav a:active {
	color: #A22114;
	font-family: arial, sans;
	font-size: 11px;
	display: inline;
}

.searchTitle {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #76743D;
	padding: 5px;
	width: 155px;
	background-color: #F4F1DF;
	border-bottom: 1px solid #D0CFB6;
}

.searchResult {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #636363;
	vertical-align: top;
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D0CFB6;
}

.paging {
	width: 100%;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #636363;
}

.dataTable {
	border-top: 1px solid #CDCFB9;
	border-left: 1px solid #CDCFB9;
	font-family: arial, helvetica, sans;
	font-size: 11px;
	color: #000000;
}
.dataTable th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CDCFB9;
	border-right: 1px solid #CDCFB9;
}

.dataTable td {
	vertical-align: top;
	border-bottom: 1px solid #CDCFB9;
	border-right: 1px solid #CDCFB9;
}