.navigate A:link
{
	color: Blue;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
}

.navigate A:visited
{
	color: Purple;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
}

.navigate A:hover
{
	color: #FF6347;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
}

.bigred
{
	color: #A32934;
	font-size : 18px;
	font-weight: normal;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
}

.button
{
	color: #FDBD3A;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #693B69;
	text-align: center;
	height: 20px;
	border: outset Silver;
}

.deceased
{
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Monotype Corsiva";
	font: normal;
}

.email
{
	color: #693B69;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.largetextBlackbold
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font: normal bold;
}

.links
{
	color: #693B69;
	font-size : 11px;
	font-weight:bold;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
}

.medtext
{
	color: #693B69;
	font-size : 14px;
	font-weight: normal;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
}

.medtextBlack
{
	color: #000000;
	font-size : 14px;
	font-weight: normal;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
}

.medTextBlackBold
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font: bold;
}

.medtextBlackUnderLine
{
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
}

.picture
{
	color: Aqua;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	border: none;
	background-color: #EAE9F4;
	text-align: center;
}

.red
{
	color: #A32934;
	font-size : 14px;
	font-weight: normal;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font : normal;
}

.smallText10
{
	color: Black;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smallText10Underline
{
	color: Black;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smallText12
{
	color: Black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smallTextBlack
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
}


.smallTextGray
{
	color: #C8C0C8;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	border: none;
}

.smallTextLightGray
{
	color: #98979D;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	border: none;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
		
#nav a {
	display: block;
	width: 135px;
}
		
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}
		
#nav li ul { /* second-level lists */
	position: absolute;
	background: #693B69;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
		
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}