body {
	background-color: #3e8eab;
	background-image: url(css_images/bg.jpg);
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	overflow-x:auto;
	overflow-y:auto;
	color: #ffffff;
	background-repeat: repeat-x;
}
.body a{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#996600;
	text-decoration: none;
}
.body a:hover{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#996600;
	text-decoration: none;
}
.leftPane {
	background-image: url(css_images/leftPaneBg.jpg);
	background-repeat: repeat-y;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 10px;
}
.mainPane {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 15px;
}

.topNav {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.detailImage img {
	border: 2px solid #9C5701;
}
.detailText {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C5701;
	padding: 10px;
	text-align: left;
}


.searchTextField {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-image: url(css_images/searchShadow.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333333;
}
.tdSpacing {
	padding: 10px;
}
.mainNav a{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.mainNav a:hover{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E79734;
	text-decoration: none;
}
.indexTablelHeader {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9C5701;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9C5701;
	border-right-color: #9C5701;
	border-bottom-color: #9C5701;
	border-left-color: #9C5701;
}
.detailTableHeader {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC696;
	padding: 5px;
	margin: 5px;
	background-color: #9c5701;
}
.detailTableItem {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C5701;
	margin: 5px;
	padding: 5px;
}


.indexTableItems {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C5701;
	text-align: center;
	padding: 5px;
}

.indexTableItems a{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C5701;
	text-align: center;
	padding: 5px;
}

.indexTableHeader1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background-color: #681e03;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.detailName {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9C5701;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}
h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9c5701;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #681E03;
}
.leftNavLink a{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6600;
	text-decoration: none;
}
.leftNavLink a:hover{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.committeeImg {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	clear: both;
}
.eventsLeftNav {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #681E03;
	font-weight: bold;
}

a.noline {
	text-decoration:none;
	font-size: 11px;
}

a.noline:hover{
	text-decoration:none;
	font-size: 11px;
}

a, a:link, visited {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}