body {
	background-color: #24502f;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 714px;
	margin: auto;
}

table {
		font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.top {
	background: #24502f url(../images/top.jpg) no-repeat top;
	height: 225px;
}

.navigationLeft {
	background: #24502f url(../images/navigationLeft.jpg) no-repeat top left;
	height: 45px;
	width: 34px;
}
.navigation {
	background: #24502f url(../images/navigation.gif) no-repeat top;
	height: 45px;
	vertical-align: center;
}

.navigationRight {
	background: #24502f url(../images/navigationRight.jpg) no-repeat right;
	height: 45px;
	width: 35px;
}

.divider {
	background: #24502f url(../images/divider.jpg) no-repeat top;
	width: 714px;
	height: 27px;
}
.marginLeft {
	background: #24502f url(../images/marginLeft.jpg) repeat-y left;
	width: 34px;
}

.content {
	background-color: #fff;
	width: 646px;
	vertical-align: top;
}


.marginRight {
	background: #24502f url(../images/marginRight.jpg) repeat-y right;
	width: 34px;
}

.dividerBottom {
	background: #24502f url(../images/dividerBottom.jpg) no-repeat top;
	width: 714px;
	height: 9px;
}
.footer {
	background: #24502f url(../images/footer.jpg) no-repeat top;
	width: 714px;
	height: 90px;
	color: #003300;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}

h1, h2, h3, h4, h5, th {
	color: #003300;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

.back {
	background: #ffffff url(../images/tableBack.png) top center no-repeat;
	color: #003300;
	border: thin inset Gray;
}

input.txt {
  color: #00008B;
  border: 1px inset #00008B;
  width: 150px;
    background-color: #ffffff;
}
textarea {
  color: #00008B;
  width: 200px;
  background-color: #ffffff;
}
input.btn {
  color: #00008B;
  background-color: #ffffff;
  border: 1px outset #00008B;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 45%;
  font-weight: bold;
}
fieldset {
  border: 1px dotted #003300;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font-weight: bold;
  color: #003300;
  background-color: #fff;
}
