body {
	margin: 0;
	padding: 0;
	background: white url("images/right-bg.png") repeat-y right top;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #131741;
}
h1 {
	margin: 0;
	padding: 0;
	background: #131741 url("images/header-image.jpg") no-repeat right top;
	height: 178px;
}
h2 {
	margin: 0;
	text-align: center;
	font-size: 16px;
	color: #e5161b;
}
div#content {
	padding: 25px 175px 1px;
	background: transparent url("images/menu-bg.png") repeat-y left top;
	padding-bottom: 100px;
	height: 600px;
}
html>body div#content {
	height: auto;
	min-height: 600px;
}
div#content p {
	text-align: justify;
	margin: 10px 0;
}
div#content p.author {
	text-align: right;
	font-style: italic;
}
div#content ol li {
	list-style-image: none;
}
div#content ul li {
	margin: 1em 0;
	list-style-image: url("images/bullet.png");
}
div#content div.notice {
	border: 1px solid black;
	width: 60%;
	margin: 0 auto;
}
div#content div.notice p {
	text-align: center;
}
form table {
	width: 400px;
}
td {
	vertical-align: top;
}
input, textarea {
	width: 100%;
}
input.fixed {
	width: auto;
}
div#menu {
	background: transparent url("images/menu-top.png") no-repeat left top;
	position: absolute;
	left: 0;
	top: 178px;
	padding-top: 20px;
	font-weight: bold;
}
div#menu ul {
	margin: 0;
	padding: 0;
	width: 158px;
	margin-bottom: 2em;
}
div#menu img {
	margin-left: 1em;
}
div#menu li {
	list-style-type: none;
	padding: 5px 23px 15px 15px;
	margin: 0;
	background: transparent url("images/menu-strip.jpg") no-repeat left bottom;
}
div#menu a {
	color: white;
	text-decoration: none;
}
div#side {
	position: absolute;
	right: 0;
	top: 200px;
	line-height: 0px;
}
div#side img {
	margin: 1px 0;
}
div#footer {
	background: transparent url("images/footer.png") no-repeat left top;
	height: 63px;
	position: relative;
}
p#credits {
	position: absolute;
	right: 0;
	bottom: -1px;
	margin: 0;
	height: 30px;
	background: white;
	color: red;
	font-size: 8px;
	padding-top: 20px;
	padding-right: 10px;
}
p#credits a {
	color: red;
}

td span {
  color:#E5161B;
}

.required {
  font-size:0.76em;
}

dl#location dt {
	width: 120px;
	float: left;
	font-weight: bold;
	line-height: 22px;
}

dl#location dd {
	margin-left: 120px;
	color: #0000FF;
	line-height: 22px;
}

#registration th {
	text-align: left;
	width: 170px;
	height: 26px;
}

#registration input {
	width: 250px;
}

#registration input.submit {
	width: 150px;
}

#registration textarea {
	width: 250px;
	height: 50px;
}