/* Stylesheet styles.css is the master CSS stylesheet for the LMBB web site  */
/*   Gene Chan - 2004 09 02   */
body {
	width: 780px;
  margin: 0px;
  padding: 0px;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
/* unvisited link is Blue */
a:link {
	color: blue;
}
/* visited link is DarkBlue */
a:visited {
	color: #00008B;
}
/* mouse over link within a nav column list item is Yellow on Dark Green*/
div.leftcolumn ul li a:hover {
	font-weight: normal;
	color: Yellow;
	background-color: #006400;
}

/* mouse over link is Red */
a:hover {
	color: Red;
}
/* selected link is Red */
a:active {
	color: Red;
}
/* page-header goes at the very top of the page */
div.page-header {
  width: 780px;
	height: 30px;
	margin: 0 0 0 -5px;
	padding: 0px;
	background-color: #006400;
	border-top: thick solid #FFD700;
	border-bottom: thick solid #FFD700;
	text-align: left;
}
div.page {
  width: 780px;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #006400;
	font-size: inherit;
}
div.leftcolumn {
  float: left;
	min-height: 480px;
	width: 160px;
	margin: 0px;
	padding: 10px;
	background-color: #FFFFE0;
	color: #006400;
	border: 1px solid #006400;
	font-size: inherit;
}
ul.square-bullet {
	margin-left: 8px;
	padding: 0px;
	width: 140px;
	margin-bottom: 100px;
	border-bottom: 1px solid #006400;
	list-style-type: square;
	list-style-position: inside;
	font-size: 11px;
}
li.square-bullet {
	background-color: #dfffdf;
	margin-top: 0px;
	margin-bottom: -1px;
	border: 1px solid #006400;
	padding: 3px;
}
li.square-bullet:hover {
	width: 100%;
	background-color: #006400;
	border: 1px solid Yellow;
}
div.rightcolumn {
  float: left;
	width: 540px;
	min-height: 480px;
	margin: 0px;
	padding: 10px 25px 10px 25px;
	color: black;
	font-size: inherit;
}
h1 {
	padding-left: 206px;
}

