html {
	height: 100% !important;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	height: 100% !important;
	background-color: #54AE30;
	background-image: url(graphics/bgdote.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #257500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #257500;
}
a:hover {
	text-decoration: underline;
	color: #54AE30;
}
a:active {
	text-decoration: none;
}

/* box items */

#outsidebox {
	height: 82%;
	background-image: url(graphics/bgdotes.gif);
	background-repeat: repeat-x;
}
#main {
	width: 1123px;
	height: 100%;
	float: left;
}
#top {
	background-repeat: no-repeat;
	height: 133px;
	width: 790px;
	float: left;
	text-align: left;
}
#bgleaf {
	float: left;
	height: 550px;
	width: 333px;
	margin-top: 20px;
	background-image: url(graphics/bgleaf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#major {
	background-image: url(graphics/major.gif);
	width: 1123px;
	float: left;
	background-repeat: repeat-y;
}
#sidebar {
	height: 518px;
	width: 110px;
	float: left;
}
#rightbox {
	background-color: #FFFFFF;
	width: 680px;
	height: 82%;
	float: left;
}
#nav {
	float: left;
	height: 107px;
	width: 650px;
	text-align: left;
	background-image: url(graphics/nav.gif);
	background-repeat: no-repeat;
}


#navbar {
	float: right;
	width: 545px;
	text-align: right;
	height: 70px;
}
#navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#navbar li {
  float: right;
  display: inline;
  }
#navbar a {
	display:block;
	height: 17px;
	width: 129px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
  }
#navbar a:link, #navbar a:visited {
  background-color: #ffb600;
  color: #ffffff;
  border-left: #ffffff solid 4px;
  }
#navbar a:hover, #navbar a:active {
  background-color: #ff9100;
  }
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #ff9100;
  }


#footer {
	width: 650px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 35px;
}
#innerbox {
	float: left;
	width: 650px;
	height: 82%;
	background-color: #FFFFFF;
}



.footertext {font-size: 9px}
.greentext {
	color: 257500;
}
.rightmargin {
	margin-left: 15px;
}
#content p {
	padding-top: 95px;
	text-align: right;
	padding-right: 450px;
	padding-left: 18px;
}

