@charset "utf-8";
body  {
	font: 100%/normal 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: url(../jpeg/grad_backgd.jpg) repeat-x;
}
 #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 0px ; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thin solid #666666;
} 
 #container .contact	{
	position: absolute;
	left: 500px;
	top: 243px;
 }
 #container .donate	{
	position: absolute;
	left: 600px;
	top: 243px;
 }
 #header { 
	background: #abcb98; 
	padding: 0 10px 0 20px;  /* 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. */
} 
 #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 */
}
.catchphrase	{
	margin-left: 100px;
	margin-bottom: 7px;
}
#imageHolder	{
	margin-bottom: 15px;
	padding: 0px;
}

#navbar	{
	margin:0px 0 0 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 */

	
	width: 780px;
	height: 50px;
	display: inline;
}

	
#navbar .generalinks a	{
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #666;
	padding: 15px 15px 5px 15px ;
	background: #D6D6D6;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #999;
	
}	
#navbar .generalinks a:hover	{
	color: #fff;
	background-color:#999;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}
#navbar  .homelink a	{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 10px 5px 10px ;
	border-bottom: 1px solid #000;
	background: #333;
	zoom: 1;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #999;
	
}
#navbar .homelink a:hover	{
	color: #fff;
	background-color:#999;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	
}


 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #E3EEDD;; /* the background color will be displayed for the length of the content in the column, but no further */
	
	padding: 0px 10px 15px 20px;
	font-size: 12px;
	border-right: 1px solid #8CB773;
	
	border-top: 1px solid #999;
	color: #666666;
	text-align: left;
	vertical-align: top;
	background-position: center center;
	line height: 25px;
	letter-spacing: 1px;
 }
#wrapper {	
background: url(../jpeg/sidebarbackgd.jpg) repeat-y left top;	
}
#sidebar1  a {
	color: #006699;
	text-decoration: none;
	
	text-indent: 5px;
}

 #sidebar1 a:hover {
	text-decoration: none;
	color: #9AC016;
	text-indent: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;

}

 #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	
}
#mainContent ul li{
		
	list-style-position: outside;
	list-style-type: circle;
		
	}
	
#mainContent  a {
	color: #9AC016;
	text-decoration: none;
}


#mainContent  a:hover {
	color: #993333;
	text-decoration: none;


	}
#mainContent .gcmaintextqtns {

	font-weight: bold;
	color: #333333;
	
	}
#mainContent .two {

	line-height: 35px;
	color: #666666;
	letter-spacing: 1px;
	
	}
#mainContent  .images {
	align: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

#mainContent h1		{
	
	font-size: 15px;
	
	color: #333333;
	vertical-align: middle;
	
	
}
#mainContent h2		{
font-weight: bold;
font-size: 14px;
}

#mainContent_2 { 
	margin: 0 0 0 20px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	
}
#mainContent_2  a {
	color: #9AC016;
	text-decoration: none;
}


#mainContent_2  a:hover {
	color: #993333;
	text-decoration: none;
}

#footer  a {
	color: #000033;
	text-decoration: none;

}
 #footer  a:hover {
	text-decoration: none;
	color: #D2D2FF;

}
					 	
 #footer {
	color: #333333;
	text-align: center;
	vertical-align: middle;
	border-top: 2px solid #003366;
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	background: #91B5B5;
}
.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;
}
#mainContent img {
	padding-top: 10px;
	padding-left: 10px;
}

#subForm	{ 
font-size: 14px;
}

#subForm .label{
	float: left;
	width:	260px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear:left;
	
}
#submit{
	margin-left: 330px;
	padding:5px;
	
}
#firstname2, #lastname2, #email, #phone2, #textarea3  	{
	background-color: #CCC;
	width: 300px;
	
}
#firstname2:focus{
background-color: #D5E3A8;	
}
#lastname2:focus{
background-color: #D5E3A8;	
}
#email:focus { background-color: #D5E3A8;
}
#phone2:focus{ background-color: #D5E3A8;
}
#textarea3:focus { background-color: #D5E3A8;
} 
