body { 
	font-family: georgia;
	background-color: #ffeecc;
	margin: 0px;
	text-align: center;
	padding-bottom: 50px;
}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font-family: georgia;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px; 
	margin-bottom: 0px;
	line-height: 1em;
	}
h2 { 
	font-family: georgia;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
	}
h3 { 
	font: italic normal 12pt georgia;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0px;
	}
a { 
	text-decoration: none; 
	color: #990000;
}
a:hover, a:active { 
	text-decoration: underline; 
}
td {
	vertical-align: top;
}
/* ------------------------------------------ */
#pageheader {
	padding: 20px 0px 20px 0px;
}
#left {
	width: 241px;
	text-align: center;
}
#left p {
	font: italic 10pt/22pt georgia; 
	text-align: center;
	width: 160px;
}
#flow {
	width: 375px;
}
#footer { 
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 100px;
	padding-top: 20px;
}
#footer hr { 
	width: 375px;
	height: 1px;
	color: #990000;
}
#footer p { 
	width: 100%;
	text-align: center;
}
#footer a { 
	font-weight: bold;
}
/* ------------------------------------------ */
#nav {
	padding: 75px 10px 20px 20px; 
	width: 200x;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 25px 0px;
}
#nav li {
	line-height: 2.5ex;
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
}
/* ------------------------------------------ */
#contactform {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
#contactform td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
}
input, textarea {
	width: 300px;
}
/* ------------------------------------------ */
pre {
	font-family: georgia;
	font-size: 15px;
	line-height: 20px;
}
/* ------------------------------------------ */
#usermessage {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-color: #009900;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	color: #009900;
	background-color: #ffffdd;
}
#usererror {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-color: #009900;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	color: #cc0000;
	background-color: #ffffdd;
}
