#header {
	border-collapse: collapse;
}
#header td {
	margin: 0;
	padding: 0;
}
#logo {
	width: 207px;
	height: 219px;
}
#header_cell {
	width: 100%;
	height: 159px;
	background: white url(headerbg1.png) repeat-x;
}
#header_spacer {
	height: 30px;
}
#header_div {
	margin: 0;
	padding: 0;
	height: 159px;
	background: center right url(headerbg2.png) no-repeat;
}
#header_border {
	margin: 0;
	padding: 0;
	height: 159px;
	vertical-align: top;
}
#header h1 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font: italic 35px/38px serif;
}
#contact {
	font: 10px sans-serif;
	text-align: center;
}
#joinus {
	text-align: right;
}
#joinus a {
	font: bold 12px sans-serif;
	color: #0000ff;
}

#menu {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	font: bold 12px sans-serif;
}
#menu td { vertical-align: bottom; }
#menu .active { color: #7f7f7f }
#menu a { color: black; text-decoration: none; }
#menu a:hover { text-decoration: underline; }

#pinecone {
	width: 50px;
}
#menu_hr {
	border-top: solid 2px #00423d;
	height: 20px;
}

#content {
	margin-top: 0;
	margin-right: 40px;
	margin-left: 40px;
	border-left: solid #00423d 2px;
	padding-left: 10px;
}

.return { float: right }
h2 {
	padding-left: 4px;
	font: italic 20px sans-serif;
	text-decoration: underline;
	background: #caded1;
}
p { text-align: justify; }

#branch {
	float: right;
}

#footer {
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 160px;
	border-top: solid #00423d 2px;
	padding-top: 5px;
	font: 10px serif;
	color: #7f7f7f;
}

.note {
	font: italic 12px serif;
	margin: 10px;
}
.inset {
	background: #caded1;
	border: 1px solid #00423d;
	margin: 10px 50px;
	padding: 4px;
}

table.form th {
	text-align: right;
	font-weight: bold;
	color: #00423d;
}