@charset "utf-8";

Body, #footer, #header {
	left:0px;
	top:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
	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 */

}

#eventsTable {
	width: 80%;
	clear: both;
	float: none;
	text-align: left;
	vertical-align: middle;
	position: relative;
	visibility: visible;
	margin-right:auto;
	margin-left:auto;
	width:600px;
}


#mainContent {
	position: relative;
	top: 0em;
	left: 0em;
	width: 48.6em;
	width: 48.7em !important; /*  The use of !important is for firefox to make the width just a tad bit smaller on the left side. */
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	height: auto;
	clear: left;
	background-color: #FAF5F5;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FAF5F5;
	margin-right: auto;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
	border: 4px groove #C6F3A7;

}

#header {
	width: 100%; /* since this element is floated, a width must be given */
	background: #FAF5F5; 
}

#address_sidebar_top {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 35%; /* since this element is floated, a width must be given */
	background: #FAF5F5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px 0px 0px; /* top and bottom padding create visual space within this div */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: right;
}


#tagLine_top {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 42%; /* since this element is floated, a width must be given */
	background: #FAF5F5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px 0px 0px; /* top and bottom padding create visual space within this div */
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	text-align: center;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FAF5F5;
	height: 100px;
	border-top: 1px solid #EFB5A5; /*Add border strip to bottom of menu*/
	clear: left;
}

#footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#address_sidebar_bottom_rt {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 35%; /* since this element is floated, a width must be given */
	background: #FAF5F5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 25px 10px 0px; /* top and bottom padding create visual space within this div */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: right;
	clear: right;
	position: relative;
}

#address_sidebar_bottom_lt {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 35%; /* since this element is floated, a width must be given */
	background: #FAF5F5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 10px 25px; /* top and bottom padding create visual space within this div */
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: left;
	font-weight: bold;
}

#letspronk {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 35%; /* since this element is floated, a width must be given */
	background: #FAF5F5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0px 3px 25px; /* top and bottom padding create visual space within this div */
	clear: none;
	text-align: left;
}

#letspronk a{
	font-size:12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}



td.thinborder {
line-height: 71%;
}

a.commandtext {
line-height: 110%;
}

a.selectedcommandtext {
line-height: 110%;
}

a.navigationtext {
line-height: 110%;
}

