@charset "utf-8";
body {
	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 */
	color: #C3945C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #351E00;
}
a {
	text-align: center;
	text-decoration: underline;
}
h1 {
	color: #583F20;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}
h2 {
	color: #A57F00;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	font-size: small;
	border: medium outset #A1AC1F;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 250px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
}


.oneColFixCtrHdr #mainContent {
	padding: 20px;
	background-color: #FFFFFF;
	text-align: left;
	font-size: small;
}
#mainContent p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linkdiv2 {
	float: left;
}

#nav1 {
	position: relative;
	height: auto;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #351E00;
	text-align: center;
	font-size: large;
}
#tablemain tr th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 700px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	margin: 20px;
	background-color: #FFFFFF;
}

#tablemain2 tr th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 780px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	margin: 20px;
	background-color: #C69F64;
}

#tablemain tr th p {
	height: auto;
}

#tablemain tr th h2 {
	color: #583F20;
}
#thanks {
	background-color: #C3944E;
	width: auto;
}
#thanks tr th h2 {
	color: #7A0800;
}
#thanks tr th .thanks p {
	color: #351E00;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.thanks {
	width: auto;
}

.contentdiv {
	height: inherit;
	overflow: auto;
	alignment-adjust: middle;
}

.contentdiv img {
	padding-bottom: 5px;
}
.contentdivA1 {
	width: 220px;
}
.contentdiv p a {
	color: #7A0800;
	font-size: 18px;
}


.contentdiv1 {
	height: 320px;
	overflow: auto;
}




.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #351E00;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #A59A48;
	text-align: center;
	font-size: x-small;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.linkdiv1 {
	float: right;
}
