* {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

body {
	background-color: #ffc;
	text-align: center;
	font-family: gill sans, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	color: #900;
}

a {
	color: #900;
}

a img {
	border: thin solid #900;
}

#container {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
	width: 900px;
	min-height: 110%;
	text-align: left;
	background-color: white;
	border-left: thin solid #900;
	border-right: thin solid #900;
}

#topbanner {
	position: relative;
	top: 0px;
	left: 0px;
	height: 145px;
	width: 900px;
	background: url('./logo.gif') no-repeat 40px 10px;
}

#bannercontent {
	position: absolute;
	top: 80px;
	left: 560px;
	width: 300px;
	text-align: right;
}

#divider {
	text-align: center;
}

ul {
	padding-left: 40px;
}

#navmenu {
	width: 860px;
	text-align: right;
}

#navmenu ul {
	list-style-type: none;
	list-style-image: none;
}

#navmenu a {
	text-decoration:none;
	color: #900; 
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: medium solid #900;
	}

#navmenu a:hover {
	padding-bottom: 2px;
	border-bottom: medium solid #f93;
}

#navmenu li {
	display: inline;
	text-align: center;
}

#pagecontent {
	width: 860px;
	margin: 20px 20px 20px 20px;
	text-align: justify;
	line-height: 22px;
}

h2 {
	font-weight: normal;
}

p {
	padding-top: 10px;
}

form {
	border: thin solid #900;
	padding: 10px;
	margin: 10px;
	background-color: #fdf8ce;
}

label {
	font-size: 12px;
}

input {
	border: thin solid #900;
	color: #900;
}

textarea {
	border: thin solid #900;
}

.formbutton {
	background-color: #f7941d;
	color: #2e1210;
}