/********** general styles **********/
body {
  margin: 0;
  padding: 0;
  background: #f3f6e5 url(../images/bamboo10c.jpg);
  font: normal 1.2em/1.4  Helvetica, Arial, sans-serif;
  color: #074500;
  border: 0px blue solid;
}
h1, h2, h3 , h4, h5 {
  color: #074500;
}
h1 { 
  font-size: 2.2em; 
  line-height: 1em; 
}
h2 { 
  font-size: 1.6em; 
  line-height: 1em; 
}
h3 { 
  font-size: 1.2em; 
  line-height: 1em;   
}
h4 { 
  font-size: 1.0em; 
  line-height: 1em;   
}
p { 
  border: 0px solid red; 
  line-height: 1.3em;
  margin: 0.5em 0 0.4em 0; 
  padding: 0 5px; 
}
img {
  border: none;
  padding: 0 5px;
}
p.img_caption {
  font: .5em/1.2em Verdana, sans-serif;
  color: #020;
}
li {
  padding-bottom: 1em;
  line-height: 1.3em;
}
a:link, a:visited {
  color: #074500;
}
a:hover {
  text-decoration: none;
}
table { width: 100%;}



/********** main outside container **********/
#container {
} 


/********** head container and elements **********/
#headcontainer {
}       
#header {
}
#logo {
	height: 60px;
}
#header h1 {
	float: left;
	margin: 30px 0 0 20px; 
  width: 874px;
  height: 148px;
	padding: 0 0 0 35px;
  background: url(../images/Logo001.png) no-repeat left center;
  text-indent: -99999px;
  border: 0px solid red;
}
#header h3 {
  clear: both;
	float: left;
	margin: 4px 0 0 0;
	padding: 0 0 0 80px;
  text-indent: -99999px;
  border: 0px solid blue;
}
#header a {
	color: #074500;
}

div#search {
  float: right;
  padding: 0 1em;
}
#search .inputbox {
  font-size: 0.6em;
  background: #d3ddab;
}
#search .button{
  font-size: 0.6em;
  background: #ccc;
}

.breadcrumbs {
  font-size: 0.8em;
  padding: 0 1em;
}


/********** top navigation **********/
#top {
}

/********** main = content/left/right ********/
#main {
  clear: both;
  border-top: 6px #074500 solid;
  position: relative;
}

/********** content styles **********/
#content, #contentright {
  border: 0px red solid;  
  float: right;
  width: 60%;
  margin: 1em;
  overflow: hidden;
  background: url(../images/grn_bk.png);
}

#content table.contenttoc {
  color: #fff;
  font-size: 0.6em; 
  line-height: 0.8em;
  width: 150px;
  float: right;
  background-color: #aca;
  margin: 2em 0 0.5em 0.5em;
  border: 1px solid #3b7276;
}
#content table.contenttoc th,
#content table.contenttoc td {
  padding: 4px 8px;
  color: #fff;
}
#content table.contenttoc th {
  text-align: left;
  color: #fff;
  font-weight: normal;
  font-family: tahoma, arial, geneva, san-serif;
}
#content table.contenttoc a:link, 
#content table.contenttoc a:visited {
  text-decoration: none;
  color: #074500;
}
#content table.contenttoc a:hover {
  text-decoration: underline;
  color: #fff;
}
#content table.contenttoc td {
  font-size: 0.85em;
}
#content div.pagenavcounter {
  display: none;
}

#content div.pagenavbar  {
  color: #074500;
  font-size: 0.85em;
  padding: 0 0.4em;
}
#content div.pagenavbar a:link, 
#content div.pagenavbar a:visited {
  text-decoration: none;
  color: #fff;
}
#content div.pagenavbar a:hover {
  text-decoration: underline;
  color: #074500;
}


/********** right module styles **********/
#right {
}


/********** left module styles **********/
#left {
  border: 0px yellow solid; 
  overflow: hidden;
}
#left .moduletable_home {
  position: relative;
  top: 1.0em;
}
#left ul.menu {
  list-style: none;
  position: relative;
  left: -20px;
}
#left .menu li,
#left .menu li li  {
  position: relative;
  padding: 6px 0;
  border-top: 1px dotted #074500;
  text-transform: uppercase;
  font-size: small;
  font-weight: bold;
  width: 19em;
}
#left .menu .item1 {
  border: none;
}
#left .menu li.active  {
  background: #d2f6c1;
}
#left .menu li#current ul  {
}
#left .menu a:link, .menu a:visited {
  border: 0px solid red;
  text-decoration: none;
}
#left .menu a:hover {
  text-decoration: underline;
}

  
/********** footer styles **********/
#footer {
  clear: both;
  padding: 20px 0;
  border-top: 0px dotted #006600;

}
#footer p {
	margin: 0;
	font-size: x-small;
	color: #000000;
}
#footer a {
	color: #000000;
}
