* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font: 0.85em Arial, Helvetica, sans-serif;
	line-height: 1;
	background:	#451352;
}
h1, h1 a, h2 {
	color: #eb322d;
}
h1 {
	margin-bottom: 4px;
	font-size: 1.1em;
	font-weight: bold;
}
h1 a {
	text-decoration: underline;
}
h2 {
	margin-top: 10px;
	font-size: 1.0em;
	font-weight: bold;
}
p {
	margin: 8px 0 4px;
	line-height: 16px;
}
p a, li a {
	text-decoration: underline;
}
hr {
	margin: 10px 0;
	height: 1px;
	border: none;
	background: #451352;
}
a {
	text-decoration: none;
	color: #451352;
}
ul {
	margin: 5px 0 5px 25px;
}
li {
	padding: 3px 10px 3px 0;
	vertical-align: middle;
}
img {
	border: none;
}

.centered {
	margin: 0 auto;
	text-align: center;
}
.highlight {
	color: #451352;
	background: #f0dff0;
}
.more {
	margin: 10px 0 15px;
}
.more a, .topic {
	color: #451352;
}
.topic {
	font-weight: bold;
}
.back {
	margin-top: 20px;
}

span.current {
	font-weight: bold;
}
p.small {
	font-size: 0.9em;
}
table.full {
	width: 100%;
}
ul.links li {
	line-height: 1.25em;
}
span.required {
	color: #c24931;
	font-weight: bold;
}

#outer {
	width: 320px;
	margin: 5px auto;
}
#container, #footer {
	margin: 5px;
}
#container {
	padding: 10px;
	background: #fff;
}
ul#menu {
	width: auto;
	margin: 0 0 20px 0;
	text-align: center;
}
ul#menu li {
	display: inline;
	padding: 3px 1.4em;
	list-style: none;
}
ul#menu li a {
	font-weight: bold;
	text-decoration: none;
}
#footer, #footer * {
	color: #fff;
}
#footer {
	text-align: center;
}

/* message display */
ul.message {
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
ul.message li {
	margin: 0;
	padding: 3px 0 3px 22px;
	line-height: 16px;
	vertical-align: middle;
	list-style: none;
}
ul#error {
	background: #fcc;
	border: 1px solid #c24931;
}
ul#error li {
	color: #c24931;
	background: url(/images/exclamation.png) 3px 3px no-repeat;
}
ul#success {
	background: #cfc;
	border: 1px solid #22781e;
}
ul#success li {
	color: #22781e;
	background: url(/images/accept.png) 2px 3px no-repeat;
}
/* message display */

/* form table */
table.form {
	width: 100%;
}
table.form td {
	padding: 3px 0;
	vertical-align: middle;
}
/* /form table */