@charset "UTF-8";

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #6f7880;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#monogram {
	position: fixed;
	left: 45px;
	top: 40px;
	width: 60px;
	height: 60px;
	z-index: 1;
}

#title {
	position: fixed;
	left: 45px;
	top: 100px;
	width: 170px;
	height: 240px;
	z-index: 2;
}

#nav {
	position: fixed;
	left: 230px;
	top: 100px;
	width: 170px;
	height: 480px;
	z-index: 3;
}

#content {
	position: absolute;
	left: 415px;
	top: 100px;
	width: 540px;
	height: 480px;
	z-index: 4;
}

#cont1 {
	position: absolute;
	left: 415px;
	top: 100px;
	width: 170px;
	height: 480px;
	z-index: 5;
}

#cont2 {
	position: absolute;
	left: 600px;
	top: 100px;
	width: 170px;
	height: 480px;
	z-index: 6;
}

#cont3 {
	position: absolute;
	left:785px;
	top: 100px;
	width: 170px;
	height: 480px;
	z-index: 7;
}

#cont4 {
	position: fixed;
	left:985px;
	top: 100px;
	width: 170px;
	height: 480px;
	z-index: 8;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #ced4d9;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 170px;
	bottom: 10px;
	position: fixed;
	left: 45px;
	z-index: 9;
}

a:link, a:visited, a:active {
	color: #6f7880;
	text-decoration: none;
}

a:hover {
	color: #a3c84b;
	text-decoration: none;
}

.select, a.select, a.select:link, a.select:hover, a.select:visited,  a.select:active {
	color: #a3c84b;
	text-decoration: none;
	font-style: italic;
}

.italic_text {
	font-style: italic;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #6f7880;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 29px;
	color: #a3c84b;
	text-decoration: none;
	margin: 0px;
	font-style: italic;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}

#content img {
	padding-top: 3px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.index_thumbs {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

hr {
	color: #ced4d9;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #ced4d9;
	line-height: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

#jump {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #ced4d9;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 170px;
	bottom: 10px;
	position: fixed;
	left: 230px;
	z-index: 10;
}
