@charset "utf-8";
body {
	margin: 10px 0px 0 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
a, a:active, a:visited{
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #891402;
}

.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 */
	font-size: 12px;
	font-style: italic;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 22px;
	color: #891402;
	text-align: left;
	margin-top: 5px;
	padding-top: 0px;
	line-height: 0px;
	padding-bottom: 13px;
	
}
.oneColFixCtrHdr #container #mainContent #left_column_for_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #59520C;
	border-right-color: #59520C;
	border-bottom-color: #59520C;
	border-left-color: #59520C;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 18px;
	color: #891402;
	padding-bottom: 3px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-size: 14px;
	color: #59520C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-size: 16px;
	color: #891402;
	text-align: right;
	margin-top: 5px;
	padding-top: 0px;
	line-height: 0px;
	padding-bottom: 13px;
}
.CPIred {  color: 891300}
.CPIredline { color: 891300 ; text-decoration: underline}
.Boldlink { color: #006699; ; font-weight: bold; text-decoration: underline}

.oneColFixCtrHdr #container #mainContent ul {
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
}.tooltip { color: #CC9933; ; font-weight: normal; text-decoration: none; border-bottom: 1px dotted #CC9933;}
.subhdrbold { font-size: 18px;
	color: #891402;
	padding-bottom: 0px; ; font-weight: bold}
.subhdrbold2 { 	font-size: 14px;
	color: #59520C; ; font-weight: bold}
.quotes {  font-size: 14px; font-style: italic; font-weight: bold; color: #666600; font-variant: small-caps; font-family: Arial, Helvetica, sans-serif}
.quotesWHO { font-size: 12px; font-style: normal; font-weight: bold; color: #666600; font-variant: normal; font-family: Arial, Helvetica, sans-serif}
.hr_dotted {
	border-bottom: dotted #59520C 1px;
}
.twoColFixLtHdr #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;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container #header h4 {
	font-size: 16px;
	color: #891402;
	text-align: right;
	margin-top: 5px;
	padding-top: 0px;
	line-height: 0px;
	padding-bottom: 13px;
}
.twoColFixLtHdr #header {
	padding: 0;  /* 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: 0px;
	background-color: #FFFFFF;
} 
.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 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #59520B;
	border-right-color: #59520B;
	border-bottom-color: #59520B;
	border-left-color: #59520B;
}
.twoColFixLtHdr #container #sidebar1 .style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #891402;
	font-weight: bold;
	padding: 0px;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.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 */
	font-size: 12px;
	font-style: italic;
}
.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;
}
.Boldlink2 {
	color: #891300;
	;
	font-weight: bold;
	text-decoration: underline
}
