@charset "utf-8";

body  {
	background: #cccccc; /* 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;
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container {
	width: 850px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #F1F1F1;
} 
.twoColFixRtHdr #header {
	height: 137px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 2px;
	background-color: #E9E9E9;
} 



#menubar {
	height: 80px;
	margin-bottom: 0px;
	background-color: #F1F1F1;
	float: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.menuscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: normal;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: normal;
	letter-spacing: 1pt;
	font-style: normal;
	margin: 0px;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 4px;
}


.twoColFixRtHdr #mainContent {
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
	float: none;
	padding-top: 40px;
	margin-top: 0px;
	text-align: left;
	height: auto;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #ecb100;
	background-color: f1f1f1;
} 

.PageHeading {
	font-size: 18pt;
	color: #669966;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.sideImage {
	float: none;
	clear: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #6699FF;
	margin: 0px;
}

.GroupsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: left;
	line-height: 1.3;
	color: #666666;
	text-decoration: none;
	text-indent: 0px;
	padding-left: 0px;
	margin-left: 15px;
	margin-right: 0px;



}
.GroupsTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-position: left;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
	text-indent: 0px;
	padding-left: 0px;
	margin-left: 15px;
	margin-right: 0px;
}
.PersTransBoldUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-position: left;
	line-height: 1.5;
	color: #669966;
	text-decoration: underline;
	text-indent: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.GroupHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #669966;
	text-decoration: underline;

}
.GroupList {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 15px;
	text-align: left;
}
.SidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	text-indent: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 15px;
	text-align: left;
	margin-bottom: 15px;
}
.twoColFixRtHdr #footer {
	background-color: #669966;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
} 
.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-size: 9pt;
	color: #FFFFFF;
	text-align: right;
}
.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;
}
.SidebarText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	text-indent: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
.EventDescript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #669966;
	line-height: 1.3;
	left: 0px;
	text-align: left;
	margin-right: 80px;
	margin-top: 0px;
	margin-bottom: 1px;
}


.EventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #669966;
	line-height: normal;
	left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 4px;
	
}

.GroupHeadsSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	line-height: normal;
}

.Homepagequote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #003366;
	text-align: right;
	margin-top: 0px;
}
.quoteAttribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #003366;
	text-align: right;
}


.facebookImage {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
}
.BlogHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #4166BB;
}

