body { 
	background-color: #ded2bd;
	margin: 0px;
}

.outer {
	text-align: center;
	margin: 0px 75px 50px 75px;
}

.masthead {
	top: 20px;
	width: 644px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	text-align: center;
	border-style: none;
	visibility: visible;
	z-index: 4; 
	position: relative;
	color: #000000;
}

.page {
	padding: 0px 9px;
	margin: -100px auto 50px auto;
	top: 60px;
	background-color: #f3efe7;
	border-style: solid; 
	border-color: #c1aa85; 
	border-width: 4px; 
	visibility: visible;
	position: relative;
	z-index: 0;
}

h1 {
	color: #1f190f;
	font-weight: normal;	  
	font-family: georgia, serif;
	padding: 20px;
}

h3 {text-align: center;
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-style: italic;
	font-weight: 700;
	color: #1f190f;
	}

p {
	color: #1f190f;
	font-family: georgia, serif;
	margin: 0 25px 0;
	text-align: left;
}

ul {
	color: #1f190f;
	font-family: georgia, serif;
}

.msglist {
    display: inline-table;
 	line-height: 1.0em;
	font-family: Georgia, serif;
 	margin: 0 5px 0 0;
    padding:0 0 0.5em 0;
    position: relative;
    text-align: left;
}

.datestamp {
	float: left;
	margin:0 10px 0 35px; 
    padding: 0 0 0.5em 0em;
    line-height: 1.0em; 
	font-family: Georgia, serif;
    font-size: 0.75em;
    text-align: right;
    font-weight: bold; 
    position: relative;
    left:-1%;
    clear: both;
}

#footer {
	font-family: Georgia, serif;
	font-size: 0.85em;
	font-style: normal; line-height: normal; font-weight: normal; font-variant: normal;
	color: #0a0d0a;
	text-align: center;
	margin: 15px auto;
}

#footer p { text-align: center; }

ul.nav {text-align: left;
	font-size: 120%;
	font-family: Trebuchet MS, sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #1f190f;
	list-style-type: none;
	border-style: solid;
	border-width: 4px;
	border-color: #c1aa85;
	background-color: #ded2bd;
	width: 134px;
	padding: 10px 0px 10px 5px;
	margin: 180px 15px;
	position: absolute;
	z-index: 4;
}

ul.subnav {
	text-align: left;
	font-size: 80%;
	font-family: Trebuchet MS, sans-serif;
	font-weight: 900;
	font-style: italic;
	color: #a80100;
	list-style-type: none;
	line-height: 1.2em;
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 0px;

}

pre {
	text-align: left;
	margin: 0 25px 0;
}

a:link {
	text-decoration: underline; 
	font-weight: bold;	  
	color: #705c38;
}
a:visited {
	text-decoration: underline; 
	font-weight: bold;	  
	color: #705c38;
}

.maincontent {
	margin: 50px 0px 0px 145px;
	padding: 0px;
}

.navimage {
	position: relative;
}

dd {
    display:  inline-table;
    margin: 0;
    padding:0 0 0.5em 0;
    position: relative;
    text-align: left;
}

dt {
	float: left;
	margin:0; 
    padding: 0 0 0.5em 0em; 
    text-align: left;
    font-weight: bold; 
    position: relative;
    left:-1%;
    clear: both;
}
dt:after {
    content:":";
 }
 
dl {
	margin: 0 35px 0;
	padding: 0; 
}