/* st. john westminister - coronado */
<!--
.topBanner
{
	background-image: url(/images/yellow-grad.gif);
	background-repeat: repeat-x;
}

.greenLine
{
	background-image: url(/images/green-lines.gif);
	background-repeat: repeat-x;
}

.Default
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #3f3f3f;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}

.Default a
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
	margin: 10px 0px 0px 0px;
}

.DefaultRed
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15 px;
	font-weight: normal;
	color: #8B0000;
	text-decoration: none;
}

.smallText
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.Boldtext
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15 px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Boldtext a
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15 px;
	font-weight: bold;
}

.Italictext
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15 px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

.Header
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #CC9933;
	text-decoration: none;
}

.Subtitle
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}

.Subtitle a
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}

.Subtitle a:hover {text-decoration: underline;}

.smallTitle
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}

.hyperlink
{
	font-family:  Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000066;
	text-decoration:underline;
}

.padding
{
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainTitle
{
	font-family: AkzidenzGroteskRoman, Verdana, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #008000;
	text-decoration: none;
	letter-spacing : 1px;
}

.leftNavigation
{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight:800px;
	line-height: 25px;
	font-style:italic;
	color: #008000;
	text-decoration: none;
}

.footnoteWestmister
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #008000;
	text-decoration: none;
}

.padding
{
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 20px;
}

.rowStyle
{
	height: 400px;
	border-width:medium;
	border-style:outset;
	border-color:#000099;
}

<!--- rollover menus --->
.menu
{
	z-index:1;
}

/* remove the bullets, padding and margins from the lists */
.menu ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li
{
	float:left;
	position:relative;
	z-index:1;
}

/* use the table to position the dropdown list */
.menu table
{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

/* style all the links */
.menu a, .menu :visited
{
	display:block;
	font-size:14px;
	font-weight:bold;
	width:112px;
	padding:7px 0;
	color:#f3f3f3;
	background:#348d34;
	text-decoration:none;
	margin-right:0px;
	text-align:center;
}

/* style the links hover */
.menu :hover
{
	color:#444;
	background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul
{
	visibility:hidden;
	position:absolute;
	width:105px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,

.menu ul a:hover ul
{
	visibility:visible;
}
//-->