body {
	background-color: #9D9584;
	min-width: 701px; /* For Mozilla */
	margin: 30px 0;
	padding: 0;
	color: #000;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 701px;
}

div, p {
	margin-top: 0;
}

/* =Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}
h1 {font-size: 21px; margin: 0 0 5px 0;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}

/* =Links
----------------------------------------------- */
a:link, a:visited {
	color: #23475C;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* =Header
----------------------------------------------- */
#header {
	background: url(/_lib/images/template/header.jpg) no-repeat top left;
	width: 701px;
	height: 181px;
}
#header2 {
	background: url(/_lib/images/template/header2.jpg) no-repeat top left;
	width: 701px;
	height: 181px;
}
#header2 h1, #header2 blockquote {
	display: none;
}
#flashcontent {
	position: absolute;
	top: 116px;
	left: 336px;
	width: 317px;
	height: 64px;
}

/* LAYOUT: =Content
----------------------------------------------- */
#contentWrap {
	font: normal 11px Arial, Helvetica, sans-serif;
	background: url(/_lib/images/template/body_bg.jpg) repeat-y;
	width: 676px;
	margin: 0;
	padding: 8px 10px;
}
#content {
	width: 530px;
	margin: 10px 0 0 130px;
	padding: 0;
	text-align: left;
}

#content img {
	margin-left: 10px;
}

#list ul {
	background-color: #F4F4F4;
	position: absolute;
	top: 432px;
	left: 508px;
	width: 155px;
	margin: 3px;
	padding: 4px 0 4px 7px;
	border: 1px solid #666;
	font-size: 10px;
	color: #000;
}

#list li {
	margin: 1px 12px;
	padding: 0;
}

#contactform {
	padding: 0;
	margin: 0 20px;
	position: absolute;
	top: 210px;
	left: 415px;
	text-align: right;
}
#contactform input {
	margin: 2px 0;
	background-color: #F0F0F0;
	border: 1px solid #000000;
}
#contactform textarea {
	margin: 2px 0 0 0;
	background-color: #F0F0F0;
	border: 1px solid #000000;
}

/* LAYOUT: =Side Bar
----------------------------------------------- */
#sideBar {
	position: absolute;
	font-weight: 500;
	top: 181px;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 120px;
}


#sideBar ul {
	margin: 10px 0 10px 36px;
	padding: 0;
}

#sideBar li {
	list-style-image: url(/_lib/images/template/bullet.jpg);
	margin: 0;
	padding: 4px 0 4px 0;
}

#sideBar a:link, #sideBar a:visited {
	color: #213036 !important;
	text-decoration: none;
}
#sideBar a:hover, #sideBar a:active {
	text-decoration: underline;
}
#sideBar a.charity-link {display:block; width:100px; text-align:center; text-decoration:underline; color:#1B3745; padding:15px 0 0 9px; font:bold 12px "Times New Roman", Times, serif;}

/* LAYOUT: =Footer
----------------------------------------------- */
#footer {
	background: transparent url(/_lib/images/template/bot_bg.jpg) repeat-x top left;
	width: 690px;
	height: 23px;
	clear: both;
	font-size: 10px;
	text-align: center;
	color: #fff;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	font-size: 10px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #fff !important;
}

/* =BottomNav
----------------------------------------------- */
#botNav {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
	margin-left: 130px;
}
#botNav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#copyright {
	font-size: 10px;
	color: #fff;
	margin: 0;
	margin-left: 130px;
	padding: 4px 0 0 0;
	list-style: none;
	text-align: center;
}

#copyright a:link, #copyright a:visited {
	font-weight: normal;
	font-size: 10px;
	color: #23475C !important;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	text-decoration: underline;
}

/* =Forms
----------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 10px;
}
.button {
	background-color: #E4E4E4;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	font-size: 10px;
	color: #000;
}

#contactform p {
	margin: 0;
	padding: 0;
}
