/* Common style sheet for HBC Web site
Last update 02 November 2009
*/

/****************** BODY *****************/
body {
	padding:0px;
	background-color: white; /* White */
	text-align: center; /* Hack for IE5/Win */
/*	background: #fff8dc; /* cornsilk*/
	font-size:1em;
	font-weight:normal;
	word-spacing:normal;
	letter-spacing:normal;
	text-align: left;
	font-family: Cursive, Arial, Helvetica, Verdana, "Myriad Web", Syntax, sans-serif;
/*	color: rgb(85,85,85);	*/
	color: black;
	line-height: 1.1;
	border-left: 1px white;
	border-right: 1px white;
	border-bottom: 1px white;
	}

/***** ID SELECTORS (LAYERS) *******/
#maincontainer {
	padding: 0px;
	text-align: left;			/* Counteract IE5/Win Hack */
/*	margin-left: 200px;
	margin-right: 200px;		/**/
	width: 800px;				/**/
/*	border: 2px dashed #ff0000; /**/
	border: 0px #ff0000; 		/**/
	z-index: 1;
	margin: 0px auto;	/* R/L margin widths = "auto" */
	background: #ffffff;
	}
#hbcheader {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	width: 780px;
	z-index: 2;
	border: 0px solid white;
	background: #721B09; /* dark brick red */
	}
#heading {
	padding: 10px;
	margin: 1px;
/*	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;		/**/
	float: center;
	text-align: center;
	border: 2px solid black;
	background: #99FF66;	/**/
	color: maroon;			/**/
	z-index: 1;
	}
#content {
	float: center;
	padding: 10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	text-align: left;
	width: 730px;
	border: 0px solid #ffffcc;
	background: white;
	color: black;
	z-index: 6;
	}
#hbcmenu {
	padding: 1px;
	float: center;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	width: 780px;
	height: auto;
	z-index: 1;
	border: 1px solid white;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: white;
	}
/****** CLASS SELECTORS *******/
/* cells with formatted BORDERS*/
td.bmenu { width: 97px;
	 background-color: #FFEBCD; /* blanched almond */
	 color: black;
	 font-size: 10pt;
	 font-weight: 800;
	 text-align: center;
	 border-top: 0.3em solid #F2FAEB; /*light limegreen */
	 border-bottom: 0.3em solid #909090;
	 border-left: 0.3em solid #F2FAEB; /* light limegreen */
	 border-right: 0.3em solid #909090;
	 padding: 0.1em;
	 height: 10pt;
	}

/* cells with background IMAGE*/
td.imenu { width: 97px;
/*	height: 25px; */
	background-color: #ffff99;
	background-image: url(images/textbox.gif);
	color: black;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border: 0;
	padding: 0;
}
td.menu {
	width: 97px;
	height: 23px; /**/
/*	background-color: #ffff99;	/**/
	background-color: #black;
	background-image: url(textbox.gif); /**/
	color: black;
	font-size: 12pt;	/**/
/*	font-size: 100%;	/**/
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border: 0;
	padding: 0;

	}
br.clear {clear: both;}

#printheader {display: none;}

/* Anchor effects */
a {text-decoration: none;
	font-weight: normal
	}
a:link {color: blue}
a:visited {color: #0033cc}
a:hover {
/*	background-color: #fff8dc; 	/* */
	background-color: #ccffcc;	/* */
	text-decoration: underline;
	font-weight: normal
	}
a:active { color: green;}

/*********** TYPE SELECTORS ************/
h1 {
	color: maroon;
	font-size: 22px;
	text-align: center
	}
h2 {
	color: #336600;
	font-size: 20px;
	text-align: left
	}
h3 {
	color: #009999;
	font-size: 16px;
	text-align: left
	}
h4 {
	color: purple;
	font-size: 14px;
	text-align: left
	}

p5 {
	color: maroon;
	font-size: 14px;
	text-align: center
	}
em {
	font-weight: bold;
	font-style: normal;
	color: green;
	}
strong {
	font-weight: bold;
	font-style: normal;
	color: red;
	}
emphasize {
	font-weight: bold;
	font-style: normal;
	color: green;
	}
table {
	background-color: #ffffcc;
	border_width: 10;
	border_style: dotted;
	padding: 10;
	table-layout: auto;
	empty-cells: show;
	}

/* padding {
	padding_width: 10;
	}	*/

