@charset "utf-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.thrColFixHdr #container { 
	width: 850px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 159px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.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 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/siteart/NavBG.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 500px;
}
.thrColFixHdr #sidebar1 span {
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px; /* padding keeps the content of the div away from the edges */
	vertical-align: top;
	top: 162px;
	position: absolute;
}
.thrColFixHdr #sidebar1 p {
	margin: 0px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	/*background-image: url(images/siteart/NavBGShading.jpg);*/
	color: #FFFFFF;
	vertical-align: top;
	top: auto;
	background-image: url(images/siteart/NavUnderline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.thrColFixHdr #sidebar1 ul {
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px; /* padding keeps the content of the div away from the edges */
	list-style-position: inside;
	list-style-type: square;
}
.thrColFixHdr #sidebar1 li {
	padding: 0px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	/*background-image: url(images/siteart/NavBGShading.jpg);*/
	color: #FFFFFF;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.thrColFixHdr #sidebar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:hover {
	color: #999999;
	text-decoration: none;
}


/* 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 #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
 min-height:400px;
  height:auto !important;
  height:400px;
/* use this with pstsCMS.php - if you don't want the text to wrap - do not use it with pstsCMSfloatright
	width: 400px;
*/
} 
#mainContent a:link {
	color: #660099;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #660099;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #999999;
	text-decoration: none;
}
.thrColFixHdr #mainContent p {
	font-size: small;
} 
.thrColFixHdr #mainContent h1 {
	font-size: large;
	color: #660099;
} 
.thrColFixHdr #mainContent h2 {
	font-size: medium;
	color: #660099;
} 
.thrColFixHdr #mainContent h3 {
	font-size: small;
	color: #660099;
} 
.thrColFixHdr #mainContent li {
	font-size: small;
	list-style-type: square;
} 
#mainContent img {
	padding: 3px;
} 
.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9933cc;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: 42px;
} 
.thrColFixHdr #footer p {
	margin: 0px;
	padding: 0px;
}
.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;
}

input.test {
	display: none;
}
a.bottomNote:link, a.bottomNote:visited {
	text-align: center;
	color: #FFFFFF;
}
a.bottomNote:hover {
	text-align: center;
	color: #660099;
}
div.bottomNote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}


.thrColFixHdr #sidebar2 {
	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; /* since this element is floated, a width must be given */
	background: #660099; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #FFFFFF;
}
.thrColFixHdr #sidebar2 td {
	color: #FFFFFF;
} 
.thrColFixHdr #sidebar2 h1 {
	font-size: large;
	color: #FFFFFF;
} 
.thrColFixHdr #sidebar2 h2 {
	font-size: medium;
	color: #FFFFFF;
} 
.thrColFixHdr #sidebar2 h3 {
	font-size: small;
	color: #FFFFFF;
} 

