body {
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#content {
	width: 700px;
	margin: auto;
	}

#header {
	background-image: url(header-img.jpg);
	background-repeat: no-repeat;
	background-color: #575857;
	margin-bottom: 10px;
	text-align: right;
	font-size: 8pt;
	color: #CCCCCC;
	padding: 4px;
	padding-top: 48px;
	}

#header-title {
	font-family: Bookman serif;
	font-size: 20pt;
	color: #222c3b;
	padding-bottom: 5px;
	}
#navcontainer {
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 12pt;
	font-style: italic;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
	}

#navlist
	{
	margin: 0px;
	list-style-type: none;
	color: #000000;
	display:block;
	}

#navlist li {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 0px 5px 0;
	}

#navlist li a {
	color:#25311f;
	text-decoration:none;
	background-color:#f9f9f9;
	border: 0px;
	padding: 10px;
	}

#navlist li a:hover {
	background-color:#adbbc1;
	color:#1f1f31;
	text-decoration:none;
	}

/* Content */

blockquote {
	font-style: italic;
	}

.inside {
	padding: 10px;
	text-align: justify;
	}
   
h3 {
	margin: 0px;
	margin-top: 5px;
	color: #222c3b;
	font-size: 14pt;
	background-color: #dfdec9;
	padding: 8px;
	font-weight: normal;
}

h4 {
	color: #595726;
	font-size: 0.7em;
	background-color: #dfdec9;
	padding: 4px;
	text-align: left;
}

a:link, a:visited {
	color: #6C6A41;
	text-decoration: none;
	} 

a:hover, a:active { color: #000000 }
