body {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	/*font-weight: bold; */
	color: #000000; /* black */
}

.Page {
	position: fixed;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding-bottom: 22px;
}

.Page table {
	border-collapse: collapse;
	float: left;
	text-align: center;
}

.Page td {
	padding: 0px 4px 4px 0px;  /* top right bottom left */
}

a:hover {
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

.PageTitle {
	font-size: large;
	height: 70px;
	position: relative;
	text-align: center;
}

.PageTitle p {
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#NavList {
	float: left;
	margin: 0px 6px 0px 0px;
}

div#NavList ul {
	width: 110px;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 6px 0px 6px 0px; /* top right bottom left */
	list-style-type: none;
	border: 1px solid #FFFFFF; /* white */
}

div#NavList li {
	position: relative;
	border: 1px solid #000000; /* black */
	margin: 4px 1px 0px 1px; /* top right bottom left */
	padding: 2px 4px 2px 4px; /* top right bottom left */
}

div#NavList li.NewGroup {
	margin-bottom: 22px;
}

div#NavList li:hover {
	border: 1px solid #FFFFFF; /* white */
	z-index: 10;
}

div#NavList li a {
	display: block;
	text-decoration: none;
}

div#NavList>ul a {
	width: auto;
}

div#NavList ul ul {
	position: absolute;
	top: -4px;
	left: 88px;
	display: none;
	width: 110px;
}

div#NavList ul.Level_1 li.SubMenu:hover ul.Level_2 {
	display: block;
}

.ContentText {
	float: left;
    width: 80%;
	padding-left: 2px;
	line-height: 1.4em;
	margin-left: 30px;
	margin-top: 30px;
	text-align: left;
}

.ContentText h1 {
	font-size: 14px;
}

.ContentText ul {
	line-height: 2em;
	list-style-type: none;
	margin-left: 0px;
}

.Pic400px {
	border: none;
	height: 400px;
}

.Pic300px {
	border: none;
	height: 300px;
}

.NavArea {
	float: left;
	width: 70%;
	text-align: right;
	padding-bottom: 4px;
}

.NavArea a:hover {
	text-decoration: underline;
}

.PhotoArea {
	float: left;
	width: 80%;
	padding-left: 2px;
}
