html, body {
background-color:#fff;
background-image:url(../images/bg.png);
background-repeat:repeat-x;
}


h1 {font-size:130%;font-weight:bold; color: #000000}
h2 {font-size:100%;font-weight:bold; color: #008000}
h3 {font-size:90%;font-weight:normal; color: #008000}
h4 {font-size:80%;font-weight:bold; color: #666666}
h5 {font-size:85%;font-weight:bold; color: #000000}
h6 {font-size:80%;font-weight:bold; color: #000000}

.top-logo {
height:160px;
background-image:url(../images/logo2.png);
background-repeat: no-repeat;
background-size:contain;

}

.top-logo p { 
text-align:right;
margin-top:0;
margin-bottom:0;
}



.navbar {
     background-image: linear-gradient(#0C3, #006000 60%, #060);
     background-repeat: no-repeat;
     border-bottom: 1px solid #fff;
     box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
     border-radius: 5px;
}

.navbar-default {
     background-color: #006000;
     border-color: #333;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus ,
.navbar-default .navbar-nav > li > a {
     color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
     color: #000;
     background-color: #CCC;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #178ACC;
}

.navbar-default .navbar-toggle {
    border-color: #178ACC;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}


.table  {
    table-layout:fixed;
	word-wrap: break-word;
    min-width: 100px;
}

.table td  {
	table-layout:fixed;
	overflow:hidden;

}

.blog-title { font-size:16px; font-weight:bold; color: #006000; text-decoration:underline;}


	

/* Start Sticky Footer */
#wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 160px;
      }
      #footer {
        background-color:#888;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }
/* End Sticky Footer */	

.footer-nav p {
	color:#FFF;
	margin-top:0;
	margin-bottom:0;
}
	

a.footer-nav:link {color:#fff;}
a.footer-nav:visited {color:#fff;}
a.footer-nav:hover {color:#111; text-decoration:none;}

