body {
	background-image: url('gfx/sidebar.jpg');
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

#mainheader {
	background-image: url('gfx/headerring.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #A4272B;
	font-size: 0px;
	height: 187px;
	white-space: nowrap;
}

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

body p {
	margin-top: 0px;
}

#subheader {
	font-size: 0px;
	height: 38px;
}

#sitebody {
	background-image: url('gfx/sidebarring.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 0px 0px 110px;
	margin: 0px;
	width: 700px;
}

#contentarea {
	float: left;
	margin: 0px;
	width: 450px;
	position: static;
}

#widecontentarea {
	width: 700px;
}

#contentarea ul {
	margin-left: 0px;
	padding-left: 0px;
}

#contentarea li {
	margin-left: 40px;
	padding-left: 0px;
}

#footer {
	width: 600px;
	font-size: 11px;
	padding: 30px 0px 0px 0px;
}

#sidebar {
	position: relative;
	float: left;
	margin: 0px 30px 0px 0px;
	width: 120px;
}

#navigation {
	width: 110px;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px 0px 5px 0px;
	line-height: 11px;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 11px;
	display: block;
	vertical-align: middle;
	width: 100px;
	height: 29px;
	padding: 6px 0px 0px 6px;
	border: 5px solid #A4272B;
}

#formtable {
	width: 450px;
}

#formtable td {
	padding-bottom: 10px;
	vertical-align: top;

}

h1 {
	font-weight: bold;
	font-size: 22px;
	margin: 0px 0px 25px 0px;
}

h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.small {
	font-size: 11px;
}

.required {
	color: blue;
	font-weight: bold;
	font-size: 11px;
}

.specialinput {
	visibility: hidden;
	width: 5px;
}