﻿body {
  background-color: #003300;
  background-image: url('../img/bg.jpg');
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: .9em;
}
.content {
  background-color: #ffffff;
  margin: 10px auto 10px auto;
  padding: 10px;
  width: 900px;
}
p {
  line-height: 1;
  margin: 1em 0;
}
.clear {
  clear: both;
  line-height: 0;
}
/* Default form styles */
form {
  float: left;
  margin: auto;
  width: 400px;
}
fieldset {
  border: 1px solid black;
}
legend {
  padding: 0.2em 0.5em;
  border: 1px solid black;
  font-size: 90%;
  text-align: right;
}
label {
  clear: left;
  float: left;
  text-align: right;
  width: 150px;
}
input {
  float: left;
  margin-left: 10px;
  width: 200px;
}
select {
  float: left;
  margin-left: 10px;
  width: 200px;
}
input.btn {
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
form .ui-state-highlight {
  clear: both;
}
/* Styling for the heading */
#header p {
  font-size: 3em;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
}
#header img {
  vertical-align: middle;
  margin: 5px;
}
/* Styling for the navigation */
#navigation ul {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 875px;
}
#navigation li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 125px;
}
#navigation a {
  color: #990000;
  text-decoration: none;
}
#navigation hover {
  text-decoration: underline;
}
/* Styling for the sidebar */
#sidebar {
  border: thin #000000 solid;
  float: right;
  margin: 10px;
  width: 200px;
}
#sidebar h3 {
  background-color: #000000;
  color: #FFFFFF;
  margin: 0;
  padding: 3px;
  text-align: center;
}
#sidebar h4 {
  background-color: #666666;
  color: #FFFFFF;
  margin: 0;
  padding: 3px;
  text-align: center;
}
#sidebar p {
  font-size: .8em;
  margin: 5px;
}
/* Styling for the footer */
#footer p {
  font-size: .7em;
  margin: 3px;
}
/* Home Page Specific Formatting */
.homepage-form {
  float: left;
  width: 45%;
}
