body
{
	margin: 0 auto;
	font-size: 12px;
	font-family: 'Verdana';
	background-color: #FFFFFF;
}
#Page
{
	margin: 0 auto;
	width: 800px;
}
/* -- TEXT STYLES -- */
h1
{
	font-size: 2em;
	font-weight: normal;
}
h1.Headline, div.WhiteBlock
{
	clear: both;
	margin-top: 0.5em;
	background-color: #ffffff;
	background-image: url('/images/corner-wtr.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
h1.Headline
{
	color: #e8922f;
}
h1.Headline span, div.InnerWhiteBlock
{
	display: block;
	padding: 1em;
	background-image: url('/images/corner-wbr.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: solid 2px #005A87;
}
div.InnerWhiteBlock p
{
	padding: 0.5em 0;
}
h1.Headline span
{
	padding: 0.25em 0.5em;
}
h2
{
	font-size: 1.5em;
	color: #e8922f;
}
h2 a
{
	text-decoration: none;
	color: inherit;
}
h2 a:hover
{
	text-decoration: underline;
}
h3
{
	font-size: 1em;
	font-weight: bold;
}
h4
{
	font-size: 1em;
	font-weight: normal;
	color: #e8922f;
}
em
{
	font-style: italic;
}
blockquote {margin: 0 1em;}

.boardNames {
	margin: 0 auto;
	
	font-size: 80%;
	font-style: normal;
	margin-bottom: 20px;
}

.boardNames td {
	border-bottom: solid 1px #000000;
}

.message {
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	padding: 4px 0 0 10px;
	font-style: italic;
}

.pagination_active {
	color: #e8922f;
}


/* -- Navigation -- */
#Navigation
{
	width: 100%;
	float: left;
	font-size: 1.25em;
	position: relative;
	top: 0;
}
#Navigation li
{
	float: left;
	margin: 0.5em 0.5em 0 0;
}
#Navigation li a
{
	display: block;
	padding: 0.5em 1em;
	color: #005A87;
	text-decoration: none;
}
#Navigation li.jsHover, #Navigation li.Current
{
	background-color: #005A87;
	background-image: url('/images/corner-btl.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
#Navigation li.jsHover a, #Navigation li.Current a
{
	color: #FFFFFF;
	background-image: url('/images/corner-btr.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
#Navigation ul
{
	position: absolute;
	top: -1000px;
	width: 100%;
	background-color: #005A87;
}
#Navigation li.jsHover ul, #Navigation li.Current ul
{
	top: 3em;
	left: 0;
}
#Navigation li.jsHover ul li, #Navigation li.Current ul li
{
	background-image: none;
}
#Navigation li.jsHover ul li a, #Navigation li.Current ul li a
{
	background-image: none;
	font-size: 12px;
}
#Navigation li.jsHover ul li:hover, #Navigation li.Current ul li.Current
{
	color: #e8922f;
}
#Navigation li.jsHover ul li:hover a, #Navigation li.Current ul li.Current a
{
	color: inherit;
}

/* -- Content DIV -- */
#Content
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 3em 0 1em 0;
	background-color: #005a87;
	background-image: url('/images/main-bot.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
#Column1
{
	float: left;
	width: 500px;
	min-height: 200px;
}
#Column2
{
	float: left;
	width: 300px;
}

/* -- RoundedBlock -- */
.RoundedBlock
{
	width: 490px;
	margin: 1em;
	background-image: url('/images/RoundedBlock-mid.gif');
	background-position: bottom;
	background-repeat: repeat-y;
}
.RoundedBlock h1
{
	margin: 0 0 0.5em 0;
	padding: 0.5em 0.5em 0 0.5em;
	background-image: url('/images/RoundedBlock-top.gif');
	background-position: top;
	background-repeat: no-repeat;
}
.RoundedBlock h4
{
	padding: 0 1.5em;
}
.RoundedBlock img.AlignLeft
{
	float: left;
	margin: 0.5em 1.5em;
}
.RoundedBlock img.AlignRight
{
	float: right;
	margin: 0.5em 1.5em;
}
.RoundedBlock p, .RoundedBlock h3
{
	padding: 0 1.5em 1em 1.5em;
}
.RoundedBlock ol
{
	margin-bottom: 2em;
	padding: 0 1.5em 0 4em;
	list-style-type: decimal;
}
.RoundedBlock ol li
{
	margin: 0 0 0.5em 2em;
	list-style-type: decimal;
}
.RoundedBlock ul
{
	margin-bottom: 2em;
	padding: 0 1.5em 0 4em;
	list-style-type: disc;
}
.RoundedBlock ul li
{
	list-style-type: disc;
}
.RoundedBlockEnd
{
	clear: both;
	width: 490px;
	min-height: 19px;
	background-image: url('/images/RoundedBlock-bot.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

/* -- Advertisers Page -- */

#logosTable {
	margin: 0 auto;
}

#logosTable td {
	text-align: center;
	padding-bottom: 8px;
}

/* -- TitledBlock -- */
.TitledBlock
{
	width: 280px;
	margin: 1em 0 0 1em;
	background-image: url('/images/TitledBlock-mid.gif');
	background-repeat: repeat-y;
}
.TitledBlock h1
{
	width: 280px;
	padding: 0.5em 0 0 0;
	background-image: url('/images/TitledBlock-top.gif');
	background-position: top;
	background-repeat: no-repeat;
	font-size: 1.2em;
	color: #ffffff;
	text-indent: 1em;
}
.TitledBlock hr
{
	margin: 0 0 4px 0;
	padding: 0;
	width: 100%;
	height: 2px;
	border: 0;
	background-color: #ffffff;
	border-bottom: 6px solid #e8922f;
}
.TitledBlock p
{
	padding: 0.5em 1em;
}
.TitledBlock img
{
	float: left;
	margin: 0.5em 1em;
}
.TitledBlockEnd
{
	clear: both;
	width: 280px;
	min-height: 10px;
	background-image: url('/images/TitledBlock-bot.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
.RoundedBlockEnd a
{
	display: block;
	margin: 0.5em;
	padding: 0.5em 0 1em 0;
	text-align: center;
	color: #005A87;
	font-weight: bold;
}
.TitledBlockEnd a
{
	display: block;
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
	color: #005A87;
	font-weight: bold;
}
.TitledBlock form
{
	margin: 1em;
	padding: 1em;
	border: 2px solid #e8922f;
	background-color: #ffffff;
}
.TitledBlock form label
{
	display: block;
	margin: 1em 0;
}
.TitledBlock form input,
.TitledBlock form select,
.TitledBlock form textarea
{
	width: 222px;
	border: 1px solid #999999;
	background-image: url('/images/input_bg.gif');
	background-position: top;
	background-repeat: no-repeat;
}
.TitledBlock form textarea
{
	height: 50px;
}
.TitledBlock form button
{
	border: 1px solid #999999;
	background-image: url('/images/input_bg.gif');
	background-position: top;
	background-repeat: no-repeat;
}
.TitledBlock ul
{
	list-style-type: none;
}
.TitledBlock ul li
{
	padding: 0.5em 1em;
	border-bottom: 1px dotted #e8922f;
}
.TitledBlock ul li p
{
	padding: 0.5em 1px 0 0;
}

/* Stuff for honeypot in guestbook form */
#street, #address 
{
	display: none;
}


/* -- FOOTER -- */
#Footer
{
	clear: both;
	width: 800px;
	height: 100px;
	margin-top:	5px;
	background-image: url('/images/footer-mid.gif');
	background-position: bottom;
	background-repeat: repeat-y;
}

#Footer h1
{
	padding-top: 10px;
	background-image: url('/images/footer-top.gif');
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}

.RoundedBlock ul.vcalendar, .RoundedBlock ul.Addresses, .RoundedBlock ul.NewsList
{
	padding: 0 1em 0 0.5em;
}
.RoundedBlock li.vevent, .RoundedBlock li.vcard, .RoundedBlock ul.NewsList li
{
	margin: 0.5em 0;
	padding: 0.25em;
	border-bottom: dotted 1px;
	list-style-type: none;
}
.Paginate
{
	color: #000000;
	text-align: center;
}
.Paginate a
{
	color: inherit;
	text-decoration: none;
}
.Paginate a:hover
{
	color: #e8922f;
}

#PayPalForm
{
	margin-left: 1.5em;
}
table.logos_table
{
	margin: 1em auto;
}
table.logos_table img
{
	display: block;
	margin: 2px;
	padding: 2px;
	border: solid 1px #e8922f;
	background-color: #FFFFFF;
}

#tableFooter{
	margin-left:	auto;
	margin-right:	auto;
}

#tableFooter td{
	padding-left: 5px;
	padding-right: 5px;
}
