/* mainStyles */
body {
	width: 100%; height: 100%;
	padding: 0; margin: 0;
	background: #FFF8F3;
	color: #444;
	font: medium/120% Georgia, serif;
	position: relative;
}
ul, ol {
	padding: 0; margin: 1em 0;
	text-align: justify;
}
	li {
		padding: 0 0 0 5px; margin: 1em 0 1em 20px;
		font: medium/120% Georgia, serif;
	}
		li p {
			font: medium/120% Georgia, serif;
		}
td {
	padding: 0;
	color: #444;
	font-size: medium;
}
table {
	margin: 0;
	border: none;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	margin: 2em 0 0 0;
	text-align: left;
	font: italic normal medium/100% Georgia, serif;
}
h1 {
	margin: 0;
	color: #4C4C4C;
	font-size: xx-large;
}
h2 {
	margin: 0;
	font-size: x-large;
}
h3 {
	margin: 2em 0 0 0;
	font-size: large;
}
h6 {
	margin: 2em 0 0 0;
	font: normal bold large Georgia, serif;
	text-transform: uppercase;
}
p {
	margin: 1em 0;
	text-align: justify;
	font: medium/140% Georgia, serif;
}
ul, ol {
	padding: 0; margin: 1em 0 1em 20px;
	text-align: justify;
}
li {
	padding: 0; margin: 1em 0 1em 20px;
	font: medium/120% Georgia, serif;
}

a:link {
	color: #004080;
	border-bottom: 1px dotted #004080;
	text-decoration: none;
}
a:visited {
	color: #406080;
	border-bottom: 1px dotted #664747;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #004080;
	text-decoration: none;
}
a:active {
	color: #004080;
	border-bottom: 1px solid #004080;
	text-decoration: none;
}
a img {
	border: none;
}
/* Page Styles */
div#title {
	height: 78px; padding: 10px 0;
	background: #CBEBBC url(titleBg.jpg) no-repeat center;
	border-bottom: 1px solid Black;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.7em;
	font: small/200% Georgia, serif;
	white-space: nowrap;
}
	div#title div {
		font-size: 210%;
		letter-spacing: normal;
	}
	
div#nav1 {
padding: 2px 0 7px 0;
background: #CBEBBC;
text-align: center;
font-size: small;
}

div#nav {
border-bottom: 1px solid Black;
	padding: 2px 0 7px 0;
	background: #CEE4F2;
	text-align: center;
	font-size: small;
}
	div#nav a {
		margin: 1em;
		white-space: nowrap;
	}
td#content {
	padding: 1em 10% 3em 10%;
}
div#footer {
	width: 100%; padding: 2px 0;
	background: #CBEBBC url(titleBg.jpg) no-repeat center;
	border-top: 1px solid Black;
	text-align: center;
	font-size: xx-small;
	position: absolute;
	bottom: 0;
}
img.picLeft {
	margin: 0 1em 0.5em -5%;
	float: left;
}