/* BEGIN GENERAL CSS FOR DOCUMENT */

body
	{
	margin: 0;
	padding: 0;
	color: #8C6928; 
	font: 14px;
	font-family:"Bradley Hand ITC", "Book Antiqua", Bhaskar, "Baskerville Old Face", "Bell MT", "News Gothic MT", Georgia, "New Century Schoolbook", Times;
	background:#bc9958;  
	text-align:center; /*allows #CenterBox to be centered*/
	
	}

 /* END GENERAL CSS FOR DOCUMENT */
 
  /* BEGIN GENERAL CSS FOR CENTRAL COLUMN OF DOCUMENT */

#CenterBox
	 {
	margin:.3em auto;
	width: 720px;
	height:100%;
	position: relative;
	background:#e4c676;/*the background behind most of the text*/
	/* background:#DEB94F; */
	text-align: left;
	font-family:"Bradley Hand ITC", "Book Antiqua", Bhaskar, "Baskerville Old Face", "Bell MT", "News Gothic MT", Georgia, "New Century Schoolbook", Times;
	font-size:14px;
	}

 /* END GENERAL CSS FOR CENTRAL COLUMN OF DOCUMENT */
 

 
 /* BEGIN CSS FOR HEADER */

#CenterBox #Header
	{
	background: #8c6828; 
	background-image:url(../images/header-z.jpg); /*the BKH header-logo*/
	backgroud-repeat: no-repeat;
	height:227px;
	border: 0px solid #8C6928;
	}
	
/* END CSS FOR HEADER */



/* BEGIN CSS FOR ADDRESS BAR */

#CenterBox #Address
	{
	font-size:105%;
	text-align:center;
	color:#fff; 
	background:#8C6928;
	width: 100%;
	font-family:"Bradley Hand ITC", "Book Antiqua", Bhaskar, "Baskerville Old Face", "Bell MT", "News Gothic MT", Georgia, "New Century Schoolbook", Times;
	}
	
#Address p
	{
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
#Address p a 
	{
	color:#fff;
	font-style: normal;
	text-decoration:none;
	}
	
#Address a:hover
	{
	color:#fff;
	background:#8C6928;
	font-weight:bold;
	font-style: normal;
	text-decoration:underline;
	cursor:progress;
	padding:0;
	}
 
 /* END CSS FOR ADDRESS BAR */
 
 
 
/* BEGIN CSS FOR OM SYMBOL ON LEFT */

#CenterBox .LeftColumn
	{
	background-image:url(../images/om.jpg);
	background-repeat:repeat-y;
	/*width:40px;*/
	margin: 0;
	padding:0;
	border-color:#DEB94F;
	z-index:9;
	}
	
/* END CSS FOR OM SYMBOL ON LEFT */



/* BEGIN CSS FOR MAIN TEXT */

#CenterBox #BodyText
	{
	overflow: auto;
	position:relative;
	border-width: 0 3px 0px 0px; /* creates borders on the left and bottom */
	border-style:solid;
	border-color:#8C6928;
	width:auto;
	margin:-.75em 0 0 40px; /* the 40px on the left keeps the om symbol showing */
	/*background-image:url(../images/cow.gif);*/
	background-repeat:no-repeat;
	background-position:center;
	padding-right:100px;
	}

#CenterBox #BodyText p
	{
	line-height: 120%;
	margin: 10px 0;
	font-size:125%;
	text-indent: 3em;
	padding: 0 1.5em;
	}
	
#CenterBox #BodyText p.top
	{
	margin:0;
	}

#CenterBox #BodyText p.first /* for the first paragraph on a page, if no intro */
	{
	padding-top:2em;
	}
	
#CenterBox #BodyText p.intro
	{
	font-style:italic;
	/*font-size:90%;*/
	border-color:#8C6928;
	border-style:dashed;
	border-width:1px;
	background-color:#9f7c3b;
	color:#FFFFFF;
	margin:1em 2em 0 2em; /* the top margin here creates the gap in Opera 8.x */
	/*padding: 1em;*/
	padding:.5em;
	/*background-color:#DEB94F;*/
	/*font-weight:bolder;*/
	margin-right:20px;
	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
	}
	
#CenterBox #BodyText p.intro span
	{
	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
	}
	
#CenterBox #BodyText p a, a:visited
	{
	color:#8C6928;
	text-decoration:none;
	font-weight:bold;
	}

#CenterBox #BodyText a:hover, a:active
	{
	color:#8C6928;
	text-decoration:underline;
	font-weight:bold;
	padding:0;
	}

#CenterBox #BodyText a:active
	{
	border:1px dashed #8C6928;
	border-color: #8C6928;
	}

#CenterBox #BodyText > h1.title
	{
	font-size:150%;
	text-align:left;
	text-indent:none;
	padding-left:1.5em;
	font-style:italic;
	font-family:"Book Antiqua", Bhaskar, "Baskerville Old Face", "Bell MT", "News Gothic MT", Georgia, "New Century Schoolbook", Times;
	}
	
#CenterBox #BodyText ul.list
	{
	list-style-type:none;
	list-style-image:;
	font-size:130%;
	padding: .25em 2em 0 3em;
	/*line-height:1.5em;*/
	margin: -1em 0 0 0;
	}

#CenterBox #BodyText ul.list li
	{
	padding: .25em 0 .75em 0;
	font-weight:bold;
	/*font-weight:normal;*/
	font-style:normal;
	}
	
#CenterBox #BodyText ul.list li em
	{
	font-weight:bold;
	}

#CenterBox #BodyText ul.list li a, a:visited, a:active
	{
	color:#8C6928;
	text-decoration:underline;
	font-style:italic;
	padding:0;
	}
	
#CenterBox #BodyText ul.list li a:hover
	{
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
	}
	
#CenterBox #BodyText ul.diaclist
	{
	list-style-type:none;
	list-style-image:;
	font-size:130%;
	padding: .25em 2em 0 3em;
	/*line-height:1.5em;*/
	margin: -1em 0 0 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	}

#CenterBox #BodyText ul.diaclist li
	{
	padding: .25em 0 .75em 0;
	font-weight:bold;
	/*font-weight:normal;*/
	font-style:normal;
	font:Verdana, Arial, Helvetica, sans-serif;
	}
	
#CenterBox #BodyText ul.diaclist li em
	{
	font-weight:bold;
	}

#CenterBox #BodyText ul.diaclist li a, a:visited, a:active
	{
	color:#8C6928;
	text-decoration:underline;
	font-style:italic;
	padding:0;
	}
	
#CenterBox #BodyText ul.diaclist li a:hover
	{
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
	}
	

/* END CSS FOR MAIN TEXT */


/* BEGIN CSS FOR MENU */

#CenterBox #links
	{
/*	width: auto;*/
	background: #bc9958; 
	color:#e4c676;  
	position: absolute;	top: 3px; /*aligns to top of current box*/
	left: auto;	right:3px; /*aligns to right*/
	/*border: 4px #4b4b00 solid;*/
	float: right;
/*	margin-left: 0px;*/
/*	text-indent:0;*/
/*	font-family:"Book Antiqua", Bhaskar, "Baskerville Old Face", "Bell MT", "News Gothic MT", Georgia, "New Century Schoolbook", Times;*/
	}
	
#links ul 
	{
	list-style-type: none;
	margin: 0;
	padding: 3px;
	}
	
#links ul li
	{
	border-bottom: 2px solid #e4c676;
	text-align:center;
	padding: .25em 0;
/*	padding-top: .5em;*/
	color:#6c4808;
	font-family:"Book Antiqua", Bhaskar, "Baskerville Old Face", "Bell MT", "News Gothic MT", Georgia, "New Century Schoolbook", Times;
	}
	
#links ul li.top
	{
	border-top: 2px solid #e4c676;
	}
	
#CenterBox #BodyText #links ul li a, a:visited, a:active, a:hover
	{
	color:#6c4808; /*force a tag to inherit color from parent li*/
	font-family:"Book Antiqua", Bhaskar, "Baskerville Old Face", "Bell MT", "News Gothic MT", Georgia, "New Century Schoolbook", Times;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
	padding:10px;
	}
	
#links li:hover
	{
/*	color: #4b4b00;*/
/*	text-decoration:underline;*/
/*	font-weight:bold*/
/*	color: #8c6928;*/
/*	font-weight:bold;*/
	background:#e4c676;
/*	text-decoration:underline;*/
/*	font-style: normal;*/
	}
	
#links li:hover ul 
	{
/*	display: block;*/
/*	color: #4b4b00;*/
	}

#links li.over ul 
	{
/*	display: block;*/
/*	color: #4b4b00;*/
	}
	
#links li ul li
	{
/*	border:none;*/
	/*font-size:75%;*/
/*	padding:0;*/
	}
	
#links ul a:hover
	{
/*	color: #4b4b00;*/
	}

/*END CSS FOR MENU */

/* BEGIN CSS FOR COW PIC */

#CenterBox #cow
	{
	background-image:url(../images/cow2.gif);
	height:50px;
	padding-left:40px;
	margin-left:100px;
	background-repeat:no-repeat;
	border-width:0 3px 0 0;
	border-color:#8C6928;
	border-color:#8c6928;
	border-right-width:3px;
	}

/* END CSS FOR COW PIC */


/* BEGIN CSS FOR BOTTOM */

#CenterBox #Bottom
	{
	background-color:#8c6928;
	background-image:url(../images/matir2.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	height:20px;
	background-position:center;
	border-top:3px;
	border-color:#8c6928;
	}
	
/* END CSS FOR BOTTOM */