@charset "UTF-8";

.event #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 640px;
	margin: 0 auto;
	text-align: left;
}
.event #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	font-style: italic;
	line-height: 1.3;
	color: #a2a2a2;
}
.event #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	font-style: italic;
	line-height: 1.3;
	color: #a2a2a2;
	text-align: justify;
}
.event #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 15px 15px 0px;
	font-style: italic;
	line-height: 1.0;
	color: #a2a2a2;
}
#mainContent a {
	display: inline;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	text-align: center;
	border: none;
}
#capaddress {
	padding: 0px 0px 0px 10px;
}
li.nomark {
	padding-bottom: 5px;
	list-style-type: none;
}
.event #mainContent {
	margin: 0 0 0 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 15px 80px 35px;
	font-size: 11px;
	color: #5D5D5D;
} 
.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;
}
.brunchhead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6f7a34;
}
.event #quotesign {
	text-align: right;
}
.event #piccaption1 {
	text-align: center;
}
.pageOver {
	font-style: italic;
	text-align: right;
	margin-top: 20px;
}
img.gmsith {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top: 70px;
}
.event #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e5e5e5;
	color: #8d8d8d;
	font-style: italic;
	text-align: right;
}
.sidebarheading {
	padding-bottom: 10px;
	font-weight: bold;
}
