@charset "UTF-8";
body  {
	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: 250;
	background-color: #A9DFC9;
}
.clearFix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.twoColFixRtHdr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
} 
.twoColFixRtHdr #containerphoto {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 0px;
	height: 2000px;
} 
.twoColFixRtHdr #header {
	padding: 0;
	height: 247px;
	position: relative;
	clear: both;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
}
.sidebar1 {
	background: #FFFFFF;
	position: relative;
	margin-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	padding-top: 20px;
	top: 5px;
	width: 250px;
}
.sidebar2 {
	background: #FFFFFF;
	position: relative;
	margin-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	padding-top: 20px;
	top: 5px;
	width: 300px;
}
.mainContent {
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	width: 450px;
	float: left;
	padding-top: 20px;
	top: 5px;
} 
.mainContentcontacts {
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	width: 760px;
	float: left;
	padding-top: 20px;
	top: 5px;
} 
.joinContent {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	width: 480px;
	float: left;
	padding-top: 20px;
	top: 5px;
} 
.fedeventwrapper {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	width: 800px;
	float: left;
	padding-top: 30px;
	top: 5px;
} 
.mainContent2 {
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 5px;
	width: 400px;
	float: left;
	padding-top: 20px;
	top: 5px;
} 
.mainContent3 {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	width: 740px;
	float: left;
	padding-top: 20px;
	top: 5px;
	margin-right: 30px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	position: relative;
} 
.twoColFixRtHdr #footerphoto {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	position: relative;
} 
.twoColFixRtHdr #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 */
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #footerphoto 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 */
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #footer a {
	color:#CC66CC;
	text-decoration:none;
	
}
.twoColFixRtHdr #footerphoto a {
	color:#CC66CC;
	text-decoration:none;
	
}
.twoColFixRtHdr #dateheader {
	background-color: #f791b0;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.twoColFixRtHdr #dateheader2 {
	background-color: #b690ed;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.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;
}
.twoColFixRtHdr #headertop {
	background-color: #A9DFC9;
	background-image: url(images/headertoplg.png);
	height: 59px;
}
.style1 {
	font-family: "Arial Rounded MT Bold", "Gill Sans", Verdana;
	color: #5f4693;
	font-size: 1.4em;
}
.style2 {color: #2E692D}
.style4 {font-size: 24px}
.twoColFixRtHdr #logoholder {
	float: left;
	height: 169px;
	position: relative;
	top: -60px;
	z-index: 20;
}
.twoColFixRtHdr #headerright {
	height: 169px;
	width: 479px;
	float: right;
	position: relative;
	background-color: #FFFFFF;
	top: -60px;
	background-image: url(images/wordsbackgroundfaded.jpg);
}
.twoColFixRtHdr #logoholder2 {
	position: relative;
}
.twoColFixRtHdr #logoholder5 {
	position: relative;
	padding: 0px;
	height: 32px;
	top: 100px;
}
.twoColFixRtHdr h1 {
	font-family: "Arial MT Bold", Arial, sans-serif;
	color: #851185;
	font-size: 30px;
}

			ul.roundedCornerWrapper {
	background-color: #CC33CC;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
			}
						
			ul.roundedCornerWrapper li.top, 
			ul.roundedCornerWrapper li.top span, 
			ul.roundedCornerWrapper li.bottom, 
			ul.roundedCornerWrapper li.bottom span {
				background: url('corners.gif') no-repeat;
				font-size: 1px; /* Stop IE mucking up the height of the corners */ 
				line-height: 1px; /* Stop IE mucking up the height of the corners */ 
			}
			
			ul.roundedCornerWrapper li.top, 
			ul.roundedCornerWrapper li.bottom {
				height: 20px; /* Height of corner */
				position: relative; /* Contains the span inside the list element */
			}
			
			ul.roundedCornerWrapper li.top {
				background-position: -20px -20px; /* Move corner image 20px up and to the left */
			}
			
			ul.roundedCornerWrapper li.bottom {
	background-position: -20px 0;
	margin-bottom: 20px;
			}
			
			ul.roundedCornerWrapper li.top span, 
			ul.roundedCornerWrapper li.bottom span {
				height: 20px; /* Height of corner */
				position: absolute; /* Removes the corner fromt the document flow */
				right: 0; /* Position the corner to the far right */
				width: 20px; /* Width of the corner */
			}
			
			ul.roundedCornerWrapper li.top span {
				background-position: 0 -20px; /* Move corner image 20px up */
			}
			
			ul.roundedCornerWrapper li.bottom span {
				background-position: 0 0; /* Don't move corner image */
			}
			
			ul.roundedCornerWrapper li.middle {
	margin: 0 20px;
	list-style-type: none;
			}
			
			
		ul.roundedCornerWrapper2 {
	background-color: #8DEF3C;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
			}
						
			ul.roundedCornerWrapper2 li.top, 
			ul.roundedCornerWrapper2 li.top span, 
			ul.roundedCornerWrapper2 li.bottom, 
			ul.roundedCornerWrapper2 li.bottom span {
				background: url('cornersgreen.gif') no-repeat;
				font-size: 1px; /* Stop IE mucking up the height of the corners */ 
				line-height: 1px; /* Stop IE mucking up the height of the corners */ 
			}
			
			ul.roundedCornerWrapper2 li.top, 
			ul.roundedCornerWrapper2 li.bottom {
				height: 20px; /* Height of corner */
				position: relative; /* Contains the span inside the list element */
			}
			
			ul.roundedCornerWrapper2 li.top {
				background-position: -20px -20px; /* Move corner image 20px up and to the left */
			}
			
			ul.roundedCornerWrapper2 li.bottom {
	background-position: -20px 0;
	margin-bottom: 20px;
			}
			
			ul.roundedCornerWrapper2 li.top span, 
			ul.roundedCornerWrapper2 li.bottom span {
				height: 20px; /* Height of corner */
				position: absolute; /* Removes the corner fromt the document flow */
				right: 0; /* Position the corner to the far right */
				width: 20px; /* Width of the corner */
			}
			
			ul.roundedCornerWrapper2 li.top span {
				background-position: 0 -20px; /* Move corner image 20px up */
			}
			
			ul.roundedCornerWrapper2 li.bottom span {
				background-position: 0 0; /* Don't move corner image */
			}
			
			ul.roundedCornerWrapper2 li.middle {
	margin: 0 20px;
	list-style-type: none;
			}
			ul.roundedCornerWrapper {
	background-color: #CC33CC;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
			}
						
			ul.roundedCornerWrapper li.top, 
			ul.roundedCornerWrapper li.top span, 
			ul.roundedCornerWrapper li.bottom, 
			ul.roundedCornerWrapper li.bottom span {
				background: url('corners.gif') no-repeat;
				font-size: 1px; /* Stop IE mucking up the height of the corners */ 
				line-height: 1px; /* Stop IE mucking up the height of the corners */ 
			}
			
			ul.roundedCornerWrapper li.top, 
			ul.roundedCornerWrapper li.bottom {
				height: 20px; /* Height of corner */
				position: relative; /* Contains the span inside the list element */
			}
			
			ul.roundedCornerWrapper li.top {
				background-position: -20px -20px; /* Move corner image 20px up and to the left */
			}
			
			ul.roundedCornerWrapper li.bottom {
	background-position: -20px 0;
	margin-bottom: 20px;
			}
			
			ul.roundedCornerWrapper li.top span, 
			ul.roundedCornerWrapper li.bottom span {
				height: 20px; /* Height of corner */
				position: absolute; /* Removes the corner fromt the document flow */
				right: 0; /* Position the corner to the far right */
				width: 20px; /* Width of the corner */
			}
			
			ul.roundedCornerWrapper li.top span {
				background-position: 0 -20px; /* Move corner image 20px up */
			}
			
			ul.roundedCornerWrapper li.bottom span {
				background-position: 0 0; /* Don't move corner image */
			}
			
			ul.roundedCornerWrapper li.middle {
	margin: 0 20px;
	list-style-type: none;
			}
			
			
		ul.roundedCornerWrapper2 {
	background-color: #8DEF3C;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
			}
.mainheadertext {
	font-family: "Arial Rounded MT Bold", "Gill Sans", Verdana;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
.maincontentheader {
	width: 450px;
}
.maincontentheader2 {
	width: 400px;
}
.maincontentheader3 {
	width: 740px;
}
.maincontentheader4 {
	width: 100%;
	
}
.sidecontentheader {
	width: 250px;
}
.sidecontentheader2 {
	width: 300px;
}
.twoColFixRtHdr h1 {
	font-family: "Arial MT Bold", Arial, sans-serif;
	color: #851185;
	font-size: 30px;
}

.maincontent p {
	font-family: "Arial MT Bold", Arial, sans-serif;
	color:#F03C72;
	font-size: 14px;
}

.maintext {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #CCCCFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: 0.80
}
.maintextcontact {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: 0.80
}
.jointext {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 180px;
	opacity: 0.80;
	background-image: url(images/joinus.jpg);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	margin-bottom: 30px;
}
.jointext p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC33CC;
}
.maintext2 {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: 0.80;
	border: 1px solid #CCCCCC;
	margin-top: 30px;
}
.maintext3 {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #F9F;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: 0.80;
	margin-bottom: 15px;
	margin-top: 15px;
}
.maintext3 H3 {font-size:17px; padding-bottom: 20px;}
.maintextphoto {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-bottom: 55px;
	padding-top: 55px;
	opacity: 0.80;
	margin-top: 0px;
	width: 640px;
	background-image: url(images/photobkg.jpg);
	height: 660px;
	z-index: -2;
	padding-right: 50px;
}
.photoholder {
	padding-left: 60px;
	padding-bottom: 20px;
}
.photoholdercontact {
	padding-left: 60px;
	padding-bottom: 20px;
	float: right;
}
.container6 {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC33CC;
	border-bottom-color: #CC33CC;
	height: 40px;
}
.container7 {
	height: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.navbarholder {
	height: 60px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC33CC;
	border-bottom-color: #CC33CC;
	width: 800px;
}
.sidebar1 #meetingdates {
	background-color: #CC33CC;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.datetext {
	position: absolute;
	top: 130px;
}
.sidetext {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	opacity: 0.80
}
.sidetext2 {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
	opacity: 0.80
}
.twoColFixRtHdr #meetings {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 20px;
}
.twoColFixRtHdr #dateinfo {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	left: 60px;
	top: -31px;
}
.twoColFixRtHdr #dateinfo2 {
	font-family: "Arial MT Bold", Arial, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	position: relative;
	left: 50px;
	top: -30px;
}
.maintextcontact h4 {
	font-size: 21px;
	color: #CC33FF;
	line-height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
