html, body {
  margin: 0;
  padding: 0;
}

body, input {
  font-family: 'Times New Roman',tahoma;
  color: #303030;
  font-size: 14px;
}

body {
 background-color: #fdfcd5;
}

input, select, textarea {
  font-family: 'Times New Roman',tahoma;
  color: #303030;
  font-size: 14px; 
  background-color: #e0e0e0;
  border: 1px solid #767676;
  background-image: url(../images/inputloop.gif);
}

textarea {
  background: #fefeee;
}

select {
  background-color: #fefee3;
}

table {
  border-collapse: collapse;
  margin: 0;
}

input.button {
  background-image: url(../images/buttonloop.gif);
  background-repeat: repeat-x;
  border: 1px solid #767676;
  cursor: pointer;
}

input.gobutton {
  width: 50px;
}

input.checkbox {
  border: 0;	
}

a {
 color: #700000;
 text-decoration: none;
 font-weight: normal;
 text-decoration: underline;
}

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

h1 {
}

h2, h3, h4, h5 {
  font-family: 'Times New Roman', Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #303030;
}

#body {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border: 0;
  width: 780px;
  margin: 0 auto;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
}
#content {
  margin: 0 0 0 37px;
}
#footer {
  background-image: url(../images/bottombg.jpg);
  background-repeat: no-repeat;
  padding: 4px;
}
ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#menu li {
  margin: 0;
  padding: 0;
  display: inline;
}
ul#menu li a {
  display: block;
  width: 168px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background-image: url(../images/menubg.gif);
  background-repeat: no-repeat;
  background-color: #7a2f30;
}

ul#menu li a:hover {
  background-color: #662121;
}

ul#menu li a img {
  margin: 0;
  padding: 5px 16px;
  border: 0;
}

#navbreadcrumbs {
  text-align: center;
  margin-bottom: 16px;
}
#navbreadcrumbs a.pageavail {
  color: #006000;
  font-weight: bold;
  text-decoration: none;
}
#navbreadcrumbs a.pagecurr {
  color: #700000;
  font-weight: bold;
  text-decoration: underline;
}
#navbreadcrumbs span.pagenotavail {
  color: #b0b0b0;
  font-weight: normal;
  text-decoration: none;
}
#navinfo {
  color: #606060;
  text-align: center;
  margin-bottom: 16px;
}
#navbuttons {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 8px;
}
#navbuttons a.cancel {
  color: black;
}

table.line {
  width: 100%; 
}

table.formtable {
}

table.formtable td {
  padding: 2px 0;
  background-color: #f7f7f7;
}

table.formtable td.label {
  padding-left: 8px;
  padding-right: 16px;
  width: 100px;
  text-align: right;
}

table.formtable td.value {
  text-align: left;
  white-space: nowrap;
  width: 366px;
  margin: 0;
  padding: 2px 16px 0 2px;
}

input.button.savebutton {
  width: 220px;
}


