body {
  background-color: #ffffff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 110%;
  color: #ffffff;
}

body a {
  text-decoration: none;
}

a.navigation, a.navigation:link, a.navigation:visited, a.navigation:hover {
  font-size: 20px;
  text-decoration: none;
}

div {
  text-align: left;
}

form {
  margin: 0px;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 10px;
}

h2, h3 {
  font-size: 20px;
  margin: 10px 0 0 15px;
  line-height: 70%;
}

p {
  margin: 15px;  text-align:justify; line-height:15px;
}

.page {
  margin-right: auto;  /* required to center the page in Mozilla */
  margin-left: auto;   /* required to center the page in Mozilla */
  width: 710px;
}

.gutter {
  float: left;
  width: 25px;
  height: 400px;
}

#branding {
  width: 648px;
  float: left;
  margin: 0 0 5px 0;
}

#navigation {
  width: 360px;
  float: left;
  margin: 0 233px 20px 0;
  font-size: 20px;
  line-height: 90%;
}

.greyed {
  color: #ffffff;
}

ul {
  margin: 0;
  padding: 0;
}

/*
 * id for items in the naviagtion list
 */
#navlist li {
  display: inline;
  padding: 0;
  margin-right: -7px;
}

#logo {
  float: left;
  width: 648px;
}

img.logo {
  width: 520px;
  height: 34px;
}

.content {
  width: 598px;
  float: left;
  border: 25px solid #ffffff;
  line-height: 95%;
}

.content_left {
  width: 298px;
  float: left;
}

.content_right {
  width: 300px;
  float: right;
}

.content_top {
  float: left;
  width: 100%;
}

.content_bottom {
  float: left;
  width: 100%;
  line-height: 110%;
}

.content_left a, .content_bottom a {
  text-decoration: underline;
}

img.arrow {
  width: 19px;
  height: 18px;
}

#footer {
  float: left;
  width: 700px;
  height: 60px;
  margin: 0 0 0 25px;
  
}

.copyright {
  padding-bottom: 15px;
  font-size: 12px;
}

.cubelink {
  float: left;
  width: 100%;
  padding: 15px 0 20px 0;
  font-size: 10px;
}

.errors {
  color: #ec6477;
  margin: 0 10px 0 0;
}

.clear{ clear:both; }