
@charset "utf-8";
body {
	font:  Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(none) repeat;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	background: #AC7339; 
	
}
.headerimage_1	{
	padding-bottom: 10px;
}
.donation_button	{
padding-bottom: 10px;
padding-left: 35px;

}
 #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 */
}
#navigation	{
padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCCC66;	
}
 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font: 14px/25px "Century Gothic", Arial, "helvetica neue", sans-serif;
	color:  #000000;
	text-indent: 25px;
}

#mainContent h1	{
	color: #000;
	font: lighter 20pt "Century Gothic", Arial, "helvetica neue", sans-serif;
	text-indent: 0px;
}
#mainContent h2	{
	font-family: "Century Gothic", Arial, "helvetica 			neue", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-indent: 0px;
}
#mainContent h3	{
	font-family: "Century Gothic", Arial, "helvetica 			neue", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin-left: 30px;
	text-indent: 0px;
}
#mainContent h2 a:link {
	color: #000;
	text-decoration: none;
		
	}
#mainContent h2 a:visited {
color: #000;
	text-decoration: none;
}
#mainContent h2 a:hover {
	color: #69C ;
	text-decoration: none;


}
#mainContent h2 a:active {
color: #ac7339;
	text-decoration: none;
	}
	
.line {
	border-top: 2px solid #000;
	
	}
.quotations{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	font-style: italic;
}

 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
 #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 */
}

/* Document related*/

.box2 {
	margin: 5px;
	padding: 15px;
	width: auto;
	border: 1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px/25px;
	word-spacing: normal;
	text-indent: 0px;
}

.exercises {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12pt;
	color: #000;
	font-weight: normal;
}

ul {
	text-indent: 0;
	padding-left: 35px;
}
.return a{
	font: bold 9px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
