body {
  margin: 0px;

  color: #444;
  background: #98a598;

  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 14px;
}

.page {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  background-image: url(/static/images/edgeblur.png);
  background-repeat: repeat-y;
}

.banner {
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
}

h1 {
  margin: 0px;
  margin-left: 75px;
  color: #d2d3fc;
  font-size: 36px;
  font-weight: bold;
  background: #4551c4;

  padding-left: 85px;
  height: 60px;
  line-height: 56px;
}

h4 {
  margin: 0px;
  margin-top: 4px;
  padding-left: 160px;
  color: #74a05c;
  font-size: 14px;
}

.banner img {
  position: absolute;
  left: 25px;
  top: -30px;
}


.head2 {
  margin-top: 30px;
  background: #b0b5e6;
}

.captab {
  margin-left: 135px;
  background: #4551c4;
}

h2 {
  margin: 0px;
  color: #d2d3fc;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}


.project {
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
}

h3 {
  margin: 0px;
  margin-left: 75px;
  color: #08096d;
  font-size: 26px;
  font-weight: bold;
  background-image: url(/static/images/h3-bar.png);
  background-repeat: repeat-x;
  padding-left: 77px;
}

h3.Alter {
  font-size: 20px;
}

h3:first-line {
  background: white;
}

h3:before {
  content: "\A0";
}
h3:after {
  content: "\A0";
}

h4 {
  margin: 0px;
  margin-top: 4px;
  padding-left: 160px;
  color: #74a05c;
  font-size: 14px;
}

.project img {
  position: absolute;
  left: 35px;
  top: -15px;
  border: 4px solid #a8c599;
}
  

p {
  margin-left: 130px;
  margin-right: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 19px;
}

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

h3 a {
  color: #08096d;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 130px;
  padding-left: 40px;
}

li {
  list-style: none;
  line-height: 19px;
}

form {
  margin-left: 130px;
  margin-right: 40px;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 19px;
}


.sidenote {
  padding-left: 4px;
  font-size: 13px;
  color: #777;
}

.footer {
  background: #b0b5e6;
  padding-left: 130px;
  line-height: 22px;
  margin-top: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.error {
color: red;
}

form div {
display: inline-block;
}

form div.error {
display: block;
}