body {
	margin:			0;
	padding:			0;
	text-align:		center;
	font: 			normal normal normal 10pt geneva, verdana, arial, "ms sans serif", sans-serif;
	line-height: 	14pt;
	visibility:     visible;
	color:		#000000;
	background: white;
}

#MainBox {
	position:			relative;
	width:				800px;
	height:				100%;
	margin:			0px auto;
	text-align:	left;
	padding:			0;
	border:			0px;
	background: transparent;
	color: black;
	z-index: 0;
}

#backgroundIMG {
	position: absolute;
	z-index: -10;
	top:  0;
	left: 0;
}

#TopBox {
	position:				relative;
	top:						0px;
	height:					100px;
	left:						0px;
	width:					100%;
	text-align:				left;
	padding:					0px;
	border:					0px;
	color: black;
	background: black;
	z-index: 0;
	/*
	Replaced with
	background: 		transparent url(images/TransparentBoxBlack.png) repeat scroll top left;
	*/
	/* Fudges for Mickeysoft */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#menu {
	position:	relative;
	float: left;
	top:		0;
	left: 	0;
	width:	145px;
	margin:	0;
	border:	0;
	padding: 0;
	z-index: 0;
	color: black;
	background: white;
	/*
	background: 	transparent url(images/TransparentBoxWhite.png) repeat scroll top left;
	*/
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;

}

#menu ul {
	margin:	0;
	border:	0;
	padding: 0;
	background: transparent;
	color: black;
}

#menu ul li {
	margin:		0;
	border:		0;
	border-bottom: 1px solid #8c7a54;
	padding: 0.5em 0.5em 0.5em 0.5em;
	list-style: none inside;
	background: transparent;
	color: black;
	overflow:	auto;

}

#menu ul li.subtitle a{
	margin:		0;
	border:		0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background: transparent;
	color: black;
   font-weight: bold;
}

#menu ul li#currentmenu a, #minimenu ul li#currentminimenu a {
	background: transparent;
   color: #8c7a54;
}

#menu ul li#currentmenu, #minimenu ul li#currentminimenu {
   background: #ccc;
   color: #8c7a54;
}

#menu ul li a {
	margin:	0;
	border:	0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: transparent;
   font-size: 8pt;
   line-height: 10pt;
}

#menu ul li:hover {
	background: #eee;
	color: 	black;
}

#menu ul li a:hover {
	background: transparent;
	color: 	black;
   font-size: 8pt;
   line-height: 10pt;
}

#TextBox {
	position: 	relative;
	float:		right;
	width:		648px;
	margin:		0;
	padding:		0;
	border:		2px solid #eee;
/*
	background: transparent url(images/TransparentBoxWhite.png) repeat scroll top left;
*/
	background: white;
	color: black;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

p, h1, h2, h3 {
	margin:		0;
	padding:		1em 1em 0 1em;
	background: transparent;
	color: black;
}

#shoutbox {
	position: 	relative;
	float:		right;
	width:		150px;
	margin:		0;
   margin: 		1em;
	padding:		1em 1em 1em 1em;
	border:		2px solid #8c7a54;
	color: #8c7a54;
	background: transparent;
	text-align: center;
}

p.quote {
	width: 80%;
	margin: 0 auto;
	font-style: italic;
	font-size: 8pt;
	line-height: 10pt;
}

blockquote {
	font-style: italic;
	font-size: 8pt;
	line-height: 10pt;
}

blockquote table tr td {
	width: 50%;
}

table {
	border: 1px solid #999;
	margin: auto;
}

td, th {
	vertical-align: middle;
	text-align: center;
}

table.boxed {
	border: 1px solid #999;
	padding: 0;
	margin: auto;
	margin-top: 1em;
	background:  white;
	font-style: normal;
	font-size: 8pt;
	line-height: 10pt;
}

table.boxed tr {
	margin: 0 0 2px 0;
	padding: 0;
	background: #eee;
}

table.boxed tr td {
	margin: 0;
	padding: 0 1em 0 1em;
	text-align: center;
	vertical-align: middle;
}

table.image {
	margin:	0px auto;
	text-align:	center;
	font-style: italic;
	font-weight: bold;
	font-size: 8pt;
	line-height: 10pt;
}

/*
#transparentblock {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
*/
/* Mozilla ignores crazy MS image filters, so it will skip the following
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/75p_honey.png');
*/

/*
	http://www.daltonlp.com/view/217
	IE ignores styles with [attributes], so it will skip the following.

.trans_box2[class] {
  background-image:url(/75p_honey.png);
}
*/

/* MINI MENU */

#minimenu {
	position: relative;
	float: left;
	width: 20%;
	border: 0;
	border-top: 1px solid #8c7a54;
	border-bottom: 1px solid #8c7a54;
	padding: 0;
	margin: 1em 1em 0 1em;
	background: transparent;
	color: black;
}

#minimenu ul {
	margin: 0;
	padding: 0;
	background: 	transparent;
	color: black;
	font-size: 8pt;
}

#minimenu ul li {
	padding: 0.5em 1em 0.5em 1em;
	margin: 0;
	text-decoration: none;
	list-style: none inside;
	background: 	transparent;
	color: black;
	border-bottom: 2px solid #8c7a54;
	line-height: 10pt;
}

#minimenu ul li a {
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: transparent;
   font-size: 8pt;
   padding: 0;
   margin: 0;
}

#minimenu ul li:hover {
	background: #eee;
	color: 	black;
}

/* Below applies to prev/next */

#minimenu a {
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: transparent;
	font-size: 8pt;
}

#minimenu a:hover {
	background: #eee;
	color: 	black;
}

dl {
	border-bottom:  1px solid #8c7a54;
}

dl dt {
	font-weight: bold;
	padding-top: 1em;
	border-top:  1px solid #8c7a54;
}

dd {

	padding: 0.5em 0 0.5em 0;
}

dd + dd {
	font-style: italic;
	font-size: 9pt;
}

a {
	text-decoration: none;
	color: navy;
}

/* Global Classes */

.ul {
	text-decoration:underline;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight: bold;
}
