@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #206620;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	height:100%;
}
#container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-color: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	min-height: 100%;
	overflow:hidden;
	margin-top:10px;
	border:outset;
}

.oneColFixCtrHdr #header h1 {
	margin: 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: 50px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#TopColumn{
	/*background-image:url(Images/FinalBanner.jpg);*/
	width:900px;
	height:170px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: right;
}


#Index_Paragraph{
	width:600px;
	margin-left:155px;
}

#party_left{
	width:350px;
	float:left;
	text-align:center;
	margin-left:10px;

}

#party_right{
	width:360px;
	float:right;
	text-align:center;
	margin-right:10px;

}
#party_left_bottom{
	width:350px;
	float:left;
	text-align:center;
	margin-left:10px;
}

#party_right_bottom{
	width:355px;
	float:right;
	text-align:center;
	margin-right:0px;
	border-style: none none none solid;
}
#party_center{
	width:710px;
	float:left;
	margin-left:10px;
	border-style: none none solid none;
}
#party_center2{
	width:710px;
	float:left;
	margin-left:10px;
	border-style: solid none none none;
}

#party_right2{
	width:300px;
	float:left;
}

#Banner {
	
	width:100%;
}
#HorizontalMenu{
	height: 32px;
	text-align: right;
}

#right_bottom{
	float:left;
	width:130px;
	left: 100px;
	margin-left: 10px;
}
#MainBody{
	width:730px;
	float:left;
	margin-left: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Front_Page_Body{
	width:900px;
	float:none;
	margin-left: 5px;
	text-align:center;
	font-size: 120%;
}

#Front_Page_Body h3{
	font-weight: bold;
	color: #060;
	font-size: 180%;
	margin:3px auto;
	font-style: italic;
}

#MainBody B{
	font-weight: bold;
	color: #060;
	text-align: center;
}

#MainBody h3{
	font-weight: bold;
	color: #060;
	font-size: 180%;
	margin:3px auto;
	text-align: center;
	font-style: italic;
}

#MainBody h4{
	font-weight: bold;
	font-size:120%;
	
}


#main_text h3{
	font-size: 120%;
	color: #00b4e1;
	margin:0 auto;

}
#main_text h4{
	font-size: 100%;
	margin:0 auto;

}
#main_text p{
	font-size: 90%;
	margin:0 auto;

}

#main-body g{
	font-size:70%;
}
#footer{
	margin-top:20px;
	float:left;
	width:100%;
	border-top-width: thin;
	border-style: solid none none none;
	margin-bottom:20px;
}
.oneColFixCtrHdr #container #MainBody #party_left p {

}

