body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #444444;
	text-align: left;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #993300;
	line-height: 24px;
	margin: 12px 0 4px 0;
}

h2 {
	color: #663300;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 12px 0 4px 0;
}

p {
	margin: 8px 0;
}

:link, :visited {
	margin: 0;
	text-decoration: none;
	color: #bb3300;
}

:link:focus, :visited:focus {
	color: #bb3300;
}

/* if :link and :visited have any different styles, they go here */

:link:hover, :visited:hover {
	color: #dd3300;
}

:link:active, :visited:active{
	color: #bb3300;
}

div#wholepage {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: auto;
	overflow: visible;
}

div#topban {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 50px;
	background-color: #FFCC99;
	font-size: 30px;
	line-height: 50px;
	font-style: italic;
	font-weight: bold;
	color: #333300;
	text-align: center;
	overflow: hidden;
}

div#topmenu {
	position: absolute;
	width: 800px;
	top: 50px;
	height: 19px;
	overflow: hidden;
	border-bottom: 1px solid #FFCC99;
}

div#topmenu a {
	padding: 0 15px;
	border-right: 1px solid #FFCC99;
}

div#topmenu a.last {
	border-right: none;
}

div#content {
	position: absolute;
	top: 70px;
	left: 30px;
	width: 770px;
	padding-bottom: 20px;
}

form table {
	width: 470px;
	text-align: left;
}

input, select {
	margin: 2px 0;
	width: 300px;
	padding: 0;
}

form#entform input {
	width: 400px;
}

input.submit, form#entform input.submit {
	width: 100px;
}

input.checkbox, form#entform input.checkbox {
	width: 20px;
}

input.narrow {
	width: 150px;
}

.formerr {
	color : red;
}

form td {
	padding: 4px;
	margin: 0;
	vertical-align: top;
}

fieldset {
	padding: 4px;
	margin: 0 0 5px 0;
	border: 1px solid gray;
	margin: 0;
	width: 470px;
}

fieldset p {
	margin-top: 4px;
}

form#entform span {
	font-size: 12px;
	font-weight: bold;
}

legend {
	color: #333333;
	font-size : 14px;
	line-height: 1.8em;
}

td.rprmpt, label.rprmpt {
	text-align: right;
	font-size: 13px;
	color: #aa0000;
	padding-right: 8px;
}

td.prmpt, label.prmpt {
	text-align: right;
	font-size: 13px;
	padding-right: 8px;
}

label.rprmpt, label.prmpt {
	padding: 0;
}

table#uadmin {
	width: 100%;
	border: 1px solid gray;
}

table#uadmin th {
	border-bottom: 1px solid gray;
	text-align: left;
	padding: 3px 2px;
}

table#uadmin td {
	padding: 3px 2px;
	border: none;
	background-color: white;
	vertical-align: top;
}

table#uadmin td.odd, table#uadmin th.odd {
	background-color: #dddddd;
}

table#uadmin tr.odd td {
	background-color: #dddddd;
}

table#uadmin tr.odd td.odd {
	background-color: #bbbbbb;
}

div.cbctrl, #ajaxChoice, div.ajaxHelp {
	display: none;
}
