@charset "UTF-8";
body  {
	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: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	background-image: url(pictures/top.jpg);
	font-size: 80%;
	background-repeat: repeat-x;
	line-height: 1.5;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: #CC3;
}
a img {
	border: none;
}
a:link , a:visited{
	font-weight: bold;
	padding: 0px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #906;
	text-decoration: none;
}
a:hover , a:active{
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #906;
	color: #906;
	text-decoration: none;
}
.thrColLiqHdr #container {
	width: 1000px;
	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: #FFF;
	background-repeat: repeat-x;
}
.thrColLiqHdr #container #header img {
	margin-top: 0px;
}
.thrColLiqHdr #header h1 {
	padding-left: 60px;
	color: #906;
	width: 420px;
	font-size: 200%;
}
.thrColLiqHdr #header h2 {
	padding-left: 140px;
	color: #333;
	background-image: url(pictures/star.gif);
	background-repeat: no-repeat;
	background-position: 100px top;
	font-size: 120%;
}
.thrColLiqHdr #header h3 {
	padding-left: 120px;
}
.thrColLiqHdr #container #navigation  {
	text-align: center;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #906;
	height: 80px;
	width: 1000px;
	background-image: url(pictures/navigationbackground.gif);
	background-repeat: no-repeat;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px;
	padding-right: 50px;
	padding-top: 20px;
}
.thrColLiqHdr #sidebar2 h3  {
	margin-bottom: 20px;
	color: #906;
}
.thrColLiqHdr #sidebar2 h4 {
	color: #333;
}
.thrColLiqHdr #sidebar2Box   {
	background-image: url(pictures/background_text.jpg);
	background-repeat: repeat-x;
	background-position: left -2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColLiqHdr #sidebar2registration {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px dotted #906;
	background-color: #FFF;
	color: #906;
	padding: 10px;
}

/* 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.
*/
.thrColLiqHdr #mainContent {
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 330px;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-top: 0px;
}
.thrColLiqHdr #container #mainContent h1 {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}
.thrColLiqHdr #container #mainContent h2, h3, h4, h5, h6  {
	color: #906;
	font-family: Arial, Helvetica, sans-serif;
}

.thrColLiqHdr #footer {
	background-image: url(pictures/background_text.jpg);
	background-repeat: repeat-x;
	background-position: left -2px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
} 
.thrColLiqHdr #footer p {
	font-size: 80%;
}

/* 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: 8px;
}
.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: 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
