body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
}

a {
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	
}

a.hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #660000;
	font-weight: bold;
	text-align: center;



}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #660000;
	font-weight: bold;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #660000;
	text-align: center;


}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-decoration: underline;

}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	letter-spacing: 1px;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
 color: #660000; font-weight: bolder; font-size: 16px;
 }
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
.rightbar {
	font-size: 12px;
	color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	font-weight: bold;

}
.quote {
	color: #660000;
	font-style: italic;
}
.subtitletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	background-color: #333333;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #CCCCCC;
	text-align: left;
}
.faq li {
	padding: 10px 0px;
	}
	
/* Donation Page Boxes */
.donation-border {
	border-right: 1px solid #660000;
	border-left: 1px solid #660000;
	}
.donation-inside {
	padding: 3px;
	}
	
/* Shadow Table */
.table-shadow-container {
	padding: 20px 2px 2px 20px;
	background: #fff;
	}
.table-shadow {
	position: relative;
	top: -8px;
	left: -8px;
    font-size: 90%;
    font-family: georgia, Tahoma, verdana, sans-serif;
	border: 1px solid #F1F1F1;
	background: #999999;/*#F1F1F1;*/
	}
.table-shadow caption {
	font-size: 120%;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: solid 1px #fff;
	border-bottom: none;
	background: #842031;
	}
.table-shadow a { color: #fff; }
.table-shadow th { 
	color:#999;
	background: #fff;
	}
.table-shadow td, .table-shadow th {
	font-family: georgia, Tahoma, verdana, sans-serif;
	font-size: 110%;
	margin: 0;
	padding: 3px 20px;
	border-bottom: 1px solid #b5b5b5;
	color: #000;
	}
.table-shadow td table tr td 
{  /* this fixes up ASP.NET's radio list table */
    border-bottom: 0px;
    padding:0px;
}
.table-shadow .name {
	text-align: left;
	}
.table-shadow tr {
	background: #e6e6e6;
	}
.table-shadow tr.alt {
	background: #f1f1f1;
	}
.table-shadow td a {
	display: block;
	font-weight: bold;
	}

.table-shadow .last td
{
    border-bottom: none;
}
/* End of Table Shadow */
