html,
body {
  margin:0;
  padding:0;
  height:100%; /* 100 % height */
  background-color: #4B4B4B;
  font-size: 13px;
}

body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

p.synopsis {
  font-weight: bold;
}

#container {
  position: relative;
  height:100%;
  width: 800px !important;
  margin: 0px auto;
  background-color: #fff;
} /* 100 % height */

html>body #header {
  position:fixed;
  width: 800px !important;
  z-index: 10;
  height:200px;
}

html>body #content-wrap {
  height:100%;
  background-color: #fff;
} /* 100 % height */

html>body #content {
  padding-top:350px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  height: 100%;
  background-color: #fff;
} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

#footer {
  width:100%;
  height:10px;
  width: 800px !important;
  background-color: #fff;
}

html>body #footer {
  position:fixed;
  bottom:0;
  z-index:10; /* Prevent certain problems with form controls */
}

/* Styling to make this demo page look just a little bit better */
#headerImage {
  width: 800px;
  height: 200px;
  background-color: #fff;
}

#headerBar {
  position: relative;
  width: 800px;
  height: 30px;
  background-color: #000066;
  padding-top: 4px;
}

#headerBarText {
  float: right;
  font-style: italic;
  font-weight: bold;
  margin-right: 26px;
  padding: 0px;
  margin-top: 0px;
  color: #fff;
  vertical-align: middle;
}

#logoArea {
  background: #fff;
  position: relative;
  top: 0px;
  left: ;
  width: 100%;
  height: 60px;
}

#logo {
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  height: 48px;
  width: 400;
  margin-top: 5px;
  margin-left: 370px;
}

#menuBar {
  position: relative;
  width: 800px;
  height: 30px;
  background-color: #000066;
}

#subMenuBar {
  position: relative;
  width: 800px;
  height: 20px;
  background-color: #C0C0C0;
}


.menuItem {
  position: relative;
  display: inline;
  font-size: 14px;
  margin-left: 40px;
  top: 4px;
  color: #fff;
  text-decoration: none;
}

.menuItemSelected {
  position: relative;
  display: inline;
  font-size: 14px;
  margin-left: 40px;
  padding-bottom: 1px;
  top: 6px;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.subMenuItem {
  position: relative;
  display: inline;
  font-size: 12px;
  margin-left: 55px;
  top: 0px;
  color: #0E2C8E;
  text-decoration: none;
}

.subMenuItemSelected {
  position: relative;
  display: inline;
  font-size: 12px;
  margin-left: 55px;
  font-weight: bold;
  top: 0px;
  color: #0E2C8E;
}

p {
  color: #4B4B4B;
}

b {
  color: #4B4B4B;
}

li {
  color: #4B4B4B;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-top: 3px;
}

p.project {
  font-style: italic;
  margin: 0px 30px;
}

h1 {
  color: #000066;
  font-size: 16px;
  margin-top: 15px;
}

h2 {
  color: #000066;
  font-size: 13px;
  margin-top: 15px;
}

h3 {
  display: inline;
  color: #000066;
  font-size: 13px;
  margin-top: 15px;
}

hr {
  margin: 2px;
}

textarea {
  padding: 0px;
  margin: 0px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a {
  color: #0E2C8E;
}

.tombstone {
  display: inline;
  margin: 3px 10px;
  border: solid 1px #000066;
}

.officebox {
  position: relative;
  width: 280px;
  height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  float: left;
}

#loginForm {
  position: relative;
  width: 350px;
  margin-left: 230px;
}

.label {
  position: relative;
  margin-top: 10px;
  width: 70px;
  float: left;
}

.textfield {
  position: relative;
  margin: 10px;
  padding-left: 5px;
  width: 200px;
  border: 1px solid #0E2C8E;
}

.textfieldwide {
  position: relative;
  padding-left: 5px;
  margin: 5px 0px;
  width: 500px;
  border: 1px solid #0E2C8E;
}


.submit {
  float: right;
  margin: 5px;
  border: 1px solid #0E2C8E;
  width: 70px;
  height: 30px;
}

#contactForm {
  position: relative;
  width: 700px;
  padding-left: 35px;
}

#contactForm .label {
  position: relative;
  width: 250px;
  margin: 5px 0px;
  float: left;
}

#contactForm .contactSelect {
  position: relative;
  border: 1px solid #0E2C8E;
  Width: 700px;
}


#contactForm .contactTextArea {
  position: relative;
  padding: 0px;
  left: 0px;
  width: 700px;
  border: 1px solid #0E2C8E;
  height: 150px;
}

#contactForm .textfieldwide {
  position: relative;
  margin: 2px 0px;
  width: 700px;
  border: 1px solid #0E2C8E;
}

.button a {
  float: right;
  width: 150px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #000066;
}

.button a :hover{
  width: 150px;
  height: 30px;
  color: #000;
  background-color: #000066;
}

.memorandum {
  float: right;
  margin: 0px;
  padding: 0px;   
}
