@charset "UTF-8";

a:link {
	color: #BCD6A0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1e1e1e;
}
a:hover {
	text-decoration: underline;
	color: #e3e3e3;
}
a:active {
	text-decoration: none;
	color: #1e1e1e;
}
.author {
	font-size: small;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1b1b1b;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-attachment: fixed;
	background-color: #E0DDD6;
	background-image: url(../images/background-1.jpg);
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.btn {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
	background-color: #000;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
}
#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/container-trans-bg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
}
#fullFooter {
	background-color: #BCD6A0;
	height: 60px;
	width: 100%;
	position: fixed;
}
#content {
	background-color: f7f7f7;
	width: 880px;
	text-align: center;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	margin-top: 5px;
}

.copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1b1b1b;
}

.decoratedTable {
	font-family: "Courier New", Courier, monospace;
	background-color: #FAFAFA;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}


.decoratedForm {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
}
#footer {
	width: 875px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 81px;
	clear: both;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
	position: absolute;
	left: 93px;
	top: 75px;
}
#footer #footerContent {
	height: 65px;
	padding-top: 15px;
	width: 825px;
	position: fixed;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#greenNavBar {
	background-image: url(../images/navbar-bg.png);
	background-repeat: repeat-x;
	width: 900px;
	height: 42px;
	text-align: center;
}
.centered {
	text-align: center;
	margin: auto;
}
#navTable {
	margin: auto;
	height: 42px;
	text-align: center;
	vertical-align: middle;
	width: 60%;
	overflow: visible;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

ul#horizontal-list {
	list-style: none;
	padding-top: 20px;
	margin: auto;
	text-align: center;
}

ul#horizontal-list li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}

#header {
	height: 266px;
	width: 900px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.headlineCopy {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	display: inline;
	background-color: #bcd6a0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.inputField {
	background-color: #fafafa;
	border: 1px solid #666;
	float: left;
	font-family: "Courier New", Courier, monospace;
	color: #B90000;
}#mailingListCell {
	width: 280px;
	text-align: center;
}
#navBar {
	width: 100%;
	text-align: justify;
	display: inline;
	background-image: url(../images/image-slices/02-navbar-bg.gif);
	background-repeat: no-repeat;
	height: 42px;
}

#newsColumn {
	float: left;
	width: 545px;
	position: relative;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.newsModule {
	background-color: #FFF;
	border: 1px solid #e3e3e3;
	width: 415px;
	margin-bottom: 5px;
	vertical-align: top;
	padding: 2px;
}
#rightSidebar {
	width: 320px;
	position: relative;
	border: 1px solid #e3e3e3;
	float: right;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}
#showData {
	width: 320px;
	text-align: left;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1b1b1b;
}

#greenNavBar ul {
	display:inline;
	float:left;
	padding:0;
	position:relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	vertical-align: middle;
	height: 42px;
}
#greenNavBar ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	vertical-align: middle;
}
#container #content #rightSidebar div #subscribeField {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#container #content #rightSidebar div #subscribeField tr td #mc_embed_signup #mc-embedded-subscribe-form fieldset .mc-field-group {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #content #rightSidebar div #subscribeField tr td #mc_embed_signup {
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bandHeadline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.photoTable {
	padding: 5px;
}
