body {
  padding: 0px;
  margin: 0px;
  background: #D0E1EE;
  font-family: Courier New, sans-serif;
  font-size: 12px;
  color: #003E81;
  text-align: center;
  height: 100%;
}

a {
  /*color: #3977A4;*/
  color: #0053AE;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #F52;
}

a > img {
  border: none;
}

h1 {
  border-bottom: dotted thin;
}

h2 {
  margin-bottom: 5px;
}

#top {
  width: 100%;
  height: 164px;
  background: url("top-back.gif") repeat-x;
  padding-top: 4px;
}

#bottom {
  width: 100%;
  height: 48px;
  background: url("bottom-back.gif") repeat-x;
  margin-top: 20px;
}

#top-logo {
  width: 260px;
  height: 160px;
  background: url("logo.png") no-repeat center;
  margin: 0 auto;
}

#menu {
  padding: 4px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#search {
  float: right;
}
#search input {
  width: 100px;
}

.submenu {
  font-weight: bold;
  font-size: 13px;
}

#badges {
  float: right;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}

#content {
  width: 800px;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #FFFFFF;
  -moz-border-radius: 10px;
  padding: 10px 20px;
  text-align: left;
}

#footer {
  text-align: center;
  padding: 4px;
}

.divider {
  border-top: dotted thin;
}

.date {
  font-size: 0.9em;
  color: #666;
}

/* Forms and others */

.error {
  color: #F00;
}

.info {
  padding: 10px;
  background: #EEE;
  -moz-border-radius: 10px;
}

.message {
  font-size: 1.2em;
}

#form td {
  padding: 5px;
  width: 270px;
}
#form td > input,
#form td > select {
  width: 270px;
  font-size: 1.2em;
}

#form .label {
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
}

#submit {
  margin-top: 20px;
  padding: 10px;
  font-size: 1.2em;
}

/* Page title and URL */

#pageTitle {
  font-size: 1.2em;
  font-weight: bold;
}

#pageURL {
  font-size: 0.9em;
}
