@charset "utf-8";
html  {
	overflow: auto;
}
body  {
	align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	overflow: auto;
	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: #000000;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 1px;
}
.twoColFixLtHdr #container {
	width: 800px;
	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. */
	background-color: #99AFD6;
} 
.twoColFixLtHdr #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: #99AFD6;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #99AFD6;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #4A6FBD;
} 
.twoColFixLtHdr #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 */
}
.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;
}
a.leftNavMain {
	margin-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D6CAF;
	text-decoration: none;
	text-align: left;
}
a.topNavMain {
	align: center;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1D6CAF;
	text-decoration: none;
	text-align: center;
}

.topNavMain:hover {
    text-decoration:none;
    color:#009482;
}

.bodyMain {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	
}
.bodyHeaderGreen {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009482;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	visibility: visible;
	text-align: left;
}
.middleNav {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.footer {
	align: left;
	margin-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	background-color: #99AFD6;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}
.footerwh {
	align: left;
	margin-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}
.bodyMidHeader {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009482;
	text-align: left;
}
.leftNavSub {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.leftNavSub:hover {
	text-decoration:none;
	color:#CCC;
	font-weight: 200;
}

.leftNavSubBlue {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #1D6CAF;
	text-decoration: none;
}

.leftNavSubBlue:hover {
	text-decoration:none;
	color:#009482;
	font-weight: 200;
}

.bodylink {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #039;
	text-decoration: none;
}
.bodySubMain {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.bodyItalic {
	align: left;
	margin-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	font-style: italic;
}
.bodyHeaderGreenRtJustify {
	align: left;
	margin-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009482;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	visibility: visible;
	text-align: right;
}
.bodySubMainGreen {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009482;
}
.bodyMainGreen {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #009482;
}
.topNavMainSelected:hover {
	text-decoration:none;
	color:#039;
}
a.topNavMainSelected {
	align: center;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009482;
	text-decoration: none;
	text-align: center;
}
.bodyItalicSmall {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	font-style: italic;
}
.bodysublink {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #039;
	text-decoration: none;
}
.bodysubLargerlink {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #039;
	text-decoration: none;
}
.bodysublink:hover {
    text-decoration:none;
    color:#009482;
}
.bodysubLargerlink:hover {
    text-decoration:none;
    color:#009482;
}
.bodyItalicSmallBlue {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1D6CAF;
	font-style: italic;
}
.leftNavSubSelected {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #F2F2F2;
	text-decoration: none;
	height: auto;
	width: 100%;
	font-style: italic;
}
.bodyHeaderBlack {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	visibility: visible;
	text-align: center;
	text-decoration: none;
}
.bodyHeaderBlack:hover {
	text-decoration:none;
	color:#039;
}
.bodyMainGray {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.invalid { 
	border-left: 3px solid red; 
}
.bodyMainLarge {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}
.bodyHeaderGreenCenter {
	align: left;
	margin-left: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009482;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	visibility: visible;
	text-align: center;
}
.bodySubMainCenter {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.bodyMidHeaderBlue {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1d6caf;
	text-align: left;
}
.bodyMidHeaderBlack {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	text-align: left;
}
.gradientgreen {
	background-color: #FFF;
	background-image: url(../images/gradient-green2.gif);
	background-repeat: no-repeat;
}
.gradientyellow {
	background-color: #FFF;
	background-image: url(../images/gradient-yellow.gif);
	background-repeat: no-repeat;
}
.bodyMidHeaderBlackCenter {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	text-align: center;
}
.bodySubMainlarger {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
.bodyHeaderBlackLeft {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	visibility: visible;
	text-align: left;
	text-decoration: none;
}
.bodyMidHeaderBlueLink {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1d6caf;
	text-align: left;
	text-decoration: none;
}
.bodyMidHeaderBlueLink:hover {
	align: left;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009482;
	text-align: left;
	text-decoration: none;
}
.bodySubMainlargerSpaced {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.bodyHeaderBlack {
	align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	position: relative;
	visibility: visible;
	text-align: left;
}
