body {
	background: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* used to center things with CSS */
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* styles for the main menu in the "menu" frame */
table.menu a {
	background: #FFCC66;
	display:block;
	padding: 0.2em 0.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

table.menu a:link { text-decoration: none; color: black }
table.menu a:visited { text-decoration: none; color: black }
table.menu a:hover { background: white; color: black }

body.menu {
	background: #9999FF;
}

body.header {
	background: #FFFFCC;
}

/* sub menu style for the navigation hears at the top of some pages */
a.submenu {
	background: #FFCC66;
	display:block;
	padding: 0.2em 0.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

a.submenu:link { text-decoration: none; color: black }
a.submenu:visited { text-decoration: none; color: black }
a.submenu:hover { background: white; color: black }