body {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 margin: 30px;
 padding: 0px;
 color: #112211;
 background-color: #88AA88;
}

h1 {
 font-family: Times New Roman, serif;
 font-size: 26px;
 font-weight: normal;
 color: #224422;
 background-color: transparent;
 padding: 0px;
 margin: 0px;
 }

h2 {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 18px;
 font-weight: bold;
 line-height: 18px;
 margin-bottom: 0.3em;
 color: #224422;
 background-color: transparent;
 }

h2.titletext {
 font-size: 14px;
 font-weight: bold;
 line-height: 14px;
 border-bottom: 1px solid #769176;
 color: #224422;
 background-color: transparent;
 }


p {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 padding-left: 15px;
 line-height: 18px;
 color: #112211;
 background-color: transparent;
}

p.in {
 text-align: left;
 margin-left: 4em;
 margin-right: 4em;
 margin-top: 0;
}

td {
	margin-left: 1em;
	margin-right: 1em;
}

a {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /* font-size: 12px; */
 font-weight: normal;
 /* text-decoration: underline; */
 color: #225522;
 background-color: transparent;
}

a:visited {
 /* text-decoration: underline; */
 color: #224433;
 background-color: transparent;
}

a:hover {
 color: #FF0000;
 text-decoration: underline;
}

li {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /* font-size: 12px; */
 font-weight: normal;
 line-height: 18px;
 /* padding-bottom: 7px; */
 /* color: #113311; */
 background-color: transparent;
}

/* ----------------------------------------------------------------------------
	Horizontal MENU
	Note that since we're using an ID selector '#hmenu' there can be only
	one vertical and one horizontal menu on a page since the ID must be unique.
*/

#hmenu {
	/* clear: none; */
	white-space: nowrap;
    font-weight: bold;
    /* width: 160px; */
    /* width: auto; */
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
	padding: 10px;
}

#hmenu.right {
	float: right;
}

#hmenu.left {
	float: left;
}

#hmenu ul {
    list-style: none;
	vertical-align: middle;
	border: 1px solid #111111;
	background-color: #557755;
    font-weight: bold;
	display: inline;
	width: auto;
	margin-top: 0.25ex;
}

#hmenu li {
	text-align: center;
	background-color: transparent;
	display: inline;
	width: 100%;
}

#hmenu li a {
	vertical-align: middle;
	/* background-color: #557755; */
	/* color: #DDEEDD; */
	text-decoration: none;
	white-space: nowrap;
    font-weight: bold;
	background-color: #88AA88;
	/* border: 1px outset; */
	color: #224422;
	border: 1px outset;
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	width: 100%;
}

#hmenu li a.current {
	background-color: #CCEECC;
	color: #557755;
	border: 1px outset;
}


#hmenu li a:hover {
    background-color: #99DD99;
	color: #223322;
	border: 1px outset;
}

#hmenu li a:active {
    background-color: #77AA77;
	/* border: 1px inset; */
    color: black;
	border: 1px inset;
}

/* ----------------------------------------------------------------------------
	Vertical MENU
	Note that since we're using an ID selector '#vmenu' there can be only
	one vertical and one horizontal menu on a page since the ID must be unique.
*/

#vmenu {
	/* clear: none; */
	white-space: nowrap;
    /* width: 160px; */
    /* width: auto; */
	border: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 20px;
}

#vmenu.right {
	float: right;
	text-align: right;
}

#vmenu.left {
	float: left;
	text-align: left;
}

#vmenu ul {
	/* display: block; */
    list-style: none;
	border: 1px solid #111111;
	background-color: #557755;
	/* font-size: medium; */
	padding: 1px;
}

#vmenu li {
	display: block;
	background-color: transparent;
	border: 0;
    margin: 0;
	padding: 2px;
}

#vmenu li a {
	/* background-color: #557755; */
	/* color: #DDEEDD; */
	display: block;
	width: 100%;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
    font-weight: bold;
	background-color: #88AA88;
	border: 1px outset;
	color: #224422;
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
}

#vmenu li a.current {
	background-color: #CCEECC;
	color: #557755;
}


#vmenu li a:hover {
    background-color: #99DD99;
	color: #223322;
}

#vmenu li a:active {
    background-color: #77AA77;
	border: 1px inset;
    color: black;
}

/*  END MENU */

.title {
 padding: 3px 3px 2px 6px;
 font-weight: bold;
 font-size: x-large;
 font-family: Elephant, Times, Times-Roman, serif;
 color: black;
 margin-top: 0.25ex;
}

.big {
 font-weight: bold;
 font-size: large;
}

.normal {
 font-weight: normal;
 /* font-size: medium; */
}

.heavy {
 font-weight: bold;
 font-size: large;
 margin-top: 0.5ex;
}

.bold {
 font-weight: bold;
}

.boldleft {
 font-weight: bold;
 text-align: left;
}

.tight {
 margin-top: 0.2ex;
 margin-bottom: 0.2ex;
}

.error {
 font-weight: bold;
 color: #AA0000;
}

.iconlink {
 font-weight: normal;
 font-size: large;
 text-align: center;
 color: #225522;
}

.annotate {
 font-weight: normal;
 font-size: small;
 font-style: italic;
 margin-top: 0;
 margin-bottom: 0.1em;
 color: #114411;
}

.headertext {
 font-weight: bold;
 font-size: large;
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 color: #113311;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}

.headercell {
 background-color: #55CC55;
 /* padding: 6px 3px 2px 6px; */
 padding: 0;
 margin: 0;
}

.header {
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #CCFFCC;
 padding: 0;
 text-align: center;
 font-weight: bold;
 }

.framed {
 margin-left: auto;
 margin-right: auto;
 border: 4px solid #333333;
 padding: 0;
}

.news {
 width: 100%;
 text-align: center;
}

.newspic {
 text-align: center;
 background-color: transparent;
 border: 3px inset gray;
}

.imagecell {
 background-color: transparent;
 margin-left: auto;
 margin-right: auto;
 padding: 0;
 border: 0;
}

.imagetitle {
 font-size: medium;
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 color: black;
 margin-top: 0.1em;
 margin-bottom: 0;
 padding: 1px 8px 1px 8px;
 }

.newsheader {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
 padding-left: 5px;
 color: #224422;
 background-color: #6C856C;
 }

.newscell {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
 padding-top: 7px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 9px;
 color: #113311;
 background-color: #9FAC9F;
 }

.navinput {
  vertical-align: middle;
  width: 120px;
  color: #225533;
  background-color: #e9f2fc;
 }

.navbutton {
 position: relative;
 left: 3px;
 width: 30px;
 background-color: #88AA88;
 color: #224422;
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 vertical-align: middle;
}

.button {
 font-weight: bold;
 font-size: large;
 padding: 0.5em;
 padding-top: 0.2ex;
 padding-bottom: 0.2ex;
 border: 2px outset #CCCCCC;
 background-color: #88CC88;
}

.border {
 background-color: #e9f2fc;
}

.outline {
 background-color: #334433;
}

.navbar {
 background-color: #668866;
 border: 1px solid #333333;
 padding: 0;
}

.navcell {
 padding: 2px 3px 2px 3px;
 border: 1px solid #446644;
 background-color: #AACCAA;
 text-align: center;
 }

.navlink {
 font-weight: bold;
}

.navcurrent {
 padding: 2px 3px 2px 3px;
 border: 1px solid black;
 background-color: #CCEECC;
 text-align: center;
 font-weight: bold;
 color: #225522;
}

.content {
  background-color: #88AA88;
}

.background {
  background-color: #88AA88;
}

.header {
  background-color: #88AA88;
}

.update {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 color: #224422;
 background-color: transparent;
 }

.copyright {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
  color: #333333;
 background-color: transparent;
 }
