*,
html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:10pt;
	line-height:1.2;
	color:#474747;
}
#banner {
	background: #686868 url(/images/bannerbg.jpg);
	height:80px;
}
#banner p {
	font-family:Tahoma;
	font-size:1.2em;
	font-weight:bold;
	color:#eee;
	letter-spacing:.06em;
	padding:2.9em 1.5em 0;
}
#pagePic {
	background: #686868 url(/images/topbar.jpg);
	height:80px;
}
#topDivider {
	background: #686868 url(/images/topdivider.gif);
	height:25px;
}
#nav {
	width:168px;
	float:left;
	position:relative;
	top:-44px;
}
#menujoin {
	margin:0;
	padding:0;
}
#nav ul {
	margin-top:-3px;
	list-style:none;
	background:url(/images/menubg.jpg);
	height:550px;
}
#nav li {
	width:147px;
	margin:0 19px 0 0;
	text-align:right;
	background:#282828;
	border:1px solid #555;
	padding:.3em 0;
}
#nav a {
	color:#eee;
	text-decoration:none;
	padding-right:.5em;
}
#nav li:hover {
	background:#726237;
}
#footer {
	position:absolute;
	left:0;
	width:100%;
}
#footer p {
	float:left;
	clear:both;
	margin:1px;
}
#footsep {
	background:url(/images/topdivider.gif);
	height:30px;

}
.content {
	height:518px;
	width:420px;
	padding:40px 2em 0 0;
	margin:0 auto;
}
p {
	margin-bottom:1em;
}
h1 {
	font-size:1.6em;
	color:#555;
}
.copy {
	font-size:.7em;
}
.mininav {
	font-size:.8em;
}
.mininav .prev {
	float:left;
}
.mininav .next {
	float:right;
}
.number {
	text-align:right;
	font-weight:bold;
	padding:0;
	margin:0 8em .5em 0;
}
/* Form */
form {
	margin:1.7em 0 0 0;
	font-size:.9em;
}
form table {
	margin:1em 0 0 0;
	padding:1em;
}
legend {
	margin:0 1em ;
	padding:0 .3em;
	font-weight:bold;
	color:#555;
}
.lbl {
	text-align:right;
}
input, textarea, select {
	background: #ddd url(/images/input-bg);
}
input {
	width:13em;
}
textarea,select {
	width:17em;
}
textarea {
	height:11em;
}
.submit {
	margin:1em;
	padding:.1em 1.4em;
	float:right;
	width:auto;
}
.details {
	display:none;
}