@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	left: auto;
	right: auto;
}
.oneColFixCtr #container {
	width: 955px;
	margin: 0 auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 40;
	padding-left: 20px;
}


#div_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #000000;
	border-left-color: #FF0000;
	padding: 5px;
	clear: both;
}

#tab_holder {
	left: auto;
	right: auto;
}
#div_menu {
	font-size: 0.85em;
	font-weight: bold;
}
#div_maincontent {
	padding: 5px;
}
#div_menu a:link {
	color: #000000;
	text-decoration: none;
}
#div_menu a:visited {
	color: #000000;
	text-decoration: none;
}
#div_menu a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 2px;
}
#div_menu a:active {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.contact_form_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.form {
	border: 1px solid #000000;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.97em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	margin-bottom: 10px;

}

.donate {
	border: 1px solid #FF0000;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.97em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FF0000;
	margin-bottom: 10px;

}


.texta {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #1E90FF;
	font-family: Arial, Helvetica, sans-serif;

}

.textarea {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
#header {
	clear: both;
	padding-bottom: 15px;
}
#div_3col_right {
	padding: 10px;
	float: right;
	width: 250px;
}
#div_3col_left {
	float: left;
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px none #CCCCCC;
}

#div_3col_mid {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	border: 1px none #CCCCCC;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
