.greenfoot {
	color: #2B802B;
	font-size: 18px;
	font-weight: bold;
}
body {
  font-family: arial;
  font-size: 14px;
  margin: 0px;
  background: #fff;
  border-top: 10px solid #008B00; }
  body a {
    font-weight: normal;
    text-decoration: underline;
    color: green; }
    body a:hover {
      color: #8B0000; }
    body a:visited {
      color: #8B0000; }
  body h1 {
    color: #8B0000;
    font-size: 26px;
    font-weight: normal;
    padding: .5em .5em .1em .5em;
    margin-top: 1px;
    border-top: 0px solid #fff;
    margin-left: -2px; }
  body h2 {
    color: #8B0000;
    font-size: 18px;
    margin-left: .6em; }
  body h3 {
    color: #008B00;
    font-size: 16px;
    margin-left: .6em; }
  body h4 {
    color: #008B00;
    font-size: 14px;
    margin-left: 1.8em; }

#header {
  margin: 0;
  border-bottom: 0px solid green; }
  #header p {
    padding: 4.2em 0 0 2em;
    color: #fff;
    font-size: 16px; }
  #header #slogan {
    position: absolute;
    top: 1em;
    right: 15em; }
    #header #slogan p {
      color: #F5FFFA; }

#nav {
  padding: .2em;
  margin: -1.5em 0;
  text-align: center; }
  #nav a {
    color: green;
    font-size: 18px; }
  #nav a:hover {
    color: #ADFF2F; }
  #nav ul li {
    display: inline;
    list-style-type: none;
    padding: 6px;
    line-height: 30px; }
  #nav ul {
    margin-left: -35px; }

#wrapper {
  margin: auto;
  margin-top: 0em;
  width: 750px;
  background-color: #fff;
  margin-bottom: 0;
  min-height: 800px; }

#content {
  position: relative;
  margin-top: -1.5em;
  min-height: 100%;
  padding: 0em 2em 7.5em 1.7em; }
  #content p {
	font-size: 15px;
	padding-left: .8em;
	text-align: center;
}
  #content li {
    font-size: 16px; }
  #content .clear {
    clear: left; }
  #content .loud {
	background: #FFEC8B;
	color: #333;
	margin-left: .4em;
	font-size: 20px;
	padding: .8em .5em .8em .5em;
	width: 440px;
	line-height: 10px;
	font-family: arial;
}
  #content .highlight {
    background: #FEF1E1; }
  #content .quote {
    color: #8B0000;
    font-size: 70px;
    font-family: vernada;
    vertical-align: -27px;
    line-height: 5px; }
  #content .centered {
    margin: 5em 2em;
    text-align: center; }
  #content .green {
    color: green;
    font-style: italic; }
  #content .digitex ul {
    background-color: #FFEC8B;
    list-style: none;
    padding: 1em;
    margin: 0 0 0 1em; }
  #content .left_column {
    width: 99%;
    text-align: justify; }
    #content .left_column dl {
      margin-left: 2em; }
    #content .left_column dt {
      color: #008B00;
      font-size: 16px; }
    #content .left_column dd {
      margin-bottom: 1em; }
  #content .right_column {
    margin-top: 0em;
    float: right;
    width: 30%; }
    #content .right_column img {
      margin-top: 2.5em; }
  #content .top_left {
    margin-right: -15px;
    background-image: url('/images/bknownbutton.png');
    height: 15px; }
  #content .top_right {
    margin-top: -30px;
    margin-left: 30px;
    background-image: url('/images/bknownbutton.png');
    background-position: 100% 0;
    height: 15px; }
    #content .top_right p {
      font-size: 2px; }
  #content .bottom_left {
    margin-right: 15px;
    background-image: url('/images/bknownbutton.png');
    background-position: 0 -15px;
    height: 15px;
    font-size: 2px; }
  #content .bottom_right {
    margin-top: -15px;
    margin-left: 15px;
    background-image: url('/images/bknownbutton.png');
    background-position: 100% -15px;
    height: 15px;
    font-size: 2px; }
  #content .notopgap {
    margin-top: 0; }
  #content .nobottomgap {
    margin-bottom: 0; }
  #content .right {
    float: right; }
  #content .left {
    float: left;
    margin-top: 5em; }
  #content .fit {
    width: 440px; }
  #content .padded {
    margin: 1em 0 0 1.5em; }

#side {
  position: absolute;
  left: 60em;
  top: 1em;
  width: 40em;
  height: 100%; }

#footer {
  background-image: url('/images/white.png');
  position: fixed;
  bottom: 0;
  height: auto;
  margin-left: 0px;
  width: 722px;
  padding: 1em; }
  #footer p {
    padding: .3em;
    margin: auto;
    text-align: center;
    font-size: 20px;
    color: green; }

table {
  margin-left: .6em; }
  table tr td {
    border: 1px solid green; }
  table td {
    padding: .5em; }
  table caption {
    padding: .5em 0 .1em 0;
    font-size: 18px;
    text-align: left;
    margin-left: .6em; }

.head {
  font-weight: bold;
  background: #EED2EE; }
