/*sooo...i'm giving this a try, this is the CORE STYLE SHEET*/

body { 
	background-color: white;
	color: #136825;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;	
	margin: 0
}

h1 {
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;
}

h2 {
	font-size: 1em;
	text-decoration: none;
	text-align: left;
}

p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.7em;
	
}

p.footer {
	font-size: .5em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	background-color: white;
	color: #672C0B;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #B18312;
	text-decoration: none;
}

a:hover {
	background-color: white;
}

a:active {
	background-color: white;
}

ol {
	background-color: white;
	color: #136825;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.7em;	
	margin: 0
}

#logo {
	background-image: url(images/newlogo.gif);
	background-repeat: no-repeat;
	height: 150px;
	length: 350px;
	background-position: 10px 10px;
}

#header {
	background-color: red;
	color: yellow;
	font-style: italic;
	text-align: center;
	border: #000000 3px dashed;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 125px;
	padding-left: 125px;
}

#header p {
	font-size: 1em;
}

#content {
	position: relative;
	width: 840px; 
}

#main-text {
	position: relative;
	background-color: #ffffff;
	color: #136825;
	margin-left: 220px;
	padding: 0px;
}

#navbar {
	position: absolute;
	width: 200px;
	margin: 10px;
	margin-left: 10px;
}

#navbar ul li {
	display: block;
	list-style-type: none;
	margin: 5px;
	padding: px;
}

#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	font-family: Futura;
	background-color: #B18312;
	color: #672C0B;
	text-decoration: none;
	border: solid #672C0B 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 2px;
}

#navbar ul li a:hover {
}

#hometitle {
	background-image: url(images/hometitle.gif); 
	height: 150px;
	background-repeat: no-repeat;
	background-position: 550px 0px;
	margin: 0px;
}

#aboutustitle {
	background-image: url(images/aboutustitle.gif); 
	height: 150px;
	background-repeat: no-repeat;
	background-position: 550px 55px;
	margin: 10px;
}

#ouractivitiestitle {
	background-image: url(images/ouractivitiestitle.gif); 
	height: 150px;
	background-repeat: no-repeat;
	background-position: 550px 55px;
	margin: 10px;
}

#calendertitle {
	background-image: url(images/calendertitle.gif); 
	height: 150px;
	background-repeat: no-repeat;
	background-position: 550px 55px;
	margin: 10px;
}

#donatetitle {
	background-image: url(images/donatetitle.gif); 
	height: 150px;
	background-repeat: no-repeat;
	background-position: 550px 55px;
	margin: 10px;
}

#getinvolvedtitle {
	background-image: url(images/getinvolvedtitle.gif); 
	height: 150px;
	background-repeat: no-repeat;
	background-position: 550px 55px;
	margin: 10px;
}

#learntitle {
	background-image: url(images/learntitle.gif); 
	height: 150px;
	background-repeat: no-repeat;
	background-position: 550px 55px;
	margin: 10px;
}










