﻿h1
{
  color: Green;
}

.GreenBanner
{
  height: 115px;
  width: 100%;
  position: relative;
}

.GreenBanner h1
{
  position: absolute;
  color: #606257;
  font-family: Myriad Pro;
  font-size: 34px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  top: 18px;
  left: 142px;
}

.GreenBanner h2
{
  position: absolute;
  color: Green;
  font-family: Myriad Pro;
  font-size: 30px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  top: 45px;
  left: 247px;
}

.GreenBanner img.RightBorder
{
  float: right;
}