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


.style1 {
	color: #003200;
	font-size: 24px;
}

.style3 {font-size: 24px}
body {
	background-color: #FFFFFF;
}
.style24 {color: #003200}
body,td,th {
	color: #000000;
	line-height: normal;
}
.style39 {
	font-family: Arial;
	color: #FFFFFF;
}
.style40 {color: #333333}
.style43 {
	color: #333333;
	font-size: large;
}
.style47 {
	color: #E8FFF1;
	font-size: 24px;
	font-family: Arial;
	line-height: normal;
}
.style50 {font-size: 24px; font-family: Arial; color: #003300; }
.style52 {
	color: #E8FFF1;
	font-weight: bold;
}



/* New Ones */
.styleSmallHeading {
	color: #E8FFF1;
	font-size: 24px;
	font-family: Arial;
	text-align: center;
	margin: 0;
}
.styleBigHeading {
	font-size: 48px;
	font-family: Arial;
	color: #E8FFF1;
	text-align: center;
	line-height: 0.8;
	margin: 0;
}
.styleHeaderLinks {
	font-size: 18px;
	text-align:center;
}
.styleSpacer {
	font-size: 20%;
}
.styleSmallFooter {
	color: #E8FFF1;
	font-size: 18px;
	font-family: Arial;
	text-align: center;
	margin: 0;
}
.styleInnerLinks {
	background-color: #003200;
}
.styleSquishTable {
	border-top-width: 0;
	border-top-padding: 0;
}













body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
		background:#003200; 
	/*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. */
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003200;
}
.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 */
}

.oneColFixCtrSpacer #spacer {
	width: 100%;
	margin: 0;
}

.img-float-left {
  float: left;
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
}
.img-float-right {
  float: right;
  margin: 0px 0px 0px 10px;
  vertical-align:middle;
}
.img-left-w-capt {
  float: left;
  margin: 0px 10px 0px 0px;
  width:400px;
  height:250px;
  vertical-align: middle;
}
.img-right-w-capt {
  float: right;
  margin: 0px 0px 0px 10px;
  width:400px;
  height:250px;
  vertical-align:middle;
}
.img-overlay-capt{
  text-align:center;
  font-size:14px;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  top:219px;
  float:none;"
}
















a:link {
	text-decoration: none;
	color: #003200;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #003200;
}
a:link span{
	text-decoration: none;
	color: #E8FFF1;
}
a:visited span{
	text-decoration: none;
	color: #E8FFF1;
}
a:hover span{
	text-decoration: underline;
	color: #666666;
}
a:active span{
	text-decoration: none;
	color: #0000FF;
}

.styleInnerLinks a:link {
	text-decoration: none;
	color: #E8FFF1;
}
.styleInnerLinks a:visited {
	text-decoration: none;
	color: #E8FFF1;
}
.styleInnerLinks a:hover {
	text-decoration: underline;
	color: #E8FFF1;
}
.styleInnerLinks a:active {
	text-decoration: none;
	color: #E8FFF1;
}
.styleInnerLinks a:link span{
	text-decoration: none;
	color: #E8FFF1;
}
.styleInnerLinks a:visited span{
	text-decoration: none;
	color: #E8FFF1;
}
.styleInnerLinks a:hover span{
	text-decoration: underline;
	color: #E8FFF1;
}
.styleInnerLinks a:active span{
	text-decoration: none;
	color: #E8FFF1;
}