body {
	background: white;
	color: black;
	font-size: 16px;
	font-family: serif;
	text-align: center;
}
h2 {
	color: #15315e;
	font-size: 1.2em;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
}
h3 {
	color: #15315e;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
h4 {
	color: #15315e;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}
h5 {
	color: #15315e;
	font-size: 1em;
	font-style: italic;
}

#mastercontainer {
	background: #003366;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	// border: 1px solid black;
}
#navmenu {
	background: #003366;
	color: yellow;
	width: 200px;
	float: left;
	// border: 1px solid blue;
}
#navmenu a { color: white; }
#navmenu a:visited { color: #336699; }
#navmenu a:hover { color: #cc0033; }
#contentContainer {
	text-align: center;
	float: left;
	width: 590px;
	//border: 1px solid red;
	background: white;
	margin: 0;
	padding: 0 0 0 10px;
}
#content {
	text-align: left;
	width: 100%;
	padding: 0;
	// padding: 0 0 0 1em;
	// border: 1px solid black;
}
ul.navmenu {		
	list-style-type: none;
	list-style-image: url("images/Tri-grey.gif");
	font-size: 0.9em;
	padding: 0.5em 0.2em 2.5em 2.5em;
}
ul.navmenu li { padding-top: 0.1em; }
#cfooter { clear: both; text-align: center; margin: 3em auto 1em auto; }
p.bodytext { color: #000033; }
#cfooter { color: black; }
#cfooter em { font-weight: bold; font-style: italic; }
#cfooter span.address {
	font-size: 0.9em;
	color: #666666;
}
#footer {
	clear: both;
	background: white;
	text-align: center;
	color: black;
	padding: 0 0 0 200px;
}
p.copyright { font-style: italic; }

