body {
	margin: 10px;
	padding: 0px;
	background-color: white;
}
table {
	font: 12pt/16pt 'Kameron',serif;
}
h1 {
	font: bold 20pt 'Kameron',serif;
	color: #353f6b;
	padding: 0;
}
h2 {
	font: bold 14pt 'Kameron',serif;
	color: #353f6b;
	margin-bottom: 2px;
	padding: 0;
}
h3 {
	font: bold 11pt 'Kameron',serif;
	color: #353f6b;
	margin-bottom: 0px;
	padding: 0;
}
small {
	font: normal 8pt 'Kameron',serif;
	color: black;
}
a:link, a:visited {	text-decoration: none; color: #46558d; font-weight: bold;}
a:hover, a:active { color: #46558d; font-weight: bold; text-decoration: underline;}
.sidebar{
	border-left: 10px solid white; border-right: 10px solid white;
}
.separator{
	border-top: 10px solid white;
}
.highlight {
	background-color: #d3d3d3;
	padding:10px;
}
.rowspace {
	border-bottom: 2px solid #e9e9e9;
	border-top: 2px solid #e9e9e9;
}
.border { background-color: white; border: 3px solid #a9acad;}
.left-content {float:left; width:75%; margin-right:20px;}
.right-content {float:right: width: 25%; min-width:250px;}
#navlist { background-color:#a9acad; color: black; font: bold 10.5pt 'Kameron',serif; width: 175px; margin: 0; border-top: 1px solid #919596; border-bottom: 1px solid #919596; height:60px;}
#navlist a { padding: 4px 5px; color: black; text-decoration: none; border-top: 1px solid #919596; border-bottom: 1px solid #919596; display:block; }
#navlist a:hover, #navlist a.current { background-color:#46558d; color: white; }
#main { background-color: #e9e9e9; padding:15px; vertical-align:top; }
#footer { background-color: #5d6366; padding: 5px; text-align:center; color:#e9e9e9;}
#footer a { color:#e9e9e9; font-weight: normal;}
