html { height: 100%; padding: 0; margin: 0; }
body {
  background-color: #2a7050;
  height: 100%;
  padding: 0;
  margin: 0; 
  font-family: myriad, arial, sans serif;
  font-size: 12px;
}

#container {
  width: 854px;
  background-image: url(/images/gcc-page-bg.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  margin: auto;
  position: relative;
}

a:visited {
  color: blue;
}

a:hover {
  background-color: #F7EB71;
  color: black;
}

#page {
  width: 820px; 
  margin: auto; 
}

#header {
  font-size: 1px;
}

#main {
  background-image: url();
}

#footer {
  text-align: center;
  background-color: #a5c784;
  padding: 5px 0;
  border-top: solid 2px white;
}

#footer p {
  margin: 0;
  padding: 0;
}

#right-bar {
  background-image: url(/images/gcc-sidebar-bg.jpg);
  background-repeat: no-repeat;
  width: 180px;
  background-color: #a5c784;
}

#right-bar img.top {
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}

#right-bar #caption {
  color: white;
  padding: 0 5px;
  font-size: 11px;
}

#right-bar #caption strong {
  font-size: 120%;
}

#right-bar #caption p {
  margin: 0;
}

#right-bar #quote {
  color: black;
  padding: 0 5px;
  font-size: 13px;
  font-family: times new roman, serif;
  margin-top: 20px;
  font-style: italic;
}

#right-bar #quote #credit {
  text-align: right;
  margin: 10px 0;
  font-style: normal;
}

#navigation {
  background-image: url(/images/gcc-nav-bg-2.jpg);
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  width: 123px;
  padding-top: 30px;
}

#navigation a {
  color: black;
  display: block;
  text-decoration: none;
  border-top: solid 1px #d3a65d;
  padding: 3px 5px;
  font-weight: normal;
}

#navigation a:hover {
  color: black;
}

#navigation a.secondary {
  color: #333333;
}

#navigation a.secondary:hover {
  color: black;
}

#navigation a.last {
  border-bottom: solid 1px #d3a65d;
}

#content {
  padding: 10px;
  background-color: white;
}

#events, #forms {
  width: 243px;
  float: right;
  clear: right;
  margin-bottom: 10px;
}

#events .box-contents, #forms .box-contents {
  border-left: solid 1px #eaac47;
  border-right: solid 1px #eaac47;
  border-bottom: solid 1px #eaac47;
  padding: 5px;
}

#forms .box-contents a {
  display: block;
  color: black;
  text-decoration: none;
}

#forms .box-contents a:hover {
  text-decoration: underline;
}

a img {
  border-style: none;
}

#feature {
  width: 235px;
}

#feature .caption {
  color: #2a7050;
}

#news-alerts {
  background-image: url(/images/gcc-header-news-alerts.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 45px;
  width: 235px;
  margin-top: 20px;
}

#news-alerts strong {
  color: black;
}

#news-alerts p {
  margin: 0 0 1em 0;
  color: #2a7050;
}

#news-alerts a {
  text-decoration: none;
  color: black;
}

#news-alerts a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
  font-weight: normal;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  color: #2a7050;
}

.printonly {
  display: none;
}

#spotlight {
  color: white;
  padding: 0 5px;
}

#spotlight h2 {
  font-size: 16px;
  margin: 15px 0 5px 0;
}

#spotlight a {
  color: yellow;
}

#spotlight a:hover {
  color: black;
}
