﻿/* green */
body {
  background: #006600 url(../imgs/darkgreen4.jpg) repeat scroll left top;
  color: #111188;
}
blockquote {
  border-color: #83b82e;
}
#main {
  background: #00641b url(../imgs/defaultgreenpage.jpg) repeat-x scroll left top;
  background-position: center top;
  border-color: #336600;
}

#links {
  border-color: #333333;
  background: #555555 none repeat scroll 0% 50%;
  color: #006100;
}
#footer {
  border-color: #333333;
  background: #Ddee88 url(../imgs/defaultgreenpage.jpg) repeat-x scroll left top;;
  color: #505000; /*#d9e1d1;*/
}
#links a{
  background: transparent none repeat scroll 0% 50%;
  color: #00a100;
}
#links a:hover {
  background: transparent none repeat scroll 0% 50%;
  color: #ffff00;
}

#footer a{
  background: transparent none repeat scroll 0% 50%;
  color: #00AA66; /*#83b82e;*/
}

#footer a:hover{
	background: transparent none repeat scroll 0% 50%;
	color: #FFFF00; /*#83b82e;*/
}

#logo {
  /*background: #ff0000 url(../imgs/redheader.jpg) repeat-y scroll 0% 50%;*/
  color: #007700;
 }

h1, #column1 h1 {
  border-color: #83b82e;
  background: transparent none repeat scroll 0% 50%;
  color: #008800;
}
h1, #column2 h1 {
  border-color: #83b82e;
  background: transparent none repeat scroll 0% 50%;
  color: #83b82e;
}
h1, #column3 h1 {
  border-color: #669900;
  background: transparent none repeat scroll 0% 50%;
  color: #22DD22; /*#00d4ff;*/
}

#content, #column2, #column2 a, #column3 .column3table a {
  border-color: #656f57;
  background: transparent none repeat scroll 0% 50%;
  color: #00a100;
}
#content, #column3, #column3 a {
  border-color: #656f57;
  background: transparent none repeat scroll 0% 50%;
  color: #ffffff;
}

#announcements a:hover, #column2 a:hover, #column3 a:hover {
  border-color: #ffff00;
  background: transparent none repeat scroll 0% 50%;
  color: #ffff00;
}

#column1 {
	color: #006100; /* #ffae2c; */
	border-color: #336600;
  background: #89ba57 url(../imgs/greencolumn.jpg) repeat-x scroll left top;
}
.column2table, .column3table{
	background: #FFCC66 url(../imgs/greencolumn.jpg) repeat-x scroll left top;
	color: #006100;
}
#column2 {
  color: #5fdb32; /*#ffae2c;*/
}
#column3 {
  color: #5fdb32; /*#ffae2c;*/
}

