@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #ad3e00;
}
#container  {
	width: 1100px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1055px;
} 
.PartnerText {
	text-align: center;
}

#header  {

	background-color: #5a1c00
.;
	background-color: #5a1c00;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 200px;
} 
#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 */
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 688px;
	background-color: #5a1c00;
	position: absolute;
	left: 81px;
	top: 254px;
}
#sidebar2  {
	float: right; /* 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-color: #5a1c00; /* padding keeps the content of the div away from the edges */
	height: 688px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 7px;
	color: #5a1c00;
	position: absolute;
	top: 254px;
	right: 81px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 235px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
	font-size: 12px;
	background-color: #FFFFFF;
	position: absolute;
	left: 81px;
	top: 254px;
	width: 608px;
} 

/* 
#footer  .largesponsor  img   {
	position: relative;
	bottom: 42px;
	margin-right: 12px;
}
#footer  .smallsponsors  a   {
}
#footer    .smallsponsors    img       {
	padding-left: 25px;
	position: relative;
	bottom: 42px;
	padding-right: 25px;
}
 */
.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;
}

#container #header #logo {
	float: left;
}
#container #header #slideshow {
	float: right;
}
#sidebar2  h3 {
	padding-left: 10px;
}
#sidebar2  div   {
	width: 220px;

}
#sidebar2 #calendar-container h3 {
	padding-left: 0px;
}



#sidebar2 #calendar-container {
	height: 60px;
	background-color: #d48400;
	margin-bottom: 20px;
	border: 2px solid #000000;
	text-align: center;
}
#calendar-container a {
	text-decoration: none;
	color: #5a1c00;
}
#calendar-container a:hover {
	color: #FFFFFF;
	background-color: #3c841e;
}
#sidebar2 #GreenBusinessMonthly {
	height: 110px;
	border: 2px solid #000000;
	margin-bottom: 15px;
	background-color: #d48400;
	text-align: center;
	padding-top: 10%;
	padding-left: 0px;
}
#sidebar2 #GreenBusinessMonthly h3 {
	padding-left: 0px;
}
#GreenBusinessMonthly a {
	text-decoration: none;
	color: #5a1c00;
}
#GreenBusinessMonthly a:hover {
	color: #FFFFFF;
	background-color: #3c841e;
}
#sidebar2 #RelatedLinks {
	margin-bottom: 15px;
	background-color: #d48400;
	border: 2px solid #000000;
}
#RelatedLinks a {
	font-size: 10px;
	text-decoration: none;
	color: #5a1c00;
	margin-left: -20px;
}
#RelatedLinks li {
	list-style-type: none;

}
#RelatedLinks a:hover {
	color: #FFFFFF;
	background-color: #3c841e;
}


#container #header #logo #Logo {
	padding-left: 20px;
}

#container #mainContent #WelcomeText {
	margin-bottom: 15px;
	margin-top: 25px;
}
#container #mainContent #FeatureAnnouncement {
	margin-bottom: 15px;
	margin-top: 25px;
}
#RSSblog   {
	margin-bottom: 15px;
	margin-top: 25px;
	overflow: hidden;
	height: 320px;
}

#RSSblog  a   {
	color: #5a1c00;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
#RSSblog  a:hover   {
	color: #FFFFFF;
	background-color: #3c841e;
}

#WelcomeText a {
	text-decoration: none;
	color: #5a1c00;
	font-style: italic;
	font-weight: bold;
}
#WelcomeText a:hover {
	color: #FFFFFF;
	background-color: #3c841e;
}
#slideshow {
	padding-right: 17px;
	padding-top: 22px;
}
#TextLogo {
	padding-top: 5px;
	padding-left: 5px;
}
#FeatureAnnouncement a {
	text-decoration: none;
	color: #5a1c00;
	font-style: italic;
	font-weight: bold;
}
#FeatureAnnouncement a:hover {
	color: #FFFFFF;
	background-color: #3c841e;
}
.BoldText {
	font-weight: bold;
}
.ItalicText {
	font-style: italic;
}
.CenteredText {
	text-align: center;
}

.14pxText {
	font-size: 14px;
}
.16pxText {
	font-size: 16px;
}

.IndentedText {
	margin-left: 20px;
}
.LeftAlign {
	text-align: left;
}

.DonationTable {
	text-align: center;
}
.UnderlineText {
	text-decoration: underline;
}
.IndentedTextForced {
	position: relative;
	left: 20px;
}
.ImageRight {
	float: right;
	margin-left: 15px;
}
.ImageCenter {
	position: relative;
	left: 18%;
}
.ImageLeft {
	float: left;
	margin-right: 15px;
}
.ImageCenterDiv {
	margin-left: 16%;
}
.ImageCenter550px {
	margin-left: 5%;
}
.ImageCenter512px {
	margin-left: 8%;
}
.ImageExtraBottomSpace {
	margin-bottom: 20px;
}
#RSSblog h5 {
	position: relative;
	left: 30px;
	top: -10px;
	bottom: -10px;
}
.ImageCenter225px {
	padding-left: 32%;
}
.ImageCenter300px {
	padding-left: 26%;
}
