@charset "utf-8";
.caption {font-size: 10px;
	font-style: italic;
}
.style1 {font-size: 12px}
.style14 {font-weight: bold}
.style15 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #336600;
}
.style16 {color: #295300}
.style17 {color: #E6B348}

.style4 {font-size: 14px; font-weight: bold; font-style: italic; }
.style9 {font-size: 14px}
.footertext {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #001C00;
}
.style13 {font-size: 9px}
.style5 {	font-size: 12pt
}
.redhead {font-size: 18px; font-style: italic; font-weight: bold; color: #ad0303; }
.infotitle2 {
	font-size: 20px;
	font-weight: lighter;
}
.style9 {font-size: 8pt; }
.style10 {
	font-size: 9px;
	font-weight: bold;
}
.style12 {font-size: 9px; }
.style13 {font-size: 9%}
.infotitle {font-size: 24px}
.infoheading {
	font-size: 14px;
	font-weight: bold;
	color: #ad0303;
}
.filelink {font-size: 12px}
.filelink2 {
	font-size: 12px;
	color: #E6B348;
}

.style4 {font-size: 14px; font-weight: bold; font-style: italic; }
.style9 {font-size: 14px}
.footertext {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #001C00;
}
.style13 {font-size: 9px}
.style5 {	font-size: 12pt
}
.caption {font-size: 10px;
	font-style: italic;
}
.style1 {font-size: 12px}
.style14 {font-weight: bold}
.style15 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #336600;
}
.style16 {color: #295300}
.style17 {color: #E6B348}


#navbar {
	background-color: #ad0303;
	margin: 0px;
	height: 30px;
	width: 732px;
	border: 1px solid #AD0303;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#rowtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #001C00;
	background-color: #E6B348;
	margin: 0px;
	padding: 15px;
	float: left;
	height: auto;
	width: 728px;
	border: solid #ad0303 1px;
}

body  {
	background: #003300;
	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: #003700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #009900; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #001C00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-color: #ad0303; /* 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. */
}
.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 {
	background-color: #AD0303;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
	float: none;
	clear: both;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #009900;
	width: 758px;
}
.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 */
}
.rightcoltextblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 15px;
	float: right;
	width: 335px;
}
