a {
	color: black;
	text-decoration: underline;
}

body {
	background-color: #969E7B;
	font-family: arial;
	margin: 0;
	padding: 0;
	font-size: 10.5pt;
	color: #111;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}


h1 {
	font-size: 200%;
	color: #A07521;
	letter-spacing: 1px;
	text-align: left;
	font-family: Helvetica, Verdana, Geneva, Arial;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: normal;
}

h2 {
	font-size: 150%;
	color: #7E9A56;
	letter-spacing: 2px;  
	font-weight: normal;
	margin-bottom: 5px;
}

h2 a {
	color: #7E9A56;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 5px;
	
	}
	
h3 {
	font-size: 125%;
	color: gray;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 5px;
}

hr {
	background-color: #ccc666;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: #ccc666;
	height: 3px;
	padding: 0px;
	width: 90%;
}

strong {
	color: #222;
}

ul {
	list-style-image: url(/images/littlearrowred.gif);
	}

.donate {
	background-color: #F2920C;
}

#content {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 740px;
}


#footer {
	width: 720px;
	font-size: 90%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	background-color: #8EA4B5;
	color: white;
	padding: 10px;
	padding-top: 20px;
	clear: both;
}

#footer a {
	border-bottom: none;
	color: white;
}

#header {
	height: 130px;
	width: 740px;
	display: block;
	background-repeat: no-repeat;
	margin-left: 5px;
	background-color: blue;

}

#left {
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-x;
	font-size: 95%;
	font-weight: normal;
	height: auto;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px; 
	padding-top: 45px;
	padding-bottom: 20px;
	margin-top: 20px;
	width: 200px;
	text-align: left;
	display: block;
	clear: both;
	float: left;
}

#logo {
	background-color: white;
	background-image: url(images/header_grad.gif);
	background-repeat: repeat-x;
	width: 740px;
	margin-left: 5px;
	height: 115px;
}

#logo a {
	border: none;
}

#menuwrap {
	background-color: #80B0BD;
	border-left: 5px solid #558997;
	border-right: 5px solid #558997;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-transform: uppercase;
	width: 730px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	
}

#menu {
	margin: 0;
	padding: 0;
	text-align: center;
}


#menu a {
	border-bottom: none;
	border-right: 1px solid white;
	color: white;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 1px;
}

#menu a.active, #menu a:hover {
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #57A348;
	color: #FFFFFF;
}

#menu li {
	list-style: none;
	margin: 0;
	padding 0;
	display: inline;
}


#right {
	width: 465px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 220px;
	line-height: 170%;
	color: #2D2D2D;
}

#right img {
	border: 1px solid #ccc;
	margin: 7px;
	}


#submenu {
	padding-bottom: 15px;
	list-style-position: inside;
	}

#submenu dt {
	font-size: 155%;
	color: #064B89;
	font-family: Times;
	letter-spacing: 1px;
	font-style: italic;
	padding-left: 15px;
	font-weight: normal;
	list-style-position: inside;

}
#submenu dd {
	margin-left: 20px;
	margin-top: 5px;
	}
	
#submenu a {
	border-bottom: none;
	color: #6E3232;
	text-decoration: none;
	letter-spacing: 1px;
	background-image: url(images/littlearrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	font-size: 90%;
}

#submenu a:hover {
	border-bottom: none;
	color: ##424242;
	text-decoration: underline;
}

#wrapper {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0 5px;
}