@charset "UTF-8";
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #fff;
	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;
	
}


img{border:none;}
a{color:#000};	
h1{fontsize:2em; font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; }
h2{color:#fff;}
h4{color:#fff; font-size:1.2em; margin: 0; text-transform:uppercase; }
h5{color:#fff; font-size:1.1em; margin:0; margin-bottom:10px;}
strong{font-size:1.2em;}
	#header strong{color:#92D262;}
	#footer strong, #footer{color:#294F1A;}
li{font-size:1.2em; margin:0px; padding:0px; list-style:outside}	
ul{margin:0px; padding:0px;}
.col ul{margin-left:12px; margin-bottom:10px;}
.col ul.no-style li{list-style:none; font-size:1.2em; }
.col ul.no-style {margin-left:-3px; }
.col ul li.pdf-style{background:url(images/pdf-icon.gif) left no-repeat;  margin:0; padding-left:35px; line-height:35px;height:35px;}
.col ul li.quicktime-style{background:url(images/quicktime-icon.gif) left no-repeat; margin:0 0 0 4px; padding-left:35px; line-height:35px;height:35px;}
.col ul li.pdf-style a{}
.col strong{font-size:1.4em;}
.CPXheader{margin-top:38px;}
.clear{clear:both;}
.headertext{color:#0080cc}
.headertext a{color:#0080cc}
#mainContent{
	margin:40px 0 0 0; 
	padding:10px;
	clear:left;
	float:none;
	background:url(images/GreenBackground.jpg) no-repeat top;
	
	}
#mainContent .col{float:left; width:260px; margin: 0 12px;}
	
#mainContent .col .colimg{
	float:right;
	margin:0px;
	margin-top: -60px;
	
	
}
.col img.colpic{margin:10px 0;}
.colHeaderImg{margin-left:-3px;}

.col .row1{height:175px;}
.col .row2{height:190px;}
.col .row3{height:auto;}


#header #logo{
	float:left;
	width:475px;
	margin:10px 0 0 10px;
}
#header #logo img{
	border:none;
}

#header #events{
	float:left;
	margin: 0 20px 0 0;
	width:330px;
}











.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:solid #92D262;
	border-width:0 1px;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff; 
	padding: 0 10px 0 20px;
	height:150px;
	
	/* 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. */
}
.
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	
}
.oneColFixCtrHdr #footer {
	width:900px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	clear:both;
	font-size:1.3em;
	text-align:left;
	margin:0 auto;
	/*border:solid #92D262;
	border-width: 0 1px;*/
	
	
}

#footer-inner{
	padding:10px;
}

.oneColFixCtrHdr #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 */
}