@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: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
	background-image: url(pictures/top.jpg);
	background-repeat: repeat-x;
	line-height: 1.6;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CC3;
	font-size: 80%;
}
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;
}
h1    {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 180%;
}
h2 , h3 ,h4 ,h5 ,h6    {
	color: #906;
	font-family: Arial, Helvetica, sans-serif;
}
.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;
	overflow: hidden;
}
.thrColLiqHdr #header {
	height: 84px;
} 
.thrColLiqHdr #navigation   {
	text-align: center;
	margin-bottom: 20px;
	width: 1000px;
	background-image: url(pictures/navigationbackground.gif);
	background-repeat: no-repeat;
	height: 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #906;
}
.thrColLiqHdr #indexnavigation  {
	text-align: center;
	width: 1000px;
	background-image: url(pictures/navigationbackground.gif);
	background-repeat: no-repeat;
	height: 90px;
}
.thrColLiqHdr #slideshow  {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #906;
}
.thrColLiqHdr #container #header img {
	margin-top: 0px;
}
.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: 40px;
	margin-top: 20px;
}
.thrColLiqHdr #sidebar2 h3  {
	margin-bottom: 20px;
	color: #906;
}
.thrColLiqHdr #sidebar2 h4 {
	color: #333;
}
.thrColLiqHdr #sidebar2Box   {
	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;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #906;
	padding: 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 {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.thrColLiqHdr #mainContentAbout {
	margin-right: 330px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	margin-top: 0px;
}

.thrColLiqHdr #footer {
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	background-color: #FFF;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #906;
	padding-left: 30px;
} 
.thrColLiqHdr #footerbox1 {
	text-align: left;
	float: left;
	width: 190px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.thrColLiqHdr #footerbox2 {
	text-align: left;
	float: left;
	width: 410px;
	margin-left: 50px;
	margin-top: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.thrColLiqHdr #footer p {
	font-size: 85%;
}

/* 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;
}

