@charset "UTF-8";
#container  {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
	padding: 0px;
} 
#header  {
	background-color: #99330B;
	background-image: url(images/fairheader_2010.jpg);
	height: 200px;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	background-repeat: no-repeat;
} 
#nav {
}
#header h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 250%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 15px;
	padding-right: 15;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: lighter;
}
#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: lighter;
	color: #FFF;
	background-color: #077879;
	height: 20px;
	float: none;
	text-align:center;
	vertical-align: middle;
	width: auto;
	padding: 0px;
	margin: 2px;
	text-transform: capitalize;
	font-variant: small-caps;
}
#nav a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#nav #MenuBar1 li .MenuBarSubmenuVisible li a {
	font-size: 80%;
	color: #334456;
}
#headerbox {
	float: none;
	position: absolute;
	text-align: center;
	left: 13px;
}
#sidebar1 h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: italic;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: lighter;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	padding: 20px;
	line-height: 120%;
}
/* 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 ".thrColLiqHdr #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.
*/
#sidebar1  {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 20%; /* top and bottom padding create visual space within this div  */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #630;
	margin: 10px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#sidebar1 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #A9450F;
	margin: 0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}
#sidebar2 h1 {
}
#sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #666;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-style: normal;
}
#sidebar2  {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 260px;
	padding: 5px;
	margin: 5px;
	border: 2px none #DBD4CC;
}
#header h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #CCCCC6;
}
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10;
	padding-bottom: 5px;
	padding-left: 10;
	text-align: center;
}
#footer  {
	padding: 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #FFF;
	background-color: #AB2B00;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
} 

/* 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;
}

/* 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 */
	float: left;
	margin-right: 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 a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	color: #A9450F;
}
.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;
}
#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: lighter;
	color: #FFF;
	text-align: right;
	line-height: 70%;
}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 120%;
	font-weight: 400;
	color: #633;
	font-variant: normal;
}
#mainContent ul li a {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #033;
	text-decoration: underline;
}
#mainContent table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	font-style: italic;
	font-weight: lighter;
	color: #666;
	text-align: center;
}
#sidebar2 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #333;
	text-decoration: underline;
}
#container #sidebar1 p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #066;
	text-decoration: underline;
	font-style: italic;
}
#sidebar2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #066;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-weight: lighter;
	color: #A94516;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #988A7D;
	font-style: normal;
	text-transform: none;
	font-variant: small-caps;
}
#header h3   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	font-weight: lighter;
	color: #AA9B84;
	text-align: right;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	font-weight: lighter;
	color: #7D6D5E;
}
#sidebar_left2 {
	background-color: #41B0A8;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 220px;
}
#mainContent ul li {
	font-size: 80%;
	font-weight: lighter;
	color: #666;
}
a:link {
	color: #930;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #033;
}
a:hover {
	text-decoration: underline;
	color: #960;
}
a:active {
	text-decoration: none;
	color: #666;
}
#sidebar2 p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: italic;
	color: #033;
	text-decoration: underline;
}
#sidebar2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #3FB9B3;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar2 ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: lighter;
	color: #066;
}
#nav #MenuBar1 li .MenuBarItemSubmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
#nav #MenuBar1 li a {
	text-align: left;
	font-size: 100%;
}
/* 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.
*/
#mainContent  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #630;
	font-weight: lighter;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CEC3BD;
	border-right-color: #CEC3BD;
	border-bottom-color: #CEC3BD;
	border-left-color: #CEC3BD;
	padding: 10px;
	margin-top: 0;
	margin-right: 24%;
	margin-bottom: 0;
	margin-left: 23%;
	list-style-type: disc;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-style: normal;
	font-weight: lighter;
	color: #99330B;
}
#sidebar1 p ,.thrColLiqHdr #sidebar1 h3 ,.thrColLiqHdr #sidebar2 p ,.thrColLiqHdr #sidebar2 h3  {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColLiqHdr #container #sidebar1 #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent p a {
	text-decoration: underline;
	color: #999;
}
#sidebar2 ol li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #960;
}
#sidebar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: lighter;
	color: #330;
}
.thrColLiqHdr #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 */
}
#mainContent ul li strong {
	font-size: 110%;
	font-weight: bold;
	color: #600;
}
#container #footer p a {
	color: #CCC;
	text-decoration: underline;
}

