@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #624B36;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	line-height: 24px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
}
p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 12px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a.donate:hover {
	color: #CC0000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a.donate:visted:hover {
	color: #CC0000;
}
a:visited:hover {
	color: #000000;
	text-decoration: underline;
}

#artboard {
	background-color: #FFFFFF;
	height: 600px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header img {
	float: left;
}
#header {
	height: 94px;
}
#nav img {
	float: left;
}
#contentArea {
	clear: both;
	height: 434px;
}
#sidebarNav {
	width: 230px;
	height: 438px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
#sidebarNav a {
	font-size: 13px;
	color: #7D6A55;
	text-decoration: none;
}
#pageTitle {
	padding-top: 18px;
	padding-bottom: 0px;
	margin: 0px;
}
#bodyContent {
	width: 510px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 60px;
	float: right;
	margin-right: 130px;
	height: 364px;
	overflow: auto;
	margin-top: 10px;
}
#bodyContent ul {
	margin-top: 6px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 24px;
}
#footer {
	font-size: 13px;
	background-image: url(images/dotsBorder.gif);
	background-repeat: no-repeat;
	height: 44px;
	vertical-align: middle;
	line-height: 40px;
	float: right;
	padding-right: 20px;
}

#aboutPage #artboard {
	background-image: url(images/about/bgAngels.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#aboutPage   h1, #aboutPage h2 {
	color: #6FB12C;
}
#aboutPage #sidebarNav a:hover {
	color: #6FB12C;
}

#proofPage #artboard {
	background-image: url(images/proof/bgAngels.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#proofPage   h1, #proofPage h2 {
	color: #FF7500;
}
#proofPage #sidebarNav a:hover {
	color: #FF7500;
}

#newsPage #artboard {
	background-image: url(images/news/bgAngels.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#newsPage   h1, #newsPage h2 {
	color: #2C58A2;
}
#newsPage #sidebarNav a:hover {
	color: #2C58A2;
}


#donatePage #artboard {
	background-image: url(images/donate/bgAngels.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#donatePage   h1, #donatePage h2 {
	color: #D10402;
}
#donatePage #sidebarNav a:hover {
	color: #D10402;
}

#contactPage #artboard {
	background-image: url(images/contact/bgAngels.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contactPage   h1, #contactPage h2 {
	color: #514130;
}
#contactPage #sidebarNav a:hover {
	color: #000000;
}
#footer a {
	color: #624B36;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
