@charset "utf-8";
/* CSS Document */
/**
 * 100% height layout with header and footer
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #EFF3D8;
}
/* <style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColElsCtr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	width: 90%;
	margin: auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1, h2, h3, h4 {
	color: #062F16;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	margin-bottom: .25em;
}
a {
	color: #000033;
}

p { 
	text-align: justify;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding: 1px 0 0 0;
	background-color:#FFFFFF;
	text-align: center;
}

#header h1 {
	margin: .3em 0 .2em 0;

}
#header h2 {
	color:#FFFFFF;
	margin: .25em;
}

#nav {
	background: #0D612F;
	text-align: center;
	margin: 0;
	padding: 0 5px;
	line-height: 200%;
	margin-bottom: 1em;
}
#nav p {
	text-align: center; 
	vertical-align: middle;
}
#nav a {
	padding: 0 1em;
	color: #EFF3D8;
	font-weight: bold;
	text-decoration: none;
}

div#content {
	padding: 0 1em 5em 1em; /* bottom padding for footer */
}
	div#content p {
		padding:0 1em;
	}

#footer {
	clear: both;
	width:100%;
	bottom:0; /* stick to bottom */
	color: #062F16;
	font-size: 80%;
}
#footer p {
	margin: 1em 0;
	text-align: center;
}

#footer a{
	color: #000033;
}

img.left {
	float: left;
	margin: .5em 1em .5em 0; 
}
img.right {
	float: right;
	margin: .5em 0 .5em 1em;
}
.center {
	text-align: center;
	margin: auto;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
img {
	margin: .5em;
	border: thin inset;
}
a img {
	margin: .5em;
	border: medium inset #0D612F;
}
a:hover img {
	border: medium inset #FF0000;
}
table {
	margin: auto;
}
tr {
	vertical-align: top;
}
td {
	padding: .3em; 
}
table#control {
	height: 100%;
	margin: 0;
	padding: 0;
}
table#control td {
	margin:0;
	padding: 0;
}
div#tablefooter {
	width:100%;
	background: center repeat-x	url(images/wood1.jpg);	
	color: #FFF3E8;
	text-align: center;
	font-size: 80%;
	clear: both;
}
	div#tablefooter p {
		padding: 1em;
		margin:0;
		text-align: center;
	}
	div#tablefooter a{
	color: #FFF3E8;
}
.photo {
	font-size: 75%;
}
div.indent {
	margin-left: 450px;}
.indent  p {
	margin: 0 0 0 20px;
  text-indent: -35px;
  text-align: left;
}
.signature {
	margin-left: 5em;
	font-weight: bold;
}
img.terry {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
.address {
	float: left;
	white-space: nowrap;
	width: auto;
	text-align: left;
}
div.right {
	float: right;
	margin: .5em 0 .5em 1em;
	text-align: center;
	font-size: 90%;
}
div.right img {
	margin: 0;
}
ul {
	margin-left: -.5em;
}
li {
	margin-left: 1em;
}
div.right267 {
	float: right;
	margin: .5em 0 .5em 1em;
	text-align: center;
	font-size: 90%;
	width: 267px;
}
div.blockright {
	margin-left: 290px;
}

.fraction {
	position: relative;
	top: -.1em;
	font-size: smaller;
}
p#myte22 {
	text-align:center;
	margin: 0px;
}
ul.ringholders li {
	text-decoration: none;
	float: left;
	display: inline;
	text-align: center;
	width: 220px;
}
div.right307 {
	float: right;
	margin: 0 0 0 1em;
	text-align: center;
	font-size: 90%;
	width: 307px;
}
div.right307 img {
	margin:auto;
}