@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
	background-image: url(images/g_w_background.gif);
}
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 0;
	background-image: url(images/main_background_image.gif);
} 
.twoColFixLtHdr #header {
	padding: 0 0 0 0;  /* 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: 151px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 219px; /* 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 */
	padding: 0 0 0 0;
	font-size: 12px;
	font-family: Geneva, Helvetica, Arial;
	vertical-align: top;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 6px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.twoColFixLtHdr #footer {
	padding: 5px 0 5px 0;
	float: none;
	width: 100%;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #topnav {
	padding: 0 0 0 0;  /* 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: 32px;
	background-color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0076D4;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #663366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #0076D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #93AD3E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #footer a {
	padding: 5px 0 5px 0;
	float: none;
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	padding: 5px 0 5px 0;
	float: none;
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663366;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	padding: 5px 0 5px 0;
	float: none;
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0076D4;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:active {
	padding: 5px 0 5px 0;
	float: none;
	width: 100%;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #93AD3E;
	text-decoration: none;
}

/* Events layouts */

#eventstbl
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}

#eventstbl td, #customers th 
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}

#eventstbl th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}

#eventstbl tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

p.sidePanel{
	display		 		 :		 		 block;
	margin		 		 :		 		 0px 40px 0px 30px;
	padding		 		 :		 		 5px;
	background-color		 :		 		 #FFFFE8;
	border-width			 :		 		 1px 0px 1px 0px;
	border-style	 		 :		 		 solid;
	border-color	 		 :		 		 #CC3;
}
