body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #25251F;
}

h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}

h3 {
text-transform: uppercase;
}

hr {
	display: none;
}

#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 800px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

#header {
	background: url(../images/header.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 143px;
	text-indent: -5000px;
	border-bottom: #25251F solid 2px;
}

#topmenu {
	margin: 0;
	padding: 0;
	background-color: #749675;
	width: 800px;
	height: 2.6em;
}

#topmenu ul, #footer ul {
	float: right;
}

#topmenu li, #footer li {
	float: left;
	list-style: none;
}

#topmenu li a {
	float: left;
	color: #211B1B;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	border: none;
	padding: 10px 12px;
}

#topmenu li a:hover {
	background-color: #517A52;
	color: #FFF;
}

#footer {
	clear: both;
	background-color: #39643A;
	border-top: #25251F solid 2px;
	height: 25px;
}

#footer li a {
	float: left;
	color: #C3C3AE;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 3px 10px;
}

#footer li a:hover {
	color: #FFFF99;
}

#picbar {
	background: url(../images/pic_bar.jpg) no-repeat 0 0;
	height: 199px;
	border-top: #25251F solid 2px;
	border-bottom: #25251F solid 2px;
}

#content {
	background-color: #C3C3AE;
	padding: 20px;
	padding-bottom: 50px;
	border-top: #5D5D4C solid 2px;
	border-bottom: #749675 solid 12px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #5D5D4C;
	padding: 0 0 20px 0;
	letter-spacing: 2px;
}

#content img.floatleft {
	float: left;
}

#content p {
	line-height: 1.2em;
	font-size: 1em;
}

#content a {
	color: #1C3C55;
	padding: 1px;
}

#content a:hover {
	color: #17629C;
	background-color: #EBEBEB;
}

#content ul {
	margin: -1em 30px 1em 350px;
}

#content ul.listleft {
	margin: -1em 30px 1em 2em;
}

p.picmargin {
	margin: 0 30px 1em 330px;
}

#content h3 {
	font-size: 1.4em;
	margin: 0 0 1.5em 0;
}

.pic {
	width: 175px;
}

img.pic {
	border: 1px solid #000000;
}

img.left {
	float: left;
}

.nostyle {
	margin-top: 20px; 
}

.nostyle td {
	padding: 0;
	vertical-align: middle;
	
}

p#error {
	color: #FF0000;
	font-size: 2em;
}

td {
	padding: 0 20px 20px 0;
	vertical-align: top;
}

form {
	padding: 0 0 0 20px;
	font-family: "Times New Roman", Times, serif;
}

dt {
	padding-top: 8px;
}

dd {
	margin: 0;
}

dd input {
	width: 275px;
}

textarea {
	width: 275px;
	height: 10em;
}