body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #669;
	background-image: url(back.gif);
}
.thrColFixHdr #container {
	width: 1100px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	text-align: center;
} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* 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. */
	border-bottom-style: double;
} 
.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: 255px; /* 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 */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	color: #000;
	font-size: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-style: double;
	border-right-style: double;
	visibility: visible;
	height: auto;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	visibility: hidden;
}
.thrColFixHdr #mainContent {
	margin: 0 200px; /* This controls the color half of the test as well */
	padding: 0 10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
	font-size: small;
} 
.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-right: 50px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 50px;
}
.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;
}
body,td,th {/* This controls the color of all of the tables */
	color: #000;
	font-size: small;
}
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	
}
a:active {
	color: #3FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
li {/* This controls the color half the websites text */
	margin: 0 200px;
	padding: 0 10px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
.thrColFixHdr #container #header p {
	text-align: left;
}
.thrColFixHdr #container #header p a {
	text-align: right;
	font-size: small;
}
.thrColFixHdr #container #sidebar1 p strong {
	color: #000;
}
.excel2 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:white;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Verdana, sans-serif;
text-align:center;
vertical-align:middle;
border:.5pt solid windowtext;
background:red;
white-space:nowrap;
}
.excel3 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:windowtext;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Verdana, sans-serif;
text-align:center;
vertical-align:middle;
border:.5pt solid windowtext;
background:#FF6600;
white-space:nowrap;
}
.excel4 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:windowtext;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, sans-serif;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:yellow;
	white-space:nowrap;
}
.excel5 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:white;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Verdana, sans-serif;
text-align:center;
vertical-align:middle;
border:.5pt solid windowtext;
background:#974807;
white-space:nowrap;
}
.excel6 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:white;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Verdana, sans-serif;
text-align:center;
vertical-align:middle;
border:.5pt solid windowtext;
background:#00CC00;
white-space:nowrap;
}
.excel7 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:white;
	font-size:11pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, sans-serif;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:blue;
}
.excel8 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:white;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Verdana, sans-serif;
text-align:center;
vertical-align:middle;
border:.5pt solid windowtext;
background:#7030A0;
white-space:nowrap;
}
.excel9 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:#000;
	font-size:11pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, sans-serif;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	white-space:nowrap;
	background-color: #FFF;
}
.excel10 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:white;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Verdana, sans-serif;
text-align:center;
vertical-align:middle;
border:.5pt solid windowtext;
background:black;
white-space:nowrap;
}
.excel11 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:white;
font-size:11.0pt;
font-weight:700;
font-style:normal;
text-decoration:none;
font-family:Verdana, sans-serif;
text-align:center;
vertical-align:middle;
border:.5pt solid windowtext;
background:#A5A5A5;
white-space:nowrap;
}
.excel1 {
padding-top:1px;
padding-right:1px;
padding-left:1px;
color:black;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:Calibri, sans-serif;
text-align:general;
vertical-align:bottom;
white-space:nowrap;
}
.excel12 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:#000;
	font-size:11pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, sans-serif;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	white-space:nowrap;
	background-color: #F00;
}
.excel13 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:#000;
	font-size:11pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, sans-serif;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	white-space:nowrap;
	background-color: #00F;
}.excel14 {
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	color:#000;
	font-size:11pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:Verdana, sans-serif;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	white-space:nowrap;
	background-color: #0F0;
}

</style>
