@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: auto;
	width: 870px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0069AA;
	float: left;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 700px;
} 
#home_content_boxes {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 700px;
	background-color: #8CC63F;
}
#home_content_boxes a:link {
	color: #006699;
	text-decoration: none;
}
#home_content_boxes a:visited {
	color: #006699;
	text-decoration: none;
}
#home_content_boxes a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#home_content_boxes a:active {
	color: #006699;
	text-decoration: none;
}
#content_box {
	margin: 10px;
	padding: 10px;
	height: 165px;
	width: 190px;
	border: 1px solid #FFFFFF;
	float: left;
	background-color: #8cc63f;
}
#content_box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0069AA;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
#content_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content_box h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#logos {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 190px;
}
#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: 425px;
}
#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;
}
#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;
}
#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;
}