
.contentTable
	{
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 9px; /* font size */
	border-collapse: collapse;
	border: none;

	}



.contentTable 

td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	}


.subject 
	{
	color:#666666;
	background-color: #EDEDE1;  
	}

.content 
	{
	color:#666666;
	background-color: #FFFFFF;
	}



/* default.css */
/* This file is included on all pages. */

/* Redefine HTML Tags */

/* Set default font and margins */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.sheader {
	color: #990000;
	text-decoration: none;
	font-size:large;
}
/* Links */
/* Default link color and behavior */
a {
	font-size: 11px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
/* Link on dark background */
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Sub header link */
a.subHeader {
	font-weight: bold;
	padding-bottom: 2px;
}
/* Module header as link */
a.modHeader {
	font-size: 0.75em;
}
/* Site-wide colors */
/* Light blue found in header */
.bgLtBlue {
	background-color: #2689C8;
	color: #FFFFFF;
}
/* Dark blue found in header */
.bgBlue {
	background-color: #0C679F;
	color: #FFFFFF;
}
/* Lighter light background */
.bgTan {
	background-color: #EDEDE1;
}
/* Darker light background */
.bgIvory {
	background-color: #E8E8D2;
}
.bgWhite {
	background-color: #FFFFFF;
}
/* Background for Donation Box */
.bgDonation {
	background-color: #F6F6F0;
}
/* Rule Definitions */
/* Bracket Rule */
.bgDarkGray {
	background-color: #999999;
}
/* Brown Module Rule */
.bgBrown {
	background-color: #977334;
}
/* Horizontal Dashed Rule on darker of light backgrounds */
.bgIvoryHR {
	background-image:  url("/images/dash_hor.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
/* Vertical Dashed Rule on darker of light backgrounds */
.bgIvoryVR {
	background-image:  url("/images/dash_ver.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
/* Horizontal Dashed Rule on lighter of light backgrounds */
.bgTanHR {
	background-image:  url("/images/dash_hor_tan.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
/* Vertical Dashed Rule on lighter of light backgrounds */
.bgTanVR {
	background-image:  url("/images/dash_ver_tan.gif");
	background-repeat: repeat-y;
	background-position: left top;
}
/* Horizontal Dashed Rule on white background */
.bgWhiteHR {
	background-image:  url("/images/dash_hor_wht.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
/* Vertical Dashed Rule on white background */
.bgWhiteVR {
	background-image:  url("/images/dash_ver_wht.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

/* Text */
.bodyText {
	font-size: 11px;
	color: #333333;
}
.bodyTextBold {
	font-size: 0.69em;
	color: #333333;
	font-weight: bold;
}
.header {
	font-size: 0.81em;
	color: #333333;
}
.whiteText {
	font-size: 0.75em;
	color: #FFFFFF;
}
.whiteHeader {
	font-size: 0.69em;
	color: #FFFFFF;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 4px;
}
/* Module header */
.moduleHeader {
	font-size: 0.75em;
	color: #666666;
}
/* Small module header */
.smModuleHeader {
	font-size: 11px;
	color: #666666;
}
/* Small module header bold */
.smModuleHeaderBold{
	font-size: 0.69em;
	color: #666666;
	font-weight: bold;
}
/* MISC */
/* Aligns news pictures with text */
.newsPict {
	padding-top: 2px;
}
.alignRight {
	text-align: right;
}
.pad10Left{
	padding-left: 10px;
}
.bodyTextCaption {

	font-size: 10px;
	color: #5D97A9;
}


.activityListingPict {
	padding-right: 120px;
}

.leftMenuCatPict {

}
.bgHR_New {
	background-image:  url("/images/v_rule_new.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
