body {
  background: #ffc639;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: .9em; 
  padding: 0px;
  margin: 0px;
}

h1, h2, h3 {
  text-align: center;
}

p{
  font-family: "Times New Roman", Times, serif;
}

a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

a:link {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

code {
  font: bold 8pt Courier New, Courier, mono;
  white-space: nowrap;
  border: thin dashed #c0c0c0;
  background: #eeeeee;
  padding: 5px;
  color: #ffffff;
  margin: 5px;
}

img {
  border: 0;
}

#cont {
  background-color: #ffffff;
  border: 1px solid #000;
  margin: 5px 10% 5px 10%;
  text-align: left;
  height: 700px;
}

html>body #cont {
height: auto;
min-height: 700px;
}

#footer {
  bottom: 25px;
  text-align: right;
  margin: 5px 10% 5px 10%;
}

#header {
  background: #fff url(/images/logo.png) no-repeat left;
  padding-left:185px;
  height: 120px;
}

#l-col {
  float: left;
}

.boxhead {
  text-align: center;
  border: 1px solid #c0c0c0;
  background: #eeeeee;
}

.box {
  padding: 0 10px 10px 10px;
  margin: 0 0 0 185px;
}

.centbox {
  padding: 0 10px 10px 10px;
  margin: 0 0 0 185px;
  text-align: center;
}

.nav {
  list-style-type: none;
  font-size: 1.3em;
  margin: 17px 0 0 10px;
  padding:0;
}

.nav li { margin: 0; }

.nav a {
display: block;
color: #000;
padding: 2px 10px 2px 10px;
border: 1px solid #aaa;
}

.nav a:hover {
background-color: #ffc639;
border: 1px solid #000;
}

label {
  width: 15em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}
