html, body {
	margin: 0;
	padding: 0px;
	height: 100%;
	margin-top:0px; margin-bottom:0px;
	background-color: #011000;
}

body {
	font: normal 1em Trebuchet, "Gill Sans", Helvetica, sans-serif; margin-top:0px;
}

img {
	border: none;
	background: none;
	text-decoration: none;
	display:block;
}

a, a:link, a:active, a:visited {
	font-size: .9em;
	text-decoration: none;
}

a:hover, a:visited:hover {
    text-decoration: underline;
}

#wrapper {
	
	width: 543px;
  text-align:left;
}

#menu, #sidebar {
	width: 543px;
}

#menu ul {
	margin: 0 1px; 
	padding: 0;
	list-style: none;
	background: #eee;
	border-bottom: 3px solid #999;
	width: 100%;
}

#menu ul li {
	margin: 0;
	padding: 0;
}

#menu ul li a.current {
	color: #333;
	border-bottom: 4px solid #999;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 30px 0;
	background: #bbb;
	display: block;
}

#menu ul li a {
	color: #999;
	font-size: .9em;
	font-weight: bold;
	padding: 5px 10px 0;
	display: block;
}

#menu ul li a:hover, #menu ul li a:visited:hover {
	border-bottom: 4px solid #999;
	background: #999;
	color: #fff;
	text-decoration: none;
}

#sidebar ul {
	margin: 0 1px; 
	padding: 0;
	list-style: none;
	background: #ccc;
	border-top: 3px solid #999;
	width: 100%;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding: 5px 10px 0;
	display: block;
}

#sidebar ul li a:hover, #sidebar ul li a:visited:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}

.BlogShort {
	margin: 5px auto;
	padding: 5px 15px;
	border-bottom: 3px solid #943A46;
	background: #fff;
}

.BlogLong {
	background: #fff;
	padding: 5px 15px;
	border-top: 3px solid #943A46;
	border-bottom: 3px solid #943A46;
}

.BlogLong div.entryText {
	font-size: .8em;
}

.BlogShort h3.EntryTitle a, .BlogLong h3.EntryTitle {
	border-bottom: 1px dashed #8c6239;
	display: block;
	padding: 5px;
	margin: 0;
}

.BlogShort h3.EntryTitle a {
	margin-top: -19px;
}

.BlogShort p, .BlogLong p {
	margin: 5px 0;
	clear: both;
}

div.UserComments {
	margin: 15px 0;
	border-top: 1px dashed #8c6239;	
}

div.UserComments h4 {
	margin: 5px 0;
}

div.comment, p.noComments {
	margin: 5px;
	padding: 5px;
	background: #E9EBE3;
	font-size: .9em;
	border-left: 10px solid #825B2F;
}

div.clr {
	background: #EFE6E3;
	border-left: 10px solid #F06EA9;
}

p.noComments {
	color: red;
}

div.comment p span.userName {
	font-weight: bold;
}

div.comment p.commentDate {
	font-size: .8em;
	color: #777;
}

div.comment p {
}

div.tagList {
	margin-bottom: 10px;
	border-bottom: 1px dashed #8c6239;
	padding-bottom: 10px;
}

ul.tagLinkList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tagLinkList li {
	float: left;
	font-size: .7em;
}

ul.tagLinkList li a {
	border: 1px solid #f06ea9;
	padding: 1px 10px;
	margin: 0 1px;
	display: block;
}

ul.tagLinkList li a:hover, ul.tagLinkList li a:visited:hover {
	background: #825b2f;
	color: #ececd4;
}

.searchEntries {
	padding: 10px;
}

.searchEntries h4 {
	margin: 0;
}

.row {
	clear: both;
	padding: 5px;
	font-size: .8em;
}

.row .label {
	float: left;
	text-align: right;
	width: 145px;
	font-weight: bold;
}

.row .val {
	float: left;
	text-align: left;
	width: 325px;
	padding-left: 5px;
}

.Msg {
	font-weight: bold;
	background: #fff;
	padding: 5px 15px;
}

.errMsg {
	color: red;
	border: 1px solid red;
	background: #fff;
	padding: 5px 15px;
	margin: 10px 0;
}

.smalltext {
	font-size: .7em;
}

.smalltext a {
	font-size: 1.1em;
}

.shortText {
	margin-bottom: 10px;
	border-bottom: 1px dashed #8c6239;
	padding-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide, .off {
	display: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html div.comment {
	height: 1%;
}
/* End hide from IE-mac */

a.navigation:active { color:#FFFFFF; font-family:Arial; font-weight: bold; font-size:9px; text-decoration: none; }
a.navigation:hover { color:#FFFFFF; font-family:Arial;  font-weight: bold; font-size:9px; text-decoration: none;}
a.navigation:link { color:#FFFFFF; font-family:Arial; font-weight: bold; font-size:9px; text-decoration: none;}
a.navigation:visited { color:#FFFFFF; font-family:Arial; font-weight: bold; font-size:9px; text-decoration: none; }

a.news:active { color:#506c32; font-family:Arial; font-weight: bold; font-size:10px; text-decoration: none; }
a.news:hover { color:#506c32; font-family:Arial;  font-weight: bold; font-size:10px; text-decoration: none;}
a.news:link { color:#506c32; font-family:Arial; font-weight: bold; font-size:10px; text-decoration: none;}
a.news:visited { color:#506c32; font-family:Arial; font-weight: bold; font-size:10px; text-decoration: none; }

a.footer:active { color:#FFFFFF; font-family:helvetica,verdana, arial; font-weight: bold; font-size:11px; text-decoration: underline; }
a.footer:hover { color:#FFFFFF; font-family:helvetica,verdana, arial;  font-weight: bold; font-size:11px; text-decoration: underline;}
a.footer:link { color:#FFFFFF; font-family:helvetica,verdana, arial; font-weight: bold; font-size:11px; text-decoration: underline;}
a.footer:visited { color:#FFFFFF; font-family:helvetica,verdana, arial; font-weight: bold; font-size:11px; text-decoration: underline; }

.footer { color:#FFFFFF; font-family:helvetica,verdana, arial; font-weight: bold; font-size:9px; text-decoration: none; }

table.first {
	background-color: #363636;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, 
	startColorStr=#363636, endColorStr=#141517);
}

table.inner_top
{
	background-image: url('../custom/images/inner_top.jpg');
}

table.inner_bottom
{
	background-image: url('../custom/images/inner_bottom.jpg');
}

table.inner_middle
{
	background-image: url('../custom/images/inner_middle.jpg');
}

table.welcome
{
	background-image: url('../custom/images/home_bg1.jpg');
}

table.contact
{
	background-image: url('../custom/images/contact_bg2.jpg');
}

td.header_top
{
	background-image: url('../custom/images/header_top3.jpg');
}

td.header_bottom
{
	background-image: url('../custom/images/header_bottom3.jpg');
}

td.middle
{
	background-image: url('../custom/images/middle.gif');
}

td.spacer
{
	background-image: url('../custom/images/spacer_bg.jpg');
}

.text1 {font-family: helvetica,verdana, arial; font-size:14px; color:#464646; margin-right:30px;}
.text2 {font-family: Tahoma; font-size:11px; color:#FFFFFF; font-weight:bold;}
.text3 {font-family: Arial; font-size:10px; color:#2d4569; font-weight:bold;}
.text4 {font-family: Arial; font-size:10px; color:#000000; font-weight:bold;}
.text5 {font-family: helvetica,verdana, arial; font-size:13px; color:#464646; margin-right:30px;}
.text6 {font-family: Arial; font-size:16px; color:#3d5c79; font-weight:bold;}
.text7 {font-family: Arial; font-size:16px; color:#84c441; font-weight:bold;}
.eventheader {font-family:Arial; font-size:14px; font-weight:bold; color:#821e06;}

.b1{color:#464646; font-family: Tahoma; font-size:11px; text-decoration:none; width:175px; height:21px;}
.b2{color:#464646; font-family: Tahoma; font-size:11px; text-decoration:none}

.button {color: #000000; background-color: #bcb5af; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: #FFFFFF; font-weight: bold; padding: 1px; cursor:hand; }


.newsheader {font-family:Arial; font-size:11px; font-weight:bold; color:#821e06;}
.newsbrief {font-family:Arial; font-size:11px; color:#1a1616;}