/*[fmt]1A20-1A0A-3*/
body {
  background: #fff url(images/webdesign/bg.png) top left repeat-x;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
/*Centers the page content container in IE 5 browsers.*/
}
#container {
  color: #000000;
  margin: 0 auto;
  width: 897px;
  padding: 0;
  text-align: left;
}
#header {
  background: url(images/webdesign/design_02.jpg) no-repeat top left;
  height: 170px;
}
#footer {
  background: url(images/webdesign/design_04.gif) no-repeat top center;
  clear: both;
  width: 897px;
  height: 75px;
  position: relative;
}
#text_links {
	padding-left:50px;
	padding-right:50px;
	padding-top:65px;
  width: 795px;
}
.testimonial {
	background:#FFFFFF url(images/webdesign/quote_start.jpg) top left no-repeat;
	width:500px;
	padding-left:35px;
	padding-bottom:45px;
}
#donate {
	padding-top:25px;
	padding-bottom:25px;
}
/* top_menu */
#top_menu {
  background: url(images/webdesign/design_01.jpg) no-repeat top left;
  height: 39px;
}
#top_menu_inner {
	padding-left:20px;
	padding-top: 13px;
}
.topnav ul {
  list-style: none inside;
  margin: 0;
	width:850px;
}
.topnav ul li {
  display: inline;
	margin: 0;
	text-align:center;
	line-height:20px;	
}
.topnav ul li a {
  float: left;
	color:#E8EAEC;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
}
.topnav ul li a:visited {
	color:#FFFFFF;
}
.topnav ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
} /* top_menu */

/*left menu*/
.vert_nav {
  width: 190px; /*width of menu*/
	margin-bottom:15px;
}
.vert_nav .headerbar {
  font: bold 13px Verdana;
  color: white;
  background: #6CA6BC url(images/webdesign/arrowstop.gif) no-repeat 8px 6px;
/*last 2 values are the x and y coordinates of bullet image*/
  margin-bottom: 0;
/*bottom spacing between header and rest of content*/
  padding: 7px 0 7px 31px;
/*31px is left indentation of header text*/
}
.vert_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
/*bottom spacing between each UL and rest of content*/
}
.vert_nav ul li {
  padding-bottom: 2px;
/*bottom spacing between menu items*/
}
.vert_nav ul li a {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #BDD7E0;
  display: block;
  width: 182px;
/*clickable area, width minus left padding*/
  line-height: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 8px;
/*link text is indented 8px*/
}
.vert_nav ul li a:visited {
  color: #000000;
  background-color: #BDD7E0;
}
.vert_nav ul li a:hover {
  color: #000000;
  background-color: #ACC88B;
  text-decoration: none;
}
/*2 column layout = default layout*/
#content_div {
  background: url(images/webdesign/col_bg.jpg) repeat-y top left;
  width: 897px;
}
#main_wrapper {
  float: right;
	width: 590px !important;
  width: 560px;  /* width for ie6 */
  color: #333333;
  margin-right: 30px;
  padding-top: 35px;
}
#main_text {
  padding-right: 15px;
}
#secondary_wrapper {
  float: left;
  width: 225px;
  padding-top: 35px;
}
#secondary_text {
  padding-left: 20px;
  color: #333333;
  padding-right: 15px;
}
/*2 column layout end*/