@charset "iso-8859-1";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #5d5d5d;
}
.clear-both {
	clear: both;
}
a {
	font-size: 12px;
	color: #00F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #FFF;
	background-color: #19390d;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
	color: #000;
}
h3 {
	font-size: 16px;
	color: #000;
}
h4 {
	font-size: 14px;
	color: #000;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}

.main-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../layout_gfx/bg-main.jpg);
}
.main-body-wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.main-body-wrapper .left p {
	text-align: justify;
}
.right {
	width: 260px;
	float: right;
	padding-left: 10px;
}
.left {
	width: 490px;
	float: left;
	padding-right: 10px;
}
.main-body-wrapper .left h4 {
	text-align: justify;
}
/*Next Event*/
.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cff5d4;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: justify;
}


.next-event {
	padding: 5px;
	clear: both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	background-color: #152f0b;
}
/*End Next Event*/
#foot {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#foot .charity {
	width: 250px;
	float: left;
}
#foot .w3c {
	width: 150px;
	float: left;
}
#foot a {
	color: #F90;
	font-weight: bold;
}
#foot a:visited {
	color: #F90;
	font-weight: bold;
}
#foot a:hover {
	color: #FFF;
	font-weight: bold;
}
#foot a:active {
	color: #F00;
	font-weight: bold;
}

#foot .links-left {
	width: 120px;
	float: left;
}
#foot .links-middle {
	float: left;
	width: 120px;
}
#foot .links-right {
	float: left;
	width: 120px;
}
.sub-links {
}
.sub-links a {
	background-color: #19390D;
	color: #FC0;
	display: inline-block;
	padding: 4px;
}
.sub-links a:hover {
	background-color: #999;
	color: #FFF;
	display: inline-block;
	padding: 4px;
}
.faq {
	font-size: 14px;
	color: #900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.ans {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 50px;
	font-size: 12px;
}
.red {
	color: #F00;
}

