body {
	font-family: verdana, arial, helvetica, serif;
	color: #800000;
	background-image:url(images/bkg.gif);
}
H1 {
font-size: 13px;
margin-left: -17px;
font-weight: normal;
text-align: center;
}

.title{
font-size: 17px;
font-weight: bold;
margin-left: -20px;
text-align: center;
margin-bottom: -10px;
}

.maintext {
	font-size: 13px;
}
.bottomtext {
	font-size: 11px;
	align: right;
}
.lefttext {
	font-size: 10pt;
	color: #F9F1D2;
	font-weight: bold;
}

A:link {color: Navy;}
A:visited {color: Purple;}
A:hover {text-decoration: none; color: Navy;}

.border{
	border:2.5px solid Maroon;
	border-collapse:collapse;

}
td.Maroon{
  border:5px solid Maroon;
  border-collapse:collapse;

}
.left-bkg {
	background-image: url(images/left_grad.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #a59369;	
}

.right-bkg {
	background-image:url(images/right_grad.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #a59369;
}

.center-cell {
	background-image:url(images/arch.jpg);
	background-repeat: no-repeat;
	background-color: White;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	font-weight: bold;
	font-size: 12px;
	width: 151px; /* Width of Menu Items */
	border-bottom: 0px solid #c0c0c0;
}

#nav li { /* all list items */
	float: left;
	width: 151px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 151px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: -2em 0 0 8em;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 8em;
	width: 162px;
}

#nav li a {
	display: block;
	text-decoration: none;
	font-size: 10pt;
	color: #F9F1D2;
	background-color: #a59369; /* IE6 Bug */
	padding: 1px;
	border: 0px solid #c0c0c0;
	border-bottom: 0;
	width: 151px;

}
#nav li.second a {
	display: block;
	text-decoration: none;
	color: #4d4a3c;
	background-color: #f9f1d2; /* IE6 Bug */
	padding: 1px;
	border: 0px solid #c0c0c0;
	border-bottom: 0;
	width: 130px;
}
#nav li.third a {
	display: block;
	text-decoration: none;
	color: #f9f1d2;
	background-color: #a59369; /* IE6 Bug */
	padding: 1px;
	border: 0px solid #c0c0c0;
	border-bottom: 0;
	width: 162px;
}

#nav li a:hover {
	color: #4d4a3c;
	background-color: #f9f1d2;
}
#nav li.second a:hover {
	color: Maroon;
	background-color: White;
	
}
#nav li.third a:hover {
	color: #4d4a3c;
	background-color: #f9f1d2;
	
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}