@charset "utf-8";
/* CSS Document */

html, body, div, p, table, th, tr, td, input, textarea, select, a, a:link, a:active, a:visited, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	line-height: 22px;
	margin: 0px 0px;
	padding: 0px 0px;
}

table {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	background-color: inherit;
}

td {
	vertical-align: top;
}

h1 { font-size: 20px; padding: 12px 0px 0px 0px; text-align: center; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

div.page {
	min-height: 600px;
	padding: 20px 25px;
}

div.page-header {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	border: 0px solid red;
	padding: 12px 0px 12px 0px;
}

span.page-header-title {
	font-family: Chalkduster;
	font: Chalkduster;
}

div.page-content {
	padding: 24px 20px;
	border: 0px solid blue;
}

div.page-footer {
	padding: 36px 0px;
	border: 0px solid green;
	text-align: center;
	font-size: 10px;
}

div.nav {
	padding: 30px 0px 20px 0px;
	text-align: center;
	border: 0px solid orange;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	text-decoration: none;
	color: #FFDF55;
}

div.carousel {
	border: 0px solid red;
	padding: 0px 0px;
}

div.lightbox_anchors {
	border: 1px solid green;
	display: none;
}
