﻿.volunteerism {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
	background-color: #C0C0C0;
	border: thin dashed #C77C36;
	padding: 10px 15px 10px 100px;
	margin: 5px;
}
.application {
	border: thin dashed #C77C36;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	padding: 10px 15px 10px 150px;
	margin: 5px;
	text-align: left;
	background-color: #FFFFFF;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: #0000FF;
	font-style: italic;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #78DEAC;
}
#header {
	width: 780px;
	height: 290px;
}
#navbar {
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 19px;
}
#navbar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navbar ul li {
	display: inline;
}
.clear {
	clear: both;
	width: 870px;
	height: auto;
}
#navbar ul li a {
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #C77C36;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
}
#navbar ul li a:hover {
	color: #AD0916;
	background-color: #2C6B66;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #C0C0C0;
	text-align: center;
	height: 15px;
	width: 780px;
}
#story {
	padding: 5px;
	margin: 5px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: medium;
	float: left;
	width: 60%;
}
.h1 {
	padding: 5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: xx-large;
}
.sidepic {
	padding: 5px;
	float: right;
	width: 33%;
}
#botnote {
	clear: both;
	width: 60%;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}
.body {
	margin: 0px;
	background-color: #7ED5A7;
}
a:link
{
	color: #0000FF;
	font-family: "Times New Roman", Sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
}

a:active
{color: transparent;
font-family: "Times New Roman", Sans-serif;
font-size: 16pt;
font-style: normal;
font-weight: 700;
text-decoration: none;
text-transform: none}

a:hover
{
	background-color: transparent;
	color: #E16B77;
	text-decoration: underline;
}
.A:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	color: #008000;
}

