h1 {
  padding-left: 30px; 
  color: rgb(255,255,255);
}
a:link, a:visited {
    color: rgb(0, 135, 82);
	text-decoration: none;
}
a:hover, a:active {
    background: rgb(0, 135, 82);
	color: rgb(255,255,255);
	text-decoration: none;
}
#wflogo{
  padding: 10px;
}
#header{
  background-image: url("../images/forest.jpg");
  background-repeat: repeat-x;
  font-size: 45px;
  font-weight: bold;
  line-height: 110%;
  padding: 45px;
  color: rgb(255, 255, 255);
}
#discover{
  font-size: 35px;
  font-style: italic;
}
#titleBanner {
  background: rgb(0, 135, 82);
  padding: 5px;
}
#content {
  padding: 35px;
}  
.form-control{
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid rgb(0, 135, 82);
}
#tableBanner {
  color: rgb(0, 135, 82);
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
}
.grayBG {
  background: rgb(230,230,230);
  }
  
tr.border_bottom td {
  border-bottom:1pt solid rgb(230,230,230);
}
  
.table-title{
  border: 0;
  box-shadow: none;
/*  border-bottom: 1px solid rgb(0, 135, 82);*/
  color: rgb(0, 135, 82);
  font-size: 17px;
  font-weight: bold;
/*  line-height: 100%;*/
}
.PDF_Table_Txt{
  font-size: 12px;
  line-height: 100%;
}
.input-group{  
  padding-top: 35px;
}
.input-group-addon {
  background: rgb(255,255,255);
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid rgb(0, 135, 82);
}
.btn{
  background: rgb(0, 135, 82);
  color: rgb(255,255,255);
  border: 0;
  border-radius: 0;
  margin:40px 0 20px 0;
}
#loginButton{
	font-size: 25px;
	padding: 10px 100px 10px 100px;
}
#copyright {
  margin-top: 30px;
  font-size: 14px;
}
#sidebar{
  background: rgb(230,230,230);
  padding: 25px;
}
#appTitle{
  font-weight: bold;
  margin-bottom: 50px;
  font-size:25px;
  color: rgb(0, 135, 82);
}
.grnTxt{
  color: rgb(0, 135, 82);
  font-size: 17px;
  font-weight: bold;
  line-height: 100%;
}
#menu{
  color: rgb(0, 135, 82);
  font-size: 14px;
  line-height: 120%;
}
.logIN_OUT{
  color: rgb(0, 135, 82);
  font-size: 14px;
  font-weight: bold;
  padding: 30px 90px 10px 0px;
}
.lgwhite
{
    COLOR: white;
    FONT-FAMILY: "Century Gothic", Verdana, Geneva, sans-serif;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold
}
.lgblack
{
    COLOR: Black;
    FONT-FAMILY: "Century Gothic", Verdana, Geneva, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}