@import url("structure.css");
/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
html, body, div, ul, ol, li, form, fieldset, input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #000;
}
p, ul {
	font-size: 0.9375em;
	line-height: 1.375em;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul {
	list-style: disc outside;
	padding-left: 2.5em;
}
li {
	line-height: 1.375em;
	padding: 0.125em 1em;
}
img {
	border: 0;
}
fieldset {
	width: 658px;
	border: 1px solid #B3B43D;
	padding-bottom: 0.5em;
}
legend {
	display: block;
	color: #B3B43D;
	margin-left: 16px;
}
fieldset, form, label, select {
	float: left;
}
label {
	display: block;
	width: 110px;
	height: 1.5em;
	line-height: 1.5em;
}
input {
	color: #000;
	line-height: 1.5em;
	border: 1px solid #B3B43D;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	float: left;
	font-size: 0.875em;
	width: 100%;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a, a:visited {
	color: #B3B43D;
}
a:hover {
	color: #B3B43D;
}
#newsletter-link a {
	text-decoration: none;
}
#events-table a {
	color: #006699;
}
#admin-table a {
	color: #6B0052;
}
.search-info a {
	font-size: 1em;
	font-weight: bold;
	color: #285F99;
	text-decoration: none;
}
.search-info a:hover {
	text-decoration: underline;
}
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #6B0052;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
	margin: 1em 0 1em 0;
}
h3 {
	font-size: 1.125em;
	margin: 1em 0 1em 0;
}

