/* CSS Document */

p{
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	line-height: normal;
	padding: 10px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}

.bold{
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

.navigation {
	font-family: Times New Roman, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
	display: block;
	padding: 4px;
	width: 107px;
	text-align: left;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigation:hover {
	font-family: Times New Roman, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00FF00;
	display: block;
	padding: 4px;
	width: 107px;
	text-align: left;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigated_here {
	font-family: Times New Roman, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CC00;
	display: block;
	padding: 4px;
	width: 107px;
	text-align: left;
	height: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.body {
	font-family: Times New Roman, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-indent: 20pt;
	color: #000099;
}

.body_indent1 {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 40pt;
}

.body_indent2 {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 80pt;
}

.body_indent3 {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 120pt;
}

.body_indent4 {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 160pt;
}

.body_indent5 {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 200pt;
}

.meetings {
	font-family: Times New Roman, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.meetings_heading {
	font-family: Times New Roman, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.newsletter {
	font-family: Times New Roman, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.newsletter_heading {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.outdoor{
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	background-color: #669966;
}
.indoor{
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	color: #FFFF99;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	background-color: #009900;
}
.social{
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	color: #00FFFF;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	background-color: #009966;
}
.links {
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.links_heading {
	font-family: Times New Roman, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.links_URL {
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.links_URL:hover {
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #FFFF66;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.links_URL:visited {
	font-family: Times New Roman, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #66FFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}

