body {
	background-color: #f0e1be;
	background-image:url('images/background.jpg');
	background-position: top center;
	/* background-attachment: fixed; */
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

/* This is to create the black border around the whole page */

.page_container {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
}

/* .page_container td {
	border-width: 0px;
} */

/* Logged-In Bar Properties */

.logged_in_bar {
/* 	font-family: Arial; */
	font-size: 9pt;
	color: #000000;
	background-color: #dcc896;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.logged_in_bar a {
/* 	font-family: Arial; */
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.logged_in_bar a:hover {
/* 	font-family: Arial; */
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

/* Defaults for the content area */

.content, .content table, .content tr, .content td {
/* 	font-family: Arial; */
	color: #000000;
/* 	border-width: inherit; */
}

.content a {
	color: #0000ee;
	text-decoration: underline;
}

.content a:hover {
	color: #0000ee;
	text-decoration: underline;
}

/* For tree category list */
.cats_tree {
	padding-left: 0px;
	color: #990000;
}

.cats_tree a {
	color: #990000;
	text-decoration: none;
}

.cats_tree a:hover {
	color: #000099;
	text-decoration: none;
}

.cats_tree ul {
	margin: 0px;
	padding-left: 13px;;
/* 	border: 1px solid; */
}

.cats_tree li {
	list-style-type: none;
}

/* For the left bar links....the ones kind of in the middle */

.left_links, .left_links table, .left_links tr, .left_links td {
/* 	font-family: Arial; */
	color: #FFFFFF;
}

.left_links a {
	color: #FFFFFF;
	text-decoration: none;
}

.left_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Title for Pages */

.page_title {
	font-weight: bold;
	font-size: 19px;
	/* line-height: 0px; */
}

.hidden_div {
/* 	visibility:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
	overflow:hidden; */
	display: none;
}

.visible_div {
/* 	visibility:visible;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	overflow:visible; */
	display: block;
}
