body {
	margin: 0; /* zero margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	height: 100%;
	background-image: url(../images/greenfill.jpg);
	background-repeat: repeat-y;
 } 
.thrColAbsHdr #container {
	position: relative;
	text-align: left;
	margin: 0;
}
.thrColAbsHdr #header {
	height: 52px;
	padding: 0;
	background-image: url(../images/hdr-rules.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.thrColAbsHdr #sidebar1 {
	top: 73px;
	left: 0;
	width: 213px; /* background image will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background-image: url(../images/side-fill.jpg);
	height: 100%;
	background-repeat: repeat;
}
.thrColAbsHdr #sidebar2 {
	top: 159px;
	right: 0px;
	width: 160px; /* padding keeps the content of the div away from the edges */
	position: absolute;
	left: 774px;
	font-size: 15px; 
	font-style: italic; 
	line-height: 15pt; 
	color: #339933;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #66cc66;
	margin-top: 20px;
}
.thrColAbsHdr #sidebar2b {
	top: 159px;
	right: 0px;
	width: 160px; /* padding keeps the content of the div away from the edges */
	position: absolute;
	left: 774px;
	font-size: 15px; 
	line-height: 15pt; 
	color: #000066;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 20px;
}
.thrColAbsHdr #sidebar2c {
	top: 889px;
	right: 0px;
	width: 160px; /* padding keeps the content of the div away from the edges */
	position: absolute;
	left: 774px;
	font-size: 15px; 
	line-height: 15pt; 
	color: #000066;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 20px;
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 558px;
	top: 55px;
	left: 190px;
	position: absolute;
	font-size: 15px; 
	line-height: 16pt; 
	color: #000066;
}
.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColAbsHdr #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;
}
/* sitewide text styles */
p {
	font-family: Arial, Helvetica, sans-serif; 
	}
ul {
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16pt;
	padding-bottom: 6px;
	color: #000066;
}
a:link {color: #663399; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:active {color: #009999; text-decoration: underline;}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16pt;
	color: #000066;
	padding-bottom: 6px;
}
.sidebar { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #FFFFCC; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px; padding-left: 2px }
.pathnames {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000066}
.H1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; line-height: 16pt; font-weight: bold; color: 000066; clip:   rect(   )}
.H2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 14pt; font-weight: 900; color: 000066; clip: rect( ) }
caption {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10pt}
.hometext {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 20pt; color: #000066}
.quote {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: italic; line-height: 13pt; color: #339933}
.quotecredit {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 15pt; color: 999999}

