@charset "utf-8";
/* CSS Document */

.article-section-postdate {
	display: none;
}
.article-section-author {
	display: none;
}
.article-section-abstract {
	padding: 0px 0px;
}

.article-postdate {
	display: none;
}
.article-author {
	display: none;
}
.article-section-abstract, .article-body  {
	padding: 0px 0px;
	line-height: 150%;
}
.article-section-abstract a, .article-body  a {
	text-decoration: underline !important;
}

h1 {
	font-size: 28px;
	line-height: 110%;
}
h1 a {
	color: inherit;
}
h2 {
	size: 22px;
}
.section {
	padding: 0 0px;
	background: url(/images/main-top.jpg) no-repeat top center;
}
.article {
	padding: 0;
}
#main {
	padding: 0px;
	height: auto;
}
#main-inner {
	padding: 1px 30px;
}

.event {
	padding: 0;
}
.event-registernow-form {
	text-align: center;
}
.event-register-button {
	padding: 10px;
	margin: 0px auto;
}
.event-links {
	display: none;
}
.event-info {
	display: none;
}
.event-register-header {
	background-color: #AA0000;
	color: white;
	font-size: 22px;
	padding: 1px 10px;
}
.event-list p {
	margin: 0;
}
.event-list div {
	padding: 5px 0;
	border-top: 1px solid black;
}

.form-data {
	margin: 0 10px;
}
.errors {
	float: right;
	list-style: none;
	background: #ffdddd;
	border: 1px solid red;
	padding: 2px 10px;
}
.error-list {
	margin: 0 10px;
	list-style: none;
	background: #ffdddd;
	border: 1px solid red;
	padding: 2px 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color:#660000;
}
a:hover {
	text-decoration: underline;
}
	
.homepage #container {
	width: 100%;
	padding: 0 auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
