/* CONTAINING ELEMENTS */

html {
	font: 9pt Arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
}
#preload {
	display: none;
}

/* ADDRESS BOX */

#address {
	width: 150px;
	float: left;
}
#address p {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}

/* TOP BANNER */

#banner h1, #banner h2 {
	margin: 0;
}
#banner h1 {
	font-size: 1.5em;
}
#banner h2 {
	font-size: 1.25em;
}

/* SIDE BAR */

#sidebar {
	width: 150px;
	float: left;
	clear: left;
	margin: 2em 0 0 0;
	padding: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li a {
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar h3 {
	margin: 2em 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#sidebar .box {
	margin: 0 0 2em 0;
	font-size: 0.8em;
}
#sidebar .box p {
	margin: 0;
}

/* FOOTER */

#footer {
	margin-top: 2em;
}
#footer p {
	margin: 0;
	text-align: center;
}

/* TOPBAR */

#topbar {
	text-align: center;
}
#topbar ul {
	margin: 0.5em 0;
	padding: 0;
	list-style: none;
}
#topbar ul li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #000;
}
#topbar ul li.first {
	border-left: none;
}

/* CONTENT */

#content {
	margin-left: 180px;
}
#content p {
	margin: 0.5em 0;
}
#content h2, #content h3 {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}
#content h2 {
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.25em;
}
#content ul, ol {
	list-style-position: outside;
	margin: 1em 0 1em 2em;
	padding-left: 0;
}
#content ul {
	list-style-type: disc;
}
#content table {
	margin: 1em 0;
	border-collapse: collapse;
}
#content table td, #content table th {
	border: 1px solid #999;
	padding: 0.2em 0.4em;
}
#content form {
	display: block;
	margin: 1em 0;
	padding: 0.5em 1em;
	border: 1px solid #999;
}

/* NEWS PAGE STYLES */

.news h2 {
	margin: 1.5em 0 0 0 !important;
}
.news h3 {
	margin: 0 !important;
}
.news .date {
	font-style: italic !important;
	margin-bottom: 1.2em !important;
}
.news .img {
	float: left !important;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
}
.news .img img {
	display: none;
}
.news .img span {
	display: block !important;
	font-size: 0.9em !important;
	font-weight: bold !important;
	text-align: center !important;
}

/* MEMBERS PAGE STYLES */

h2.letter {
	font-size: 1.25em !important;
	text-align: center !important;
}
.entry h3 {
	padding: 0 !important;
	font-size: 1.25em !important;
}
.entry table {
	margin: 0 !important;
}
.entry .contact {
	white-space: nowrap !important;
}
.entry .contact img {
	display: none !important;
}
.entry p {
	margin: 0 !important;
}

/* RESOURCES PAGE STYLES */

.resources h2 {
	font-size: 1.5em !important;
}
.resources a {
	text-decoration: none;
}
.resources .left, .resources .right {
	width: 49%;
	float: right;
}
.resources .right {
	clear: right;
	margin-left: 2%;
}
