/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: center;
  font: 0.62em arial narrow, verdana, arial, sans-serif;  
  color: #000;
}

h1 {
  text-align: left;
  font: 20pt arial, verdana, arial, sans-serif;  
  line-height: 24pt; 
  color: #004300;
}

h2 {
  text-align: left;
  font: 12pt arial, verdana, arial, sans-serif; 
  line-height: 14pt; 
  color: #404040;
}

h3 {
  text-align: left;
  font: 8pt arial, verdana, arial, sans-serif;  
  color: #404040;
}

h4 {
  text-align: left;
  font: 8pt arial, verdana, arial, sans-serif;  
  color: #404040;
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
  text-align: justify;
}


a {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #ff0000;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/***************************************************
  Site Title
 ***************************************************/

#title {
  padding: 0.6em 55px 0.6em 0;
  margin-right: 0.5em;
  float: right;
  background: url(../images/logo_greenery.gif) no-repeat top right;
}

#title h1 {
  display: inline;
  color:  #222;
  background-color: #E7FFFC;
  background-image: none;
}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Right side bar 
 ***************************************************/


#content {  
  margin: 0 auto;
  clear: both;
  width: 800px;
  height: 530px;
  text-align: left;
  margin-top: 10px;
  border: 1px solid #000;
}

#lSideBar {
  float: left;
  width: 348px !important;
  width: 350px;
  height: 530px;
  border: 0px solid #000;
  padding: 0 0 0 0 !importante!;
  padding: 0 0 0 0;
  background: url(images/leftPanelBkg04b_327x530.jpg) no-repeat bottom left; 
}

#rSideBarTop {
  float: right;
  width: 446px !important;
  width: 448px;
  border-left: 1px solid #000;
  padding: 0 0 0 0 !importante!;
  padding: 0 0 0 0;
  background-color: #008000;
}

#rSideBarMid {
  float: right;
  width: 446px !important;
  width: 448px;
  height: 460px;
  border-left: 1px solid #000;
  background-color: #fff;
}


/***************************************************
  Header Menu
 ***************************************************/

#mainMenu {
  position: relative;
  top:50px;
  height: 70px;
  padding-left: 10px;  
  font-size: 10pt;
  font-weight: normal;
  line-height:18pt;
  color: #fff;  
}
#mainMenu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

#mainMenu a:hover,
#mainMenu a.active {
  color: green;
  font-size: 10pt;
  font-weight: normal;
  background-color: #fff;
}

