h1 {
	font: 150% Georgia, Times New Roman, Times, serif;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
	}

#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height: 3em;
	text-align: left;
	}

.sub-header {
	font-size: small
	}

#content {
	margin-left: 2em;
	margin-right: 2em;
	}

#content p {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	}

#footer {
	font-size:small;
	margin-left: 2em;
	}

ul {
	font-size: 80%;
	}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 80%;
	}
	
table, th, td {
	border: 1px solid #000000;
	}
	
caption {
	font-weight: bold;
	font-size: 1.0em;
	padding-bottom: 2em;
	}

td, th {
	padding: 0.5em;
	vertical-align: top;
	}
	
td {
	text-align: left;
	}

li {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#nav {
	position: absolute;
	left: 1em;
	width: 14em;
	overflow: hidden;
	visibility: hidden;
	z-index: auto;
	}