/* CSS style sheet with common styles for ABS Web site */
/* http://www.americanbamboo.org/                      */

body {
	font-family:serif;
	background-color: #ffffcc;
	line-height: 1.2em;
	margin: 0px;
	color: black;
	}
	
address {
	margin-left: 2em;
	text-align: left;
	text-indent: 0em;
	font-family: serif;
	padding: 0.5em;
	}

blockquote {
	margin: 0.25em 0 0 2em;
	line-height: 1.1em;
	}

table {
   border-collapse: collapse;
	 empty-cells: show;
    } 

thead>tr>td {
	font-family: sans-serif;
	text-align: center;
	text-indent: 0em;
	font-weight: bold;
	padding-right: 2em;
	}
	
tbody>tr>td {
	margin-top:10px
	}

td {
	text-indent: 0em;
	font-family: serif;
	vertical-align: top;
	}
	
hr {
  	color: green;
	background-color: transparent;
	text-align: center;
	width: 50%; 
	}
	
li {
	padding-top: 0.2em;
	}

li.l1 {
  padding-top: 0em;
	font-size: 2em; 
	list-style-type: disc;
	}
	
li.l2 {
  padding-top: 0em;
	font-size: 0.7em;
	list-style-type: circle;
	}
	
li.l3 {
  padding-top: 0em;
	font-size: 0.7em;
	list-style-type: square;
	}
	
li.l4 {
  padding-top: 0em;
	font-size: 0.7em;
	list-style-type: decimal;
	}

a  {
  color: inherit;
	background-color: inherit;
	font-family: inherit;
	}

a:link {
	color: #CC6600;
	background-color: transparent;
	}

a:visited {
	color: #009999;
	background-color: transparent;
	}

a:hover {
	color: #FF0000;
	background-color: transparent;
	}

a:active {
	color: #336600;
	background-color: transparent;
	}

h1, h2, h3, h4 {
	color: #336600;
	background-color:transparent;
	font-family: sans-serif;
	}
	
h1 a {
	color: #336600;
	background-color: inherit;
	font-family: sans-serif;
	}
	
h1 {
	font-size: 1.75em;
	text-align: center;
    text-shadow: #9D9C7E 0.15em 0.15em 0.15em; 
	margin: 0.6em 0 0 0;
	line-height: 110%;
	font-weight: bold;
	}
		
h2, h3, h4 {
	text-align: left;
	}

h2 {
    text-shadow: #9D9C7E 0.15em 0.15em 0.15em; 
	font-size: x-large;
	margin: 1em 0 0 0;
	}

h3 {
	font-size: medium;
	margin: 0.8em 0 0 0;
	}

h4 {
	font-size: small;
	margin: 0.6em 0 0 0;
	}

input:focus {
    color: black;
	background-color: #00FFFF}

img {
	border: 0px;
	}

.m1, .m2, .m3 {
	font-family: serif; 
	font-weight: bold;
	line-height: 1.25em;
	}

.m1 {
	font-size: medium;
	margin-left: 0em;
	}

.m2 { 
	font-size: small;
	margin-left: 1em; 
	}

.m3 { 
	font-size: x-small;
	margin-left: 2em; 
	}
	
abbr, acronym, .help {
  	border-bottom: 1px dotted #333;
  	cursor: help;
  	}	
  
#LogoBox {
	text-align: center;
	position: absolute;
	height: 65px;
	width: 555px;
	top: 10px;
	left: 10px;
	}

#PageNameBox {
	position: absolute;
	top: 10px;
	width: 210px;
	height: 135px;
	vertical-align: middle;
	text-align: center;
    text-shadow: #9F7F60 0.15em 0.15em 0.15em; 
	font: bold 1.75em/110% serif;
	left: 566px;
	background-color: #ffcc99;
	color: #336600;
    }

#SlugLineBox {
	position: absolute;
	top: 75px;
	width: 555px;
	left: 10px;
	height: 60px;
	background-color: #ffcc99;
	font-family: serif;
	font-size: 1.5em;
	font-style: italic;
	line-height: 3em;
	text-align: center;
	font-weight: bold;
	color: black;
	}

.BrokenLink {
	font-family: sans-serif;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFFFF;
	}
dt {
	font-style: normal;
	font-weight: bold;
}
