@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/body-bg3.gif);
	background-color: #385167;
	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;
}
.twoColFixRtHdr #language {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto;
	text-align: right;
	color: white;
	padding-right: 50px;
	font-size: small;
}
.twoColFixRtHdr #language .active{
	Background-image:url(../images/top-link.gif);
	padding:2px 2px 4px 8px;
	color:white;
}

#language a{
	text-decoration:none;
	color:white;
	}
#language a:hover {
		color:#a81c0d;
}
.twoColFixRtHdr #header {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: white;
	margin:0px auto;
	background: transparent;  /* 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. */
	height: 102px;
} 
.twoColFixRtHdr #header img {
	padding: 20px 0 20px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	margin-bottom: 0px;
}
.twoColFixRtHdr #header p {
	float:right; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	padding-right: 30px;
	padding-top: 80px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: 800;
}
#header .active {
	background-image:url(../images/link.gif);
}
.twoColFixRtHdr #header a {
	color:white;
	text-decoration:none;
	padding:3px 7px;
}
.twoColFixRtHdr #header a:hover {
	background-image:url(../images/link.gif);
	color:white;
	text-decoration:none;
}

.twoColFixRtHdr #container {
	width: 860px;
	margin:5px auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg-2.png);
	background-repeat:no-repeat;
	padding-top:35px;
} 
#container a {
	Color:#a81c0d;
	text-decoration:none;
}
#container a:hover {
	Color:#3e8617;
}

#top h4 {
	color: white;
	margin:0px 35px 0 35px;
	background: #3e8617;
	height: 25px;
	padding: 5px;
} 
#form{margin-top:20px;}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 30px;
	background-image: url(../images/side.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 492px;
	text-align: left;
}
#give img {border:none;}
.twoColFixRtHdr #mainContent {
	margin: 0 286px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#donate p {text-align: left; font-weight:600;}
#donate h2 {text-align:left;}
.twoColFixRtHdr #footer {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	margin-top: 20px;
} 
.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 */
	color: white;
}
.twoColFixRtHdr #footer a {
	padding-left:530px;
	color:white;
	text-decoration: none;
}
.twoColFixRtHdr #footer a:hover {
	color:#0C0;
}
.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;
}
