@charset  "utf-8";
body  {
	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;
	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: x-small;
}
.thrColFixHdr #container {
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.thrColFixHdr #header { 
	background: #ffffff; 
	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: 0px 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: 257px; /* 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 */
	height: 320px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #CCCCCC;
	margin: 0px;
}
.thrColFixHdr #nsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
	height: 420px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #lsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 480px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #CCCCCC;
}
.thrColFixHdr #longsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 400px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #CCCCCC;
}
.thrColFixHdr #l2sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 375px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #CCCCCC;
}
.thrColFixHdr #xlsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 282px; /* 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 */
	height: 540px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 5px;
}
.thrColFixHdr #redsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 428px; /* padding keeps the content of the div away from the edges */
	font-size:10pt;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #CC0000;
}
.thrColFixHdr #witesidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 428px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #wsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
	height: 428px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.thrColFixHdr #greysidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 410px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.thrColFixHdr #brdrsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 428px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border:2px solid #CC0000; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 320px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
	color:#CC0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #nsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
	height: 420px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
	color:#CC0000;
	font-size: x-small;
	padding: 0px;
}
.thrColFixHdr #sidebar2a {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 465px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
	color:#000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: x-small;
}
.thrColFixHdr #lsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 480px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
	color:#CC0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #longsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 400px; /* padding keeps the content of the div away from the edges */
	font-size:10pt;
	background-color: #CCCCCC;
	color:#000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #l2sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 375px; /* padding keeps the content of the div away from the edges */
	font-size:10pt;
	background-color: #CCCCCC;
	color:#000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #xlsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 282px; /* 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 */
	height: 540px; /* padding keeps the content of the div away from the edges */
	font-size:10pt;
	background-color: #FFFFFF;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: left;
}
.thrColFixHdr #redsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 385px; /* padding keeps the content of the div away from the edges */
	font-size:10pt;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.thrColFixHdr #greysidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 410px;
	background: #cccccc; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.thrColFixHdr #witesidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 428px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #wsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* 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 */
	height: 428px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.thrColFixHdr #brdrsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 428px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border:2px solid #CC0000; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 285px;
	margin-bottom: 10px;
	margin-left: 285px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
} 
.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;
	font-size:7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
} 
.thrColFixHdr #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;
}
.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;
}
.thrColFixHdr #menu { /*added hopefully for menu item */
	margin: 0;
	padding: 0;
	background:#ffffff;
	height:40px;
	font-size:8px;
}
.title { /*added hopefully for title item */
	padding: 0;
	background:#ffffff;
	font-size: 18pt;
	color: #999999;


	font-family: Verdana, Arial, Helvetica, sans-serif
	font-weight: bold;
	height:35px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagebottom {
	margin: 0;
	padding: 0 0;
	background:#ffffff;
	font-size: 7pt;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.thrColFixHdr #container #mainContent #mid text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.thrColFixHdr #container #mainContent #redmidpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 195px;
	margin-top: 2px;
	width: 275px;
}
.midtext {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.midzone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #999999;
	height: 428px;
}
