body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	background-position: center top;
}
.thrColFixHdr #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCCCCC;
	background-image: url(images/back_shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 960px;
	margin-left: 8px;
} 
.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 */
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #000033;
	line-height: normal;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	margin-left: 9px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 11px;
	margin-top: 20px;
	background-color: #CCCCCC;
}
.thrColFixHdr #mainContent {
	height: 375px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	float: right;
} 
.thrColFixHdr #container #mainContent p {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.thrColFixHdr #footer {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 950px;
	margin-right: 12px;
	margin-left: 8px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #000033;
	height: 50px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}.bold {
	font-weight: bold;
}
.boldBLUE {
	font-weight: bold;
	color: #000066;
}
.thrColFixHdr  #bottomContentRT {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 25px;
	margin-top: 10px;
	background-color: #CCCCCC;
	margin-bottom: 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 4px solid #666666;
}
.thrColFixHdr #bottomContentMID {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 25px;
	margin-top: 10px;
	background-color: #CCCCCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 4px solid #666666;
}
.thrColFixHdr #bottomContentLFT {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 25px;
	margin-top: 10px;
	background-color: #CCCCCC;
	margin-bottom: 0px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	border: 4px solid #666666;
}
h2 {
	font-size: 16px;
}
.thrColFixHdr   #mainContInside {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 40px;
	text-align: left;
}
.IT {
	font-style: italic;
}
.alignLeft {
	text-align: left;
}
.thrColFixHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.smalltext {
	font-size: 10px;
}
h3 {
	font-size: 14px;
	color: #006666;
}
.purpleHeader {
	font-size: 14px;
	color: #3333CC;
}
.yellowHeader {
	font-size: 14px;
	color: #FFCC00;
}
.greenHeader {
	font-size: 14px;
	color: #006633;
}
.orangeHeader {
	font-size: 14px;
	color: #FF6600;
}
.redHeader {
	font-size: 14px;
	color: #CC0000;
}
.blueHeader {
	font-size: 14px;
	color: #0000CC;
}

