@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #333;
	text-decoration: none;
	background-color: #DCEDDC;
	padding: 0px;
	text-align: center;
}
h1 {
	font-size: 3em;
	color: #248410;
}
h2 {
	font-size: 2em;
}
abbr {
	text-decoration: none;
}




#outer {
	height: auto;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #030;
}
#inner {
	height: auto;
	width: 708px;
	background-color: #FFF;
	padding: 36px;
	margin: 10px auto;
}
#header {
	height: 156px;
	width: 100%;
	padding-top: 18px;
}
#logo {
	float: left;
}

#menu {
	float: right;
}
#menu a {
	color: #248410;
}
#menu a:hover {
	color: #666;
}
#content {
	clear: right;
	width: 700px;
}
#photoContent {
	float: left;
	text-align: center;
}
#photoCol {
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}




.largeTxt {
	font-size: 1.4em;
}

.noTextDecor {
	text-decoration: none;
}

.medText {
	font-size: 1.2em;
	color: #248410;
}
.spacer {
	height: 110px;
}
.pad36 {
	padding-left: 280px;
}
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.clrB {
	clear: both;
}
.clrL {
	clear: left;
}
.clrR {
	clear: right;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
.photo {
	padding-bottom: 12px;
	width: 300px;
}
