@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.thrColFixHdr #container { 
	width: 735px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #container a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #container a:hover {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* 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. */
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	background-color: #FFFFFF;
	float: left;  /*since this element is floated, a width must be given */
	background-image:none; 
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 48px 0px;
	padding: 0px;
	text-align:center;
	color:#FFFFFF;
}
.thrColFixHdr #sidebar1 .spacer {
	background-image: url(images/BoxBG.gif); /* padding keeps the content of the div away from the edges */
	padding: 6px 3px 4px 3px;
	margin: 20px 0px;
}
.thrColFixHdr #sidebar1 a {
	font-weight: normal;
}
.thrColFixHdr #sidebar1 a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #0066CC;
}

.thrColFixHdr #sidebar2 {
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float: right; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(images/BoxBG.gif);
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
 min-height:400px;
  height:auto !important;
  height:400px;
	margin-right: 10px;/* use this with pstsCMS.php - if you don't want the text to wrap - do not use it with pstsCMSfloatright
	width: 400px;
*/
} 
.thrColFixHdr #mainContent p {
	top-margin: 0;
	top-padding: 0;
	color: #333333;
}
.thrColFixHdr #mainContent h1 {
	top-margin: 0;
	top-padding: 0;
	font-size: medium;
	font-weight: bold;
	color: #333333;
}
.thrColFixHdr #mainContent h2 {
	top-margin: 0;
	top-padding: 0;
	font-size: small;
	color: #000066;
	font-weight: bold;
}
.thrColFixHdr #mainContent h3 {
	top-margin: 0;
	top-padding: 0;
	font-size: small;
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.thrColFixHdr #mainContent a {
	color: #990000;
}
.thrColFixHdr #mainContent a:hover {
	color: #0000cc;
}
.thrColFixHdr #sidebar2 p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFFFFF;
}
/* I put this in just to show how it could be done - this is an entity that floats right and text wraps around it - it is essentially the same as sidebar2 */
#imagewrap {
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	float:right;
	padding-left:10px;
	background-color: #00CC99;
	margin: 5px;
	border: thin double #6600FF;
	clear: right;
}
.thrColFixHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.thrColFixHdr #footer p {
	font-size: x-small;
	text-align: center;
	color: #ffffff;
	background-image: url(images/FooterBG.gif);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
}
.thrColFixHdr #footer a.bottomNote {
	font-size: small;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
	margin-bottom: 12px;
}
.thrColFixHdr #footer a.bottomNote:hover {
	font-size: small;
	font-weight: normal;
	color: navy;
	text-decoration: underline;
	margin-bottom: 12px;
}
.thrColFixHdr #footer a {
	font-size: xx-small;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}
.thrColFixHdr #footer a:hover {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: navy;
	text-decoration: none;
}
.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;
}
td.leftnav {
	background-image: url(images/REAP.jpg);
	background-repeat: no-repeat;
	min-height:450px;
	height:auto !important;
	height:450px;
	width: 155px;
}
ul.nav {
	margin-top: 190px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -18px;
	padding-right: 0;
	padding-bottom: 200;
	padding-top: 200;
	list-style-image: url(images/NavBullet.gif);
}
li.nav {
	margin-left: -2px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(images/NavLine.gif);
	background-repeat: no-repeat;
	background-position: -5px bottom;
	list-style-image: url(images/NavBullet.gif);
	list-style-type: none;
	font-weight: bold;
}
.thrColFixHdr #container a.navlink {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container a.navlink:hover {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}