BODY {
	background-color: Navy;
	color: White;
	font-family: sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

A {
	color: Yellow;
}

#pageHeaderContainer1 {
	height: 121px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

#pageHeaderContainer2 {
	height: 121px;
	color: Navy;
	position: relative;
	z-index: 10;
}

#pageHeaderContainer2 A {
	color: black;
}

#pageHeaderContact {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	z-index: 100;
	padding: 10px 20px 0px 0px;
	text-align: right;
	float: right;
	width: 300px;
	cursor: pointer;
}

#pageHeaderTitle {
	position: relative;
	z-index: 99;
	height: 70px;
	padding: 10px 0px 0px 20px;
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	width: 400px;
	cursor: pointer;
}

.pageHeaderMenuCell {
	font-weight: bold;
	font-size: 18px;
	padding: 3px;
}

#siteMenus {
	position: absolute;
	top: 121px;
	right: 5px;
}

#Content1 {
	width: 100%;
	position: absolute;
	top: 121px;
	text-align: center;
}

#Content2 {
	position: relative;
	background-color: Navy;
	margin: auto;
	width: 750px;
	text-align: left;
}

#Content2 H1 {
	font-size: 20px;
	margin-bottom: 6px;
	margin-top: 0;
}

#Content2 H2 {
	font-size: 17px;
	margin: 5px;
}

#Content2 H3 {
	font-size: 15px;
	margin-bottom: 3px;
}

#Content2 H4 {
	font-size: 14px;
	margin: 1px;
}

#Content2 BLOCKQUOTE {
	margin: 1px 30px;
}

#subMenu1 {
	font-size: 13px;
}

#subMenu2 {
	font-size: 13px;
}

UL {
	margin-top: 0;
}

FORM {
	margin: 0;
}

.ContactFormLabel {
	font-size: 15px;
	font-weight: bold;
}
