/* @group Layout */

body {
	background-color: #a3aa9d;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.externallink:after {
	content: "";
}

a:link,
a:visited {
	color: #0b3d17;
	text-decoration: none;
	border-bottom: 1px dotted #ff9524;
}
a:hover {
	color: #0b3d17;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div#main {
	width: 770px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.footer {
	background-color: #8f978c;
	margin: 0;
	padding: 4px;
	color: #fff;
}

.footer a:link,
.footer a:visited,
.footer a:hover
{
	border-bottom-width: 0px;
}

/* @group Header */
#header {
	width: 100%;
	height: 204px;
	background-image: url(images/header_luther.jpg);
}
.title1 {
	float: right;
	color: #75796f;
	font: small-caps 20px "Verdana, Arial, Helvetica, sans-serif, mono";
	margin: 5px 5px 0;
}
.title2 {
	float: right;
	color: #75796f;
	clear: both;
	margin: 0 5px 5px;
	font: normal small-caps 18px "Verdana, Arial, Helvetica, sans-serif, mono";
	position: relative;
	top: 5px;
}
/* @group Menu */

.top_menu {
	font-weight: bold;
	float: right;
	clear: both;
	
}

.top_menu ul {
	list-style-type: none;
}

li#menu_link_about {
	display: none;	
}

li#menu_link_officers {
	display: none;	
}

li#menu_link_photos {
	display: none;	
}

.top_menu li {
	display: inline;
	margin: 2px;
	position: relative;
	top: 123px;
	text-transform: lowercase;
	font: normal normal 11px Verdana, Helvetica, Arial, Sans-Serif;
	opacity: 0.6;
}

div.top_menu a.menu_page,
div.top_menu a:visited.menu_page {
	background-color: #526869;
	color: #f6f6f6;
	border-width: 0;
	border-style: none;
	text-decoration: none;
	padding: 3px 5px;
	text-transform: capitalize;
	font-size: 11px;
}

div.top_menu a:hover.menu_page {
	background-color: #3c4c4c;
	color: #f6f6f6;
	border-width: 0;
	border-style: none;
	text-decoration: none;
	padding: 3px 5px;
	text-transform: capitalize;
	font-size: 11px;
}

div.top_menu a.menu_current_page,
div.top_menu a:hover.menu_current_page,
div.top_menu a:visited.menu_current_page {
	background-color: #3c4c4c;
	color: #f6f6f6;
	border-width: 0;
	border-style: none;
	text-decoration: none;
	padding: 3px 5px;
	text-transform: capitalize;
	font-size: 11px;
}
/* @end */

/* @end */

/* @group Content */

#content {
	color: #3b3e3a;
}

#content .cclass{
	background-color: #fff;
	margin-top: 2px;
	padding: 3px;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 20px;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 18px;
}

#content h3 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 16px;
}

/* @end */

/* @end */
