body {
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  background-color: #D0D9CA;
}

.error {
  color: red;
  background-color: #F9F7ED;
  display: block !important;
}

#container {
  margin: 0;
  padding: 0;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#rightCol {
  width: 825px;
}
#long, #short {
  vertical-align: middle;
  font-size: 14px;
  width: 825px;
  background-color: #C0C2B7;
  padding: .4em;
  padding-right: 0;
  padding-left: 20px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-top-left: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius-top-right: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottom-left: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottom-right: 10px;
  border-radius: 10px;
  margin-bottom: 1em;
}
#long label, #short label {
  margin-top: 8px;
  vertical-align: middle;
  float: left;
  width: 13em;
  font-weight: bold;
}
#leftCol {
  width: 825px;
}
#register label {
  margin-top: 10px;
  margin-bottom: 3px;
  display: block;
  font-weight: bold;
}
#registerForm input, #registerForm select {
  background-color: #ececec;
  border: 1px solid gray;
  padding: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-top-left: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-top-right: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottom-left: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottom-right: 5px;
  border-radius: 5px;
}
#registerForm {
  padding-left: 2em;
  width: 400px;
}
#registerForm div {
  position: relative;
}
#registerForm div.note {
  position: absolute;
  top: 13px;
  right: 0;
  width: 200px;
  padding: 2px;
  float: right;
  display: none;
}
#long input, #short input, #long select {
  font-size: 14px;
  background-color: #ececec;
  border: 1px solid gray;
  padding: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-top-left: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-top-right: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottom-left: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottom-right: 5px;
  border-radius: 5px;
}
#shorten {
  color: black;
  background-color: gray !important;
  border: 1px solid black !important;
}
#content {
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-top-left: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-radius-top-right: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottom-left: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottom-right: 10px;
  border-radius: 10px;
  background-color: white;
  padding: 1em;
  margin: 1em;
}
#header {
  color: white;
  background-color: #0D56A6;
  margin-bottom: 1em;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottom-left: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottom-right: 10px;
  border-radius: 0px 0px 10px 10px;
}
#head2 {
  position: relative;
  border: 1px solid navy;
  border-bottom: 0px;
  border-top: 0;
}
#header h1 {
  margin: 0;
  padding: 10px;
}
#head3 h3 {
  margin: 0;
  padding: 0;
  color: #F9F7ED;
}
#nav1 {
  position: absolute;
  top: 0px;
  left: 200px;
  font-size: 1.3em;
  font-weight: bold;
}
#nav1 ul li {
  display: inline;
  padding-left: 10px;
  padding-right: 17px;
  margin: 0 !important;
  border-right: 1px solid #C3D9FF;
}
#nav1 ul li.last {
  border-right: 0 !important;
}
#nav1 ul {
  padding: 0;
  margin: 0;
  margin-top: 1em;
}
#nav1 ul li a:link, #nav1 ul li a:visited {
  text-decoration: none;
  color:  #C3D9FF;
}
#head3 {
  position: relative;
  border: 1px solid maroon;
  padding: .5em;
  background-color: #D01F3C;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottom-left: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottom-right: 10px;
  border-radius: 0px 0px 10px 10px;
  height: 28px;
  vertical-align: middle;
}
#searchbox {
  position: absolute;
  right: 20px;
}
#searchbox #search {
  margin: 0;
  background-color: #ececec;
  border: 1px solid gray;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-top-left: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottom-left: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-top-right: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottom-right: 5px;
  border-right: 0;
  height: 16px;
}
#searchForm {
  position: relative;
}
#searchbox #goSearch {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 5px;
}
#footer {
  font-size: 8pt;
  text-align: center;
}
#footer a:link, #footer a:visited {
  color: #000;
}
#login {
  display:hidden;
}
.question {
  font-size: 14px; 
  font-weight: bold;
}
span.required {
  color: red;
}
#mainNav {
  font-size: 1.2em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: .8em;
}
#mainNav li {
  display: inline;
  margin-right: 2em;
  margin-left: 0;
}