@charset "UTF-8";
/* CSS Document */
 
body  {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	background: #999999;
	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 */
}
body a:link, body a:visited {
	color:#27483f;
}
body a:hover {
	color:#330033;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 1000px;  /* 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;
	border: solid 2px #5a9989;
} 
.thrColFixHdr #header {
	background: #FFF;
	padding: 0;
	background-image: url(images/LogoBknd.gif);
	background-repeat: repeat-x;
} 
.thrColFixHdr #headerside {
	float: right; /* since this element is floated, a width must be given */
	width: 258px; /* 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; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
.thrColFixHdr #headerside1 {
	float: right; /* since this element is floated, a width must be given */
	width: 177px; /* 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; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 314px; /* 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 */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
	background-image: url(images/Shadow-side.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #sidebar1 p {
	padding: 0 20px 0 20px;
	margin: 0;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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 */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin: 0;
	background-image: url(images/Shadow-sideshort.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #sidebar2 p {
	padding: 0 20px 0 15px;
	margin: 0;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding: 0;
} 
.thrColFixHdr #mainContent p {
	padding: 5px 20px 5px 20px;
	margin: 0;
}
.thrColFixHdr #mainContent h2 {
	padding: 5px 20px 5px 20px;
	margin: 0;
	color: #2f4f8e;
	font-size: 14px;
	font-weight:700;
}
.thrColFixHdr #mainContent h1 {
	padding: 15px 20px 5px 20px;
	margin: 0;
	color: #2f4f8e;
	font-size: 16px;
	font-weight:700;
}
.thrColFixHdr #mainContent1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding: 0;
}
.thrColFixHdr #mainContent1 p {
	padding: 5px 20px 5px 20px;
	margin: 0;
}
.thrColFixHdr #mainContent1 h2 {
	padding: 5px 20px 5px 20px;
	margin: 0;
	color: #2f4f8e;
	font-size: 14px;
	font-weight:700;
}
.thrColFixHdr #mainContent1 h1 {
	padding: 15px 20px 5px 20px;
	margin: 0;
	color: #2f4f8e;
	font-size: 16px;
	font-weight:700;
}
h3 {
	padding: 15px 20px 5px 20px;
	margin: 0;
	color: #2f4f8e;
	font-size: 22px;
	line-height: 120%;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background:#5A9989;
}

.thrColFixHdr #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 */
	color: #27483f;
	text-align: right;
}
.thrColFixHdr #footer1 {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#91c7ba;
} 
.thrColFixHdr #footer2 {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	height: 34px;
	background-image: url(images/sponsor-bknd.gif); 
	background-repeat: repeat-x;
	
} 
.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;
}
.clearfloat-head { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* FORM CODE*/
	
.a5-form { 
	margin:0px 0px 0px 0px;
	}
.a5-required-field {
	color:#D60000;
	}
.a5-row-1 {
	height:30px;
	}
.a5-row-1 label {
	float: left;
	width: 200px;
	text-align: right;
	padding:0px 30px 0px 0px;
	}
.members-row-1 {
	height:100px;
	}
.members-row-1 label {
	float: left;
	height:100px;
	width: 200px;
	text-align: right;
	padding:0px 30px 0px 0px;}
	
/* END FORM CODE*/

/*mail chimp styles*/
.mc-field-group, .clear {
	margin-left:10px;
	}
	.clear #button {height: 5 px;}

[if IE 5]>
 /* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }

<![endif]

[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]

