@charset "UTF-8";
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: #006;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dbebff;
	background-image: url(background%20graded.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 780px;
	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;
} 
.thrColFixHdr #header {
	padding: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	width: 300px;
	font-size: 20px;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
	letter-spacing: 3px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #006;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	text-align: right;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #006;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 190px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #000;
} 
.thrColFixHdr #footer {
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 150px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color: #006;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 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:0px;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr #container #header p {
	float: right;
	width: 150px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 26px;
	font-size: 100%;
}
.thrColFixHdr #container #sidebar1 ul {
	list-style-type: none;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: bold;
}
h1 {
	font-size: 140%;
	font-weight: lighter;
}
.thrColFixHdr #container #sidebar2 p {
	font-size: 80%;
	line-height: 150%;
	padding-right: 0px;
	margin: 0px;
	color: #006;
	padding-left: 0px;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 90%;
	margin-bottom: -.8em;
}
.thrColFixHdr #container #mainContent h3 {
	font-size: 80%;
	margin-bottom: -.8em;
}
.thrColFixHdr #container #mainContent p {
	font-size: 80%;
	line-height: 130%;
}
.thrColFixHdr a {
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 ul li a {
	color: #006;
}
.thrColFixHdr #container #header h1 a {
	color: #006;
}
.thrColFixHdr #container #sidebar1 ul li a:hover {
	color: #fff;
}
table {
	border-collapse:collapse;
	width:100%;
	border:1px solid #000;
}
thead {
	font-size: 80%;
	font-weight: bold;
}
tbody {
	font-size: 80%;
}
thead th {
	padding: .5em;
 	border-bottom:1px solid #FFF;
}
tfoot {
	
	font-style: italic;
	font-size: 80%;
}
td {
	padding: .5em;
}
ol li {
	font-size: 80%;
	line-height: 130%;
}
ul li {
	font-size: 80%;
	line-height: 150%;
}
