@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;	font-weight: bold;}#containerHome {	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	margin: 0 auto; /* this overrides the text-align: center on the body element. */	padding: 0px;	text-align: left;	background-color: #FFFFFF;	background-image: url(../images/homeBackground.jpg);	background-repeat: no-repeat;	background-position: left top;}#container  {	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	margin: 0 auto; /* this overrides the text-align: center on the body element. */	padding: 0px;	text-align: left;	background-color: #FFFFFF;} #header  {	background: url(../images/header2.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	height: 166px;	width: 900px;	margin: 0px;	padding: 0px;} #header2 {	background: url(../images/header2.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	height: 166px;	width: 900px;}#header  h1  {	margin: 5 0 0; /* 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: 2px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-size: 1.5em;}#headerMenu {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 12px;	color: #333300;	float: right;	width: 85px;	margin-top: 20px;	margin-right: 7px;	text-align: left;	font-weight: bold;}#headerMenu p {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #000000;}#headerMenu a {	color: #333333;}#navbar {	background: url(../images/home_navbar.jpg) no-repeat;	margin: 0px;	padding: 0px;}#homeSidebar  {	float: left; /* since this element is floated, a width must be given */	width: 225px;	margin-top: 0px;	padding-top: 12px;	padding-bottom: 250px;}.homeSidebarText {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 15px;	color: #000000;	width: 125px;	font-weight: normal;	float: right;	margin: 0px;	padding: 0px;}#homeSidebar  h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	font-weight: bold;	color: #335C2F;	text-align: Left;	margin-left: 16px;}#homeSidebar h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #993300;	text-align: left;	margin-left: 16px;}#homeSidebar  p {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 17px;	color: #000000;	margin-left: 15px;	margin-right: 38px;	font-weight: bold;	border-bottom: thin dotted #333333;	padding-bottom: 8px;	padding-top: 0px;	vertical-align: top;}#homeSidebarEvents {	float: left; /* since this element is floated, a width must be given */	width: 217px;	margin-top: 0px;	padding-top: 0px;	margin-left: 7px;	margin-bottom: 10px;	padding-left: 0px;}.sideMenuLinks {	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	color: #000000;	text-align: left;	vertical-align: middle;	padding-top: 5px;	line-height: 18px;	margin-left: 16px;}.img {	padding-right: 6px;	float: left;	margin: 0px;	display: inline;}.imgRight {	padding-right: 6px;	display: inline;	margin: 0px;	text-align: left;	float: right;	padding-left: 10px;}.homeMain Img {	padding-bottom: 20px;	padding-right: 6px;	float: left;}#mainContentTop  {	padding: 0;	text-align: left;	background-repeat: no-repeat;	background-position: left top;	margin: 20px 0px 0px 262px;	width: 614px;} #mainContentTop  h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.2em;	color: #335C2F;	text-align: left;	margin: 10px 0px 0px;	padding: 0px;	display: block;}#mainContentTop  h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.1em;	color: #993300;}#mainContentTop h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1em;	color: #333333;}#mainContentTop  p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	line-height: 18px;	font-weight: normal;}#mainContentTop  hr {	color: #FF0000;}#mainContentBottom {	padding: 3;	text-align: left;	border: 1px solid #666666;	margin-top: 20px;	margin-right: 30px;	margin-left: 270px;}#mainContentBottom img {	padding-right: 6px;	padding-bottom: 5px;	padding-left: 6px;}#mainContentBottom  h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.2em;	font-weight: bold;	color: #993300;}#mainContentBottom p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	line-height: 18px;	font-weight: normal;}#mainContentBottomGGP {	float: right;	width: 200px;	clear: right;	border: thin solid #999999;	padding: 8px;	margin-top: 10px;	background: url(../images/home_ggpBkg.jpg) no-repeat;	height: 280px;}#mainContentBottomGGP h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #990000;	text-decoration: none;	width: 200px;	text-align: center;	font-weight: bolder;	margin-top: 200px;	line-height: 8px;}#mainContentBottomGGP p {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #333333;	text-decoration: none;	width: 200px;	line-height: 16px;	margin-top: 0px;	padding-top: 0px;}#homemainContentTop {	padding: 0;	text-align: left;	background-repeat: no-repeat;	background-position: left top;	margin: 6px 0px 0px 250px;	width: 635px;}#homemainContentTop h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 18px;	color: #335C2F;	text-align: left;	margin: 14px 0px 0px;	padding: 5px 0px 0px;	display: block;}#homemainContentTop h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.1em;	color: #993300;}#homemainContentTop h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1em;	color: #333333;}#homemainContentTop p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	line-height: 18px;	font-weight: normal;}#homemainContentTop img {	display: block;	margin: 0px;	padding: 6px 0px 10px 12px;}#sponsorBox {	font-size: 12px;	padding: 4px 2px 4px 1px;	float: left;	width: 186px;	border: 1px solid #CCCCCC;	text-align: center;	background-image: url(../images/icon_sponsor.jpg);	background-repeat: no-repeat;	background-position: 1px 1px;	vertical-align: top;	margin: 0px 0px 10px;	display: inline-block;}#sponsorBox p {	font-size: 10px;	font-weight: bold;	color: #000000;	text-align: left;	margin: 0px;	padding: 0px 0px 0px 44px;	line-height: 15px;	float: left;}#sponsorBox a {	margin: 0px;	padding: 1px;	border: 1px solid #CCCCCC;	font-size: 10px;}#hostingBox {	font-size: 12px;	padding: 4px 2px 4px 44px;	float: left;	width: 156px;	border: 1px solid #CCCCCC;	background-image: url(../images/icon_house.jpg);	background-repeat: no-repeat;	background-position: 1px 1px;	vertical-align: top;	margin: 0px 0px 10px 100px;}#hostingBox p {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #000000;	text-align: left;	display: block;	margin: 0px;	padding: 0px;	line-height: 15px;	width: 155px;}#hostingBox a {	margin: 0;	padding: 1px;	border: 1px solid #CCCCCC;	font-size: 10px;}#faqBox {	font-size: 12px;	padding: 4px 2px 4px 44px;	float: left;	width: 144px;	border: 1px solid #CCCCCC;	background-image: url(../images/icon_houseFaq.jpg);	background-repeat: no-repeat;	background-position: 1px 1px;	vertical-align: top;	margin: 0px 0px 10px 5px;}#faqBox p {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #000000;	text-align: left;	margin: 0px;	padding: 0px;	line-height: 15px;	width: 150px;}#faqBox a {	margin: 0px;	padding: 1px;	border: 1px solid #CCCCCC;	font-size: 10px;}#footer  {	background:url(../images/footer.gif) no-repeat;	width: 901px;	margin: 0px;	padding: 6px 0px;} .footerText {	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	color: #E4B488;	text-align: center;	vertical-align: middle;	margin-top: 5px;	padding-top: 5px;}#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 */	font-family: Arial, Helvetica, sans-serif;	font-size: 9px;	color: #FFCC99;}.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;}.dottedRule {	font-size: 12px;	color: #990000;	letter-spacing: 2px;	margin-left: 22px;}#containerHomeSponsors {	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	margin: 0 auto; /* this overrides the text-align: center on the body element. */	padding: 0px;	text-align: left;	background-color: #FFFFFF;	background-image: url(../images/bkgd_summerfest.jpg);	background-repeat: no-repeat;	background-position: left top;}#mainContentSummerfest {	padding-bottom: 60px;	margin-bottom: 12px;}#mainContentSummerfest h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.2em;	color: #335C2F;	text-align: left;}#mainContentSummerfest h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.1em;	color: #993300;}#summerfestPics {	width: 433px;	margin-left: 350px;	text-align: center;	margin-top: 0px;	margin-bottom: 0px;	padding-bottom: 130px;	padding-top: 0px;	margin-right: 50px;}#tablePhotos {}#tdtablePhotos1 {}#pic1 {	width: 144px;	margin-left: 200px;	margin-top: 200px;	margin-bottom: 0px;	display: inline;}#pic2 {	width: 144px;	display: inline;	margin-top: 200px;}#pic3 {	width: 144px;	margin-top: 200px;	display: inline;}#clickHere {	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 15px;	color: #BF0004;	width: 600px;	margin-top: 0px;	font-weight: bold;	margin-left: 265px;	padding-top: 176px;}#lastUpdated {	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333333;	width: 600px;	padding-top: 5px;	margin: 0px 0px 0px 240px;	padding-left: 27px;}#tablesummerfestPics {	margin: 0px;	padding: 0px;}#moreInfo {	text-align: left;	color: #1C1E90;	margin: 20px 0px 0px;	padding: 0px;	width: 445px;}#moreInfo p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #000099;}#moreInfo a:link, #moreInfo a:visited, #moreInfo a:active {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	font-weight: bold;	color: #990000;}#moreInfo a:hover {	color: #291F90;}#ggpSponsors {	float: left;	clear: left;}#tableggpSponsors {	margin: 0px 0px 0px 150px;	padding: 0px;	text-align: center;}#tableHomeSponsors {	width: 185px;	margin: 0px;	padding-top: 10px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;}#homeSidebarSponsor {	width: 225px;	margin-top: 0px;	padding-top: 71px;	padding-bottom: 920px;	text-align: center;	background-image: url(../images/HomeSponsorsBkgd.png);	background-repeat: no-repeat;	background-position: left top;	padding-left: 0px;	float: left;}#homeSidebar p {}#homeSidebarSponsor  h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000000;	text-align: center;	padding: 0px;	margin-top: 0px;	margin-left: 16px;	margin-bottom: 8px;}#paypal {	width: 185';	margin-top: 0px;	margin-left: 22px;	padding: 0px;	width: 184px;	margin-bottom: 0px;	margin-right: 0px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000000;}#paypal h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	font-weight: bold;	line-height: 16px;	margin: 0px;	padding: 0px 0px 6px;}.paypalHead {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	font-weight: bold;	line-height: 16px;	margin: 0px;	padding: 0px 0px 6px;}#paypal p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #000000;	font-weight: bold;	line-height: 16px;	margin: 0px;	padding: 0px 0px 6px;}.tdtableHomeSponsor {	padding: 5px;	text-align: center;}#facebook {	float: left;	margin: 10px 0px 0px;	padding: 0px;	position: fixed;	height: 20px;	width: 100px;}
