/*
	main.css by Sande Lollis - http://sandelollis.com
	Copyright (c) 2012 Elements of Design
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	margin:0px; padding:0px;
}

/*regular paragraph*/
p {
	margin: 0 0 .75em 0;
	color: #000000;
	font-size: 13px;
	text-align: justify;
}

p1 {
	margin: 0 0 .75em 0;
	font-size: 13px;
	text-align: left;
}

p2 {
	margin: 0 0 .75em 0;
	font-size: 13px;
	text-align: center;
}

p3 {
	margin: 0 0 .75em 0;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}

/*titles*/
h1 {
	font-size: 30px;
	color: #000000;
	margin: .5em 0 .3em 0;
	font-weight: 400;
}

h2 {
    font-size: 13px;
    color: #892b23;
    padding-bottom: 0px;
    text-align: justify;
    font-weight: bold;
    margin-top: 2em;
    line-height: 10%;
}

h3 {
	font-size: 13px;
	margin: 1em 0 .75em 0;
	color: #FFFFFF;
	font-weight: 500;
}

h4 {
	font-size: 15px;
	color: #892b23;
	margin: 0 0 .75em 0;
	font-weight: bold;
}

h5 {
	margin: 0 0 .75em 0;
	font-weight: bold;
}

/*regular links*/
a:link {
	color: #892b23; text-decoration: underline;
}
	
a:visited {
	color: #892b23; text-decoration: underline;
}

a:hover {
	color: #0000CC; text-decoration: none;
}

a:active {
	color: #892b23; text-decoration: none;
}

/*menu links*/
a.home:link {
	color: #FFFFFF; text-decoration: none;
}
	
a.home:visited {
	color: #FFFFFF; text-decoration: none;
}

a.home:hover {
	color: #0000CC; text-decoration: none;
}

a.home:active {
	color: #FFFFFF; text-decoration: none;
}

.style2 {
	margin: 0 0 .75em 0;
	font-color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

/*side menu line space above Easy Ways to Donate*/
.style10 {
	font-size: 20px;
}

/*Subtitle, example WH directions*/
.style15 {
	font-size: 15px;
}

/*side menu red words*/
.style17b {
	font-size: 13px;
	color: #892b23;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 1.4em;
	text-align: left;
}

/*side menu addresses*/
.style17c {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 1.4em;
	text-align: left;
}

/*side menu words*/
.style17d {
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 0px;
	line-height: 1.4em;
	text-align: left;
}

/*side menu list*/
.stylelist {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 .75em 0;
	padding-bottom: 0px;
	line-height: 1.4em;
	text-align: left;
}

/*side menu list*/
.stylelist4 {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0 0 .75em 0;
	padding-bottom: 0px;
	line-height: 1.4em;
	text-align: left;
}

/*body list bold*/
.stylelist2 {
	margin-top: .5em;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 0px;
	line-height: 1.4em;
	text-align: left;
}

/*body list regular*/
.stylelist3 {
	margin-top: .5em;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 0px;
	line-height: 1.4em;
	text-align: left;
}

/*blockquote regular*/
blockquote.style1 {
	margin: 0 0 .75em 0;
	color: #000000;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:50px;
	font-size: 13px;
	text-align: justify;
}

.caption {
	margin: 0 0 .75em 0;
	color: #A8A8A8;
	font-size: 11px;
	text-align: justify;
}

