body {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/palmbkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003366;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC0066;
	padding-top: 16px;
}
a {
	color: #336699;
}
.oneColFixCtr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
.nav {
	background-image: url(images/left-bkg.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mtu {
	font-size: 10px;
	color: #aaaaaa;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.mtu a{
	color: #aaaaaa;
}
.nav1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bolder;
}
.nav2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bolder;
}
.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited {
	color: #003366;
	text-decoration: none;
}
.nav1 a:hover, .nav1 a:active, .nav2 a:hover, .nav2 a:active {
	color: #CC0066;
	text-decoration: none;
}
#on {
	color: #CC0066;
	text-decoration: none;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #003366;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caption {
	font-size: 11px;
	font-style: italic;
}
