/* masthead */
/* masthead */
/* masthead */

#mastheadbg {
	background-image:url(images/mastheadbg.gif);
	background-repeat:repeat-x;
	}

#masthead {
	position: relative;
	width: 799px;
	height: 131px;
	margin: auto;
	padding: 0px;
	background-image: url(images/masthead.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#globalnavbar {
	position: relative;
	top: 18px;
	left: 267px;
	width: 500px;
	height: 24px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	}
#globalnavbar li {
	display: inline;
	list-style-type: none;
	margin: 0px 3px 0px 0px;
	padding: 6px 0px 3px 3px;
		}
#globalnavbar ul, ol {
	margin: 0;
	padding: 0;
		}
#globalnavbar a {
	color: #641000;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 10px 10px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
		}
#globalnavbar a:hover {
	color: #A69E77;
		}

.clear {
	clear: both;
	float: none;
	position: relative;
	}

