@charset "utf-8";
/* CSS Document */



/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

/* float classes */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* for clearing floats*/
.clear {
	clear: both;
}

/* background image, overall font and link specs */

body {
	background: #ba8300;
	text-align: center;
	min-width: 886px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #333;
	font-size: small;
	line-height: 1.5em;
	margin: 0px 20px 15px 0px;
}

ul {
	margin-bottom: 15px;
}

ol {
	margin-bottom: 15px;
}
	
a:link {
	color: #c720cc;
	text-decoration: none;
}

a:hover, a:active {
	color: #990099;
}

a:visited {
	text-decoration: none;
} 

h1, h2, h3, h4 {
	line-height: 1em;
	font-family: Verdana, Geneva, sans serif;
	color: #2e6700;
	padding: 1em 0 1.5em 0;
}
	
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
}





/* container to keep the contents centered */

#wrapper {
	width: 886px;
	margin: 0 auto;
	text-align: left;
	background: url(images/background.jpg) repeat-y;
	
}



#leftColumn {
	width: 267px;
	height: auto;
	float: left;
	background: #e6a100 url(images/sidebar_baCK.jpg) repeat-y;
	margin: 0 0 0 43px;
}

#rightColumn {
	float: left;
	width: 533px;
	margin: 0px;
	padding-bottom: 40px;
}

#rightColumn ul {
	list-style: inside;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: small;
	line-height: 2em;
}

#rightColumn ol {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: small;
	line-height: 2em;
}
	

/* Main (top horizontal) Menu */


#menuMain
	{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	margin: auto;
	padding: 12px 0px 0px 0px;
	height: 20px;
	background-color: #2e6700;
	}
			

#menuMain ul {
	text-align: center;
}


#menuMain li {
	display: inline;
}


#menuMain a	{
	color: #FFF;
	font: Arial, Helvetica, sans-serif;
	padding: .5em 1.5em;
	text-decoration: none;
	}

#menuMain a:hover, a:active {
	color: #FF9;
}


#logo {
	position: relative;
	left: -43px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

#mission {
	float: left;
	width: 250px;
}

#donate {
	float: left;
	margin: 20px 10px;
}

#mainContent {
	clear: both;
	float: left;
	margin: 0 10px 0px 0px;
}

#leftNav {
	padding-right: 33px;
	color: #FFF;
	font-weight: bold;
}

#leftNav p {
	margin-bottom: 20px;
}

#leftNav a {
	text-decoration: underline;
}


.table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #333;
	font-size: small;
	padding: 4px 4px;
}
	
.photorightvert {float: right; padding:2px 0px 8px 10px;
}

.photorighthoriz {float: right; padding:2px 20px 8px 10px;
}

.photoMargin {margin-bottom: 5px;
}	



/* Footer with copyright, search, sub-navigation */

#footer {
	clear: both;
	width: 800px;
	background: #54036f;
	color: #FFF;
	font-size: x-small;
	margin: 0px 0px 0px 43px;
	padding: 20px 0px;
	text-align: center;

}


/* Miscellaneous styling */

.center {
text-align: center;
}

.bold {
font-weight: bold;
color: #660487;
}


.italic {
font-style: italic;
}





