/* Content Area */
.Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.smCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: justify;
}
ul {
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);

	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	text-decoration: underline;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002456;
	text-decoration: underline;
	}
	
/* Subnavigation */
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	}
.subnav ul {
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
	}
.subnav li {
	padding:0px 0px 10px 0px;
	line-height:11px;
	}
.subnav a {
	font-size: 11px;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
	}
.subnav a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #002456;
	text-decoration: underline;
	}
	
/* Bottom Navigation and text */
.bottomCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ececec;
	font-weight: bold;
}
.bottomCopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ececec;
	font-weight: bold;
	text-decoration: underline;
}
.bottomCopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D2C493;
	font-weight: bold;
	text-decoration: underline;
}

/* AltColor Bottom Navigation and text */
.altbottomCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	font-weight: bold;
}
.altbottomCopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
}
.altbottomCopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}


/* Members Section */
.members {
	/*background-color: #eeeeee;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;*/
}
.members a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	text-decoration: underline;
	}
.members a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002456;
	text-decoration: underline;
	}
.members TD {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;*/
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	}