body {
/*
	background-color: #827338;
	background-color: white;
	background-color: #bdb08d;
*/
	background-color: #d0d0d0;
}

div#doc {
	background-color: white;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	margin-bottom: 6px;
}

div#inner_body {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

em strong, strong em {
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

a {
	color: black;
}

img.thumbnail {
	border: 3px solid #613c0b;
	margin-right: 6px;
}

img.full {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}

div.admin {
	vertical-align: middle;
}
img.admin {
	float: left;
}

table#signup tr td {
	padding: 3px;
}

table#signup tr td input {
	width: 200px;
}

table#signup tr td textarea {
	width: 200px;
}

ul { display: block; list-style-type: disc; margin: 1em 0; padding-left: 20px; }
ol { display: block; list-style-type: decimal; margin: 1em 0; padding-left: 20px; }
ul li { display: list-item; list-style-type: disc; }
ol li { display: list-item; list-style-type: decimal; }

ul a {
	text-decoration: none;
	color: #544c38;
}

.splash {
/*	background-color: #e7d8a4;*/
	background-color: white;
	background-image: url('splash-bg.gif');
	background-repeat: repeat-x;
	color: white;
/*	color: #544c38;*/
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	font-size: 16px;
}
.splash a {
	color: #544c38;	
}
.splash p {
	color: #544c38;	
}

.categories {
/*	background-color: #e7d8a4;*/
	background-color: white;
	height: 600px;
	margin-bottom: 2px;
}

.categories_head {
/*	background-color: #ff9600;*/
	background-color: white;
	background-image: url('block-head-bg.gif');
	background-repeat: repeat-x;
	color: #613c0b;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 8px;
}

.categories_body {
	background-color: #e7d8a4;
	background-image: url('block-body-bg.gif');
	background-repeat: repeat-x;
	color: #544c38;
	padding: 20px;
	margin-bottom: 2px;
	font-size: 14px;
}

.categories_body a {
	color: #544c38;
	text-decoration: none;
}

.categories_body a:hover {
	font-weight: bold;
}

.news_preview {
	background-color: white;
	margin-bottom: 2px;
	margin-right: 0px;
/*	width: 508px;*/
}

.news_preview_item {
	margin-bottom: 2px;
}

.news_preview_item_head {
	background-image: url('block-head-bg.gif');
	background-repeat: repeat-x;
	background-color: #ff9600;
	color: #613c0b;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.news_preview_item_body {
	margin-bottom: 4px;
	margin-right: 10px;
	margin-left: 4px;
	margin-top: 4px;
	font-size: 12px;
}

.news_item_head {
	background-color: #ff9600;
	background-image: url('block-head-bg.gif');
	background-repeat: repeat-x;
	color: #613c0b;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.news_item_body {
	margin-bottom: 8px;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 12px;
	color: #101010;
}

.more {
        text-align: right;
}

table.main_menu {
	padding: 0;
	margin-top: 0;
	margin-bottom: 2px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	line-height: 16px;
}

table.main_menu th {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
/*	background-color: #ff9600;*/
	background-color: black;
/*f8601f*/
	color: #613c0b;
	background-image: url('menu-bg.gif');
/*	background-repeat: repeat-x;*/
}

table.main_menu th.active {
	background-image: none;
	background-color: #bf0000;
	color: white;
}

table.main_menu th.pad {
	padding: 0px;
	width: 2px;
	background-image: none;
	background-color: white;
}

table.main_menu th.last {
	margin: 0;
	width: 250px;
}

table.main_menu th.last img {
	position:relative;
	top:2px
}

table.main_menu th a {
	text-decoration: none;
	color: #613c0b;
}

table.main_menu th.active a {
	color: white;
}

table.main_menu th a:hover {
	text-decoration: underline;
}

/* enable unless we want user to click this to reset search filters */
/*
table.main_menu th.active a:hover {
	text-decoration: none;
	cursor: default;
}
*/

.admin_login {
	background-color: #e7d8a4;
	background-image: url('splash-bg.gif');
	background-repeat: repeat-x;
	color: #544c38;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}

.footer_address {
	text-align: center;
	color: #404040;
	font-size: 11px;
}
