@charset "UTF-8";
/* CSS Document */


/* link to google font. 400 is regular weight,700 is bold */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* end font link */

body {
	margin: 0px;
	padding: 0px;
    }
body {
	background-color: #effbf7;
}

a {
	color: #006940;
}
    
    p {
      font-family: Georgia, Times, serif;
      font-size: 14px;
    }
    
    h1 {
      font-family: Montserrat, sans-serif;
	  font-weight: 700;
      color: #99583d;
    }    
    
    h2 {
      font-family: Montserrat, sans-serif;
	  font-weight: 700;
      color: #99583d;
    }
    
	h3 {
		font-family: Monserrat, sans-serif;
		font-weight: 700;
		color: #99583d;
	}

    h4 {
      font-family: Montserrat, sans-serif;
	  font-weight: 700;
      color: #006940;
    }
	
	h5 {
		font-family: Montserrat, sans-serif;
		font-weight: 700;
		color: #99583d;
	}
	
	h6 {
		font-family: Monserrat, sans-serif;
		font-weight: 700;
	    color: #006940;
	}
	
    .header {
      padding: 20px;
    }
    
    .navleft {
      background-color: #99583d;
      padding: 20px;
      margin-right: 20px;
      width: 20%;
      float: left;
    }
    
    .navbutton {
      font-family: Montserrat, sans-serif;
	  font-weight: 400;
      font-size: 16px;
      color: #000000;
      line-height: 24px;
      border: 1px solid;
      padding: 4px;
        
    }
	
	th {
		font-family: Montserrat, sans-serif;
		color: #006940;
	}
	
	td {
		font-family: Montserrat, sans-serif;
		font-weight: 400;
	}
    
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.btn-brown {
  color: #fff;
  background-color: #99583d;
  border-color: #99583d;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown.focus,
.btn-brown:active,
.btn-brown.active,
.open > .dropdown-toggle.btn-brown {
  color: #fff;
  background-color: #533020;
  border-color: #533020;
}
.btn-brown:active,
.btn-brown.active,
.open > .dropdown-toggle.btn-brown {
  background-image: none;
}
.btn-brown.disabled,
.btn-brown[disabled],
fieldset[disabled] .btn-brown,
.btn-brown.disabled:hover,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown:hover,
.btn-brown.disabled:focus,
.btn-brown[disabled]:focus,
fieldset[disabled] .btn-brown:focus,
.btn-brown.disabled.focus,
.btn-brown[disabled].focus,
fieldset[disabled] .btn-brown.focus,
.btn-brown.disabled:active,
.btn-brown[disabled]:active,
fieldset[disabled] .btn-brown:active,
.btn-brown.disabled.active,
.btn-brown[disabled].active,
fieldset[disabled] .btn-brown.active {
  background-color: #99583d;
  border-color: #99583d;
}
.btn-brown .badge {
  color: #99583d;
  background-color: #fff;
}
.btn-green {
  color: #fff;
  background-color: #006940;
  border-color: #006940;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #fff;
  background-color: #005232;
  border-color: #005232;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #006940;
  border-color: #006940;
}
.btn-green .badge {
  color: #006940;
  background-color: #fff;
}
