@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #003300;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
body {
	background-color: #FFFFFF;
}
a:visited {
	color: #003300;
}
a:visited {
	color: #000000;
}
h1 {
	color: #003300;
}
h2 {
	color: #003300;
}
h3 {
	font-size: 0.9em;
	color: #003300;
}
h4 {
	font-size: 0.8em;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #003300;
}
.mainContent {
	background-position: top;
	margin-top: 0px;
	padding-top: 24px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -5000px;
	height: 1px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CC9900;
}
.oneColFixCtrHdr #container #footer aNav {
	text-align: center;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.imgNav {
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 6px;
	margin-left: 6px;
}
.medImg {
	border: 3px solid #001700;
	margin: 12px;
}
a:link {
	color: #003300;
}
a:hover {
	color: #CC9900;
}
.MedImg {
	margin-right: 12px;
	margin-left: 0px;
	border: 4px solid #003300;
}
.cntImg {
	margin: 12px;
	border: 3px solid #003300;
}
.rightImg {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 3px solid #000000;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 12px;
	padding-right: 0px;
}
.LeftImg {
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	border: 3px solid #000000;
}
.icon {
	margin: 6px;
	border: 2px solid #000033;
}

