.sticky {
    position: fixed;
    top: 0;
    width: 1349;
    z-index: 1;
}

.main {
    margin-top: 160px;
    text-align: center;
}

.img {
    display: block;
}

body
{
width: 1349px; 
margin: 0 auto;
text-align: center;
}

a:link              { /* Document Style */
	color           : #000099;
	text-decoration :none;
	}
a:visited           { /* Document Style */
	color           : #000099;
	text-decoration :none;
	}
a:hover             { /* Document Style */
	color           : #000099;
	text-decoration :underline;
	}
a:active            { /* Active Links */
	color           : #000099;
	}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: .1em;
}

.about p {
    margin: 0 0 0 100px;
    width: 1150px;
    text-align: left;
    line-height: 1.2;
}

.email {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}

.sub{ /* pdf */
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: red;
}

.subcsv{ /* csv */
    font-family: Arial, Helvetica, sans-serif;
    color: red;
}

/* header text */
.h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

/* sub header text */
.h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#000000;
}

/* --------------------- main menu bar ---------------------------------------- */
#navbar ul,
#navbar li,
#navbar span,
#navbar a {
  margin: 0 auto;
  padding: 0 0 0 0;
}

/* menu bar */
#navbar {
  line-height: 40px;
  background: #1a1a1a;
  padding: 0 0 0 25px; /* left padding for left link from edge of page */
}

/* menu bar continued link text */
#navbar a {
  background:#1a1a1a;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff; /* font colour */
  font-weight: normal;
  padding: 0 15px 0 12px; /* padding for text block */
  text-decoration:none; /* no line under text when hovering */
}

/* main menu bar hover display with black font*/
#navbar > ul > li:hover > a { 
  background: #00802b;
  color:#000000;
  border-radius: 2px;
}

/* spaces between contact us and date */
/*.blkspace {
  background:#1a1a1a;
  color:#1a1a1a;
}*/

#navbar:after,
#navbar ul:after {
  content: '';
  display: block;
  clear: both;
}

#navbar ul {
  list-style: none;
}

#navbar > ul > li {
  float: left;
}

/* bottom border while page is active */
#navbar .active {
  border-bottom: 3px solid #fff200;
}

/* --------------------- menu bar 2 dropdown ------------------------------------------- */

#dropdown {
  position: relative;
  display: inline-block;
  right: 185px;
}

#dropbtn {
  margin: 0 auto;
  padding: 0 0 0 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

#dropbtn:hover a{
    background: #00802b;
    color: #1a1a1a;
    border-radius: 2px;
}    

#dropdown-content {
  text-align: left;
  display: none;
  position: absolute;
  z-index: 1;
}

#dropdown-content a{
  margin: 0 auto;
  display: block;
  height: 40px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

#dropdown-content a:hover {
  background-color: #00802b;
  color: #1a1a1a;
  border-radius: 2px;
}

#dropdown:hover #dropdown-content {
 margin: 0 auto;
 display: block;
 width: 200px;
}

.date {
    right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
    position: Absolute;
    top: 120px;
}