/* CSS Document */

#mainField {
	height: 100%;	/* fix the Win32 IE float bug */
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 90px;  /* padding set to accommodate page banner graphic */
	background-image: url(../images/header_09.png);
	background-repeat: no-repeat;
	background-position: inherit;
	valign: top;
	color: #000;
	width: 625px; /*body text width */
	min-height: 350px; /*Firefox hack to manage long page when shifting to the left */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#mainField p {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
	}
	
#mainField h3 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 12px;
	text-decoration: underline;
	margin-bottom: none;
}

#ghostMenu {
	float: left;
	clear: right;
	width: 150px;
	background-color: #85b4b3;
	border: 1px solid #509492;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	/* padding-left: 4px;
	padding-top: -5px; */
	-moz-border-radius: 10px;
	}
#ghostMenu h4 {
	text-align: center;
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
}	
#ghostMenu ul li {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 10px;
	list-style: circle;
	margin-left: -5px;
	letter-spacing: .1em;
}

#ghostMenu a {
	color: #ffffff;
}

-->