@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;
	background-color: #FFFFFF;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
} 
#photo_rotation {
	height: 240px;
	width: 700px;
	background-color: #666666;
	float: left;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 135px;
	width: 900px;
	background-image: url(../images/background_show2010.jpg);
} 
#logo {
	height: 135px;
	width: 200px;
	float: left;
}
#event_date {
	float: left;
	height: 103px;
	width: 300px;
	margin: 0px;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#event_date  h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #000000;
	font-weight: normal;
}
#event_date h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#event_date h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #202020;
	margin: 0px;
	padding: 0px;
}
#top_navigation {
	height: 25px;
	width: 370px;
	float: left;
	padding: 0px;
	margin-top: 55px;
	margin-right: 30px;
	margin-bottom: 55px;
	margin-left: 0px;
	background-color: #4aaa42;
}
#top_navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#top_navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top_navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#top_navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#main_navigation {
	background-color: #FFFFFF;
	height: 22px;
	width: 870px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0069AA;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 250px;
	padding-bottom: 25px;
	padding-left: 20px;
} 
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0069AA;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #47A33F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0069AA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#mainContent a:link {
	color: #0069AA;
	text-decoration: underline;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #0069AA;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #4AAA42;
}
#mainContent a:active {
	text-decoration: underline;
	color: #0069AA;
}
#mainContent_sidenav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 185px;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 250px;
	padding-bottom: 25px;
	padding-left: 20px;
} 
#mainContent_sidenav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#mainContent_sidenav h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0069AA;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#mainContent_sidenav h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #47A33F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#mainContent_sidenav h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0069AA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent_sidenav h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent_sidenav h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent_sidenav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#mainContent_sidenav a:link {
	color: #0069AA;
	text-decoration: underline;
}
#mainContent_sidenav a:visited {
	text-decoration: underline;
	color: #0069AA;
}
#mainContent_sidenav a:hover {
	text-decoration: underline;
	color: #4AAA42;
}
#mainContent_sidenav a:active {
	text-decoration: underline;
	color: #0069AA;
}
#mainContent_sidenav_nonews {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 185px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 25px;
	padding-left: 20px;
} 
#mainContent_sidenav_nonews p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent_sidenav_nonews .div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mainContent_sidenav_nonews h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0069AA;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#mainContent_sidenav_nonews h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #47A33F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#mainContent_sidenav_nonews th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold ;
	text-align: left;
	color: #47A33F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#mainContent_sidenav_nonews h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0069AA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent_sidenav_nonews h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent_sidenav_nonews h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent_sidenav_nonews ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#mainContent_sidenav_nonews ul ul{
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#mainContent_sidenav_nonews .breadcrumb{
	
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em
	}

#mainContent_sidenav_nonews td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent_sidenav_nonews td h2 {
font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-size:100%
	font-weight: bold ;
	color: #47A33F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#mainContent_sidenav_nonews td td{
font-size: inherit;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#mainContent_sidenav_nonews td h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent_sidenav_nonews a:link {
	color: #0069AA;
	text-decoration: underline;
}
#mainContent_sidenav_nonews a:visited {
	text-decoration: underline;
	color: #0069AA;
}
#mainContent_sidenav_nonews a:hover {
	text-decoration: underline;
	color: #4AAA42;
}
#mainContent_sidenav_nonews a:active {
	text-decoration: underline;
	color: #0069AA;
}
#side_nav {
	float: left;
	width: 160px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #0069AA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side_nav .secondarynav {
	padding-left: 20px;
}
#side_nav .thirdnav {
	padding-left: 35px;
}
#side_nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#side_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#side_nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#side_nav a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#side_nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#show_news {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #0069aa;
	margin: 0px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 450px;
}
#news_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#show_news  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#show_news  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.1em;
}
#show_news  h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#show_news a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#show_news a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#show_news a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#show_news a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #0069AA;
	width: 900px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0069AA;
}
#footer {
	background-image: url(../images/footer.png);
	height: 50px;
	width: auto;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	background-repeat: no-repeat;
}  
#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.4em;
}
#footer .blue {
	color: #0069A9;
}
#footer a:link {
	color: #0069AA;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #0069AA;
}
#footer a:hover {
	text-decoration: underline;
	color: #333333;
}
#footer a:active {
	text-decoration: none;
	color: #0069AA;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.textRedB		{  /* table required star */
			font-family: Verdana, Arial, Helvetica, Sans-Serif;
			font-size: 11px;
			color: #990000;
			line-height: 14px;
			font-weight: bold;
}