BODY {
	background-color: #EEEEEE;
	font-family: Palatino, "Times New Roman", Times, serif;
}

#bodycontent {
	width: 600px;
	text-align: left;
	align: left;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
}

H1 { font-size: 140%; }
H2 { font-size: 130%; }
H3 { font-size: 120%; }
H4 { font-size: 110%; }
H5 { font-size: 100%; }
H6 { font-size: 90%; }

A:hover {background-color: #66cccc}
A.mailto {background-color: transparent}

#main-content {
	margin-top: 0em;
	margin-right: 3%;
	margin-left: 17%;
	background-color: white;
	position: relative;
	z-index: 5;
	border-top 1px #625b66 solid;
	border-left 1px #625b66 solid;
	border-right 1px #625b66 solid;
	border-bottom 1px #625b66 solid;
}

#main-content p {
	padding-left: 1.5em;
	padding-right: 1.5em;
	line-height: 1.6em;
}

#nav1 {
	background-color: #7ea8cf;
	border: 1px #666666 solid;
	width: 17%;
	margin-top: 0em;
	margin-left: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: right;
	float: left;
}

.nav1button {
	font-weight: bold;
	text-align: right;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 6px;
}

.nav1button a {
	padding: 4px;
	text-decoration: none;
	width: 98%;
	display: block;
	color: #224059;
	background-color: #b5c9e2;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
}

.nav1button a:hover {
	background-color: #99aabf;
	border-top: 2px #31557f solid;
	border-left: 2px #31557f solid;
	border-bottom: 2px #cce3ff solid;
	border-right: 2px #cce3ff solid;
}

