a {
	color: #FF3333;
	text-decoration: none;
	border: 2px solid #fff;
}

a:hover {
	color: #fff;
	text-decoration: none;
	border: 2px solid #FF3333;
	background: #FF3333;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
	color: #707070;
}

h3 {
	font-size: 155%;
}

h4 {
	font-size: 140%;
}

table {
	width: 100%;
}

td, th {
	border: 1px dotted #545454;
}

th {
	text-align: right;
	width: 33%;
}

table.search-results tr th {
	text-align: left;
	width: auto;
}

ul {
	margin: 0;
}

ul li {
	list-style: none;
	line-height: 1.5em;
}

.messages, #loading {
	background: #FF3333;
	color: #fff;
	padding: 5px;
}

.errorlist {
	color: #FF3333;
}

#search {
	width: 280px;
}

input[type=text], textarea {
	width: 450px;
	display: block;
}

#main-nav ul li {
	display: inline;
	font-size: 120%;
}

#body {
	padding-left: 20px;
}

th {
	vertical-align: top;
}

.row1 {
	background: #F0F0F0;
	color: #000;
}

.row2 {
	background: #FCFCFC;
	color: #000;
}

div.nav2 {
	float: right;
	clear: both;
}

.contacts {
	padding: 10px;
}

.contacts .contact-links {
	background: #fff;
	padding: 3px;
	text-align: right;
	float: right;
	clear: both;
}

.contacts h3 {
	float: left;
	margin: 5px 0 5px 0;
}

.contacts h4 {
	margin: 5px 5px 5px 0;
}

.contacts .label {
	font-size: 85%;
	font-weight: normal;
}

.numbers {
	float: right;
	text-align: left;
	width: 40%;
}

.info {
	clear: both;
}

.editing {
	border-left: 4px solid #FF3333;
}

p.autocomplete input {
	display: inline;
}

#event-notes form, #event-notes {
	margin-bottom: 20px;
}

.note-title {
	font-weight: bold;
}

.pagination {
	margin: 10px 0 10px 0;
}