@charset "UTF-8";
/* Body Content for page styled below */
h1 {
	font-size: 1.75em;
	text-align: center;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#main_content_inner {
	height: 1100px;
}
#main_content_inner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.25em;
	text-align: justify;
	margin-bottom: 10px;
}
.spaceabove {
	margin-top: 10px;
}

h2 {
	text-align: center;
	font-size: 1.5em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #C00;
}
.bold {
	font-weight: bold;
}
a {
	color: #17A907;
}
a:visited {
	color: #900;
}
hr {
	color: #C60610;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	margin-top: 10px;
}
#join_support {
	float: left;
	height: 200px;
	width: 100%;
	margin-bottom: 30px;
}
#join {
	background-color: #0C0;
	float: left;
	height: 200px;
	width: 250px;
	margin-left: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 0px 10px;
	border-radius: 10px 10px 0px 10px; 
	
	-webkit-box-shadow: 5px 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px 5px #999;
	box-shadow: 5px 5px 5px 5px #999; 
}
#join h3 {
	color: #FFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
#join ul li {
	color: #FFF;
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 5px;
	font-size: 0.90em;
	margin-right: 10px;
}
#support {
	background-color: #F00;
	float: left;
	height: 200px;
	width: 250px;
	margin-left: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 10px;
	border-radius: 10px 10px 10px 0px; 
	
	-webkit-box-shadow: 5px 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px 5px #999;
	box-shadow: 5px 5px 5px 5px #999; 
}
#support h3 {
	color: #FFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
#support ul li {
	color: #FFF;
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 5px;
	font-size: 0.90em;
	margin-right: 10px;
}

