@charset "UTF-8";
body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	padding-top: 1.3em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.thrColLiq #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: .1em none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiq #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiq #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* top and bottom padding create visual space within this div  */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.7em;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: .1em;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColLiq #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* top and bottom padding create visual space within this div  */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.7em;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: .1em;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColLiq #sidebar1 p, .thrColLiq #sidebar1 h3, .thrColLiq #sidebar2 p, .thrColLiq #sidebar2 h3 {
	margin-left: .8em; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: .8em;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiq #mainContent {
	margin: 0 24% 0 23.5%;
	border-top-width: .1em;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	vertical-align: text-top;
}
/* Miscellaneous classes for reuse */
.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: .8em;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: .8em;
}
.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 its child floats */
	clear: both;
	height: 0;
	font-size: .1em;
	line-height: 0px;
}
.td {
	text-align: center;
	vertical-align: text-top;
	float: none;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* CSS Document */

.class1   {
	color: #333;
	font-size: .8em;
	line-height: 1.8em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none
}
a.class1:link  {
	color: #000;
	font-size: .8em;
	line-height: 1.8em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none
}
a.class1:hover   {
	color: #999;
	font-size: 0.8em;
	line-height: 1.8em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none
}
.class2 {
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none
}
.class3  {
	color: #333;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
a.class3:link  {
	color: #000;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
a.class3:hover  {
	color: #090;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
.class4  {
	color: #333;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
a.class4:link  {
	color: #000;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
a.class4:hover  {
	color: #c90;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
.class5 {
	color: #333;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
a.class5:link {
	color: #000;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
a.class5:hover  {
	color: #36c;
	font-size: 0.6em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	text-align: center;
}
