@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #369;
	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;
	background-color: #336699;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	text-align: left;
	color: #204162;
}
.twoColFixRtHdr #container {
	width: 785px;
	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. */
	background-color: #369;
} 
.twoColFixRtHdr #header {
	background: #369;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	} 
header table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	background-color: #D2A13A;
	text-align: center;
	border: medium solid #FFF;
}
.twoColFixRtHdr #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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
	text-align: right;
}
.table2 {
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #FFF;
	background-color: #c9dbed;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	background: #369;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 
.twoColFixRtHdr #footer {
	background: #8FB114;
	border: thin solid #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
} 
.h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.66em;
	font-style: normal;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	word-spacing: normal;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	background-color: #336699;
	text-align: center;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000;
	text-align: right;
}
.h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	color: #1C5A97;
	background-color: #73a2d1;
	font-weight: bold;
}
.h10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFF;
	background-color: #369;
	text-align: left;
	font-weight: bold;
}
.h11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	background-color: #73a2d1;
	text-align: center;
	color: #C9DBED;
}
.h15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .83em;
	font-weight: bold;
	color: #204162;
}
.h7 {
	font-size: 1em;
	font-style: normal;
	color: #204162;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .83em;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}
.h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .83em;
	color: #204162;
	text-align: left;
	font-weight: normal;
}
.h21 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #204162;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A5F00;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #D400AA;
	font-weight: bold;
}
.h13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	color: #FFF;
	background-color: #369;
	text-align: left;
	font-weight: bold;
}
.table {
	background-color: #C9DBED;
	border: thin none #FFF;
	margin-left: 10px;
	text-align: left;
	padding: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.table3 {
	text-align: center;
}
.h14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
.h17 {
	font-size: .83em;
	color: #204162;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.h18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .86em;
	font-weight: bold;
	color: #204162;
	text-align: center;
}
.h29 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #204162;
	text-align: center;
	font-weight: bold;
}
.h28 {
}


.h20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .86em;
	color: #FFF;
	background-color: #8FB114;
	text-align: center;
	font-weight: bold;
}
.h24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #204162;
	background-color: #C9DBED;
}
.h29 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .66em;
	color: #369;
	text-align: center;
}

.h27 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #204162;
	text-align: center;
}
.table4 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: thin;
}
.table5 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
}
.h28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #8fb114;
	padding: 1px;
	margin: 1px;
}
.table5 {
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.table5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.table4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-right: 2px;
	border-right-style: none;
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #FFF;
	background-color: #369;
	text-align: right;
	font-weight: bold;
}
.h31 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #369;
	font-size: 1em;
}
