* {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

input, select, textarea {
  border: 2px inset #aaa;
}

html, body {
  height: 100%;
  font-family: Verdana,Helvetica,Arial,MS Sans Serif;
  font-size: 12px;
  background: #f6e0ff;
  text-align: center;
}

p, .p {
  line-height: 17px;
}
a {
  text-decoration: none;
  color: #79209e;
}
a:hover {
  text-decoration: underline;
}
ol {
  margin-left: 20px;
}
ul {
  list-style: none;
}
h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
h2 {
  font-size: 12px;
  font-weight: bold;
}
.purple, .mini h2 {
  color: #79209e;
}
.mini h2 {
  margin: 4px 0;
}

.checkbox {
  /* Force IE to display checkboxes without a border */
  width: 13px;
  height: 13px;
  overflow: hidden;
  vertical-align: bottom;
  border: none;
  padding: 0;
  margin: 0;
}

.hr {
  width: 100%;
  height: 1px;
  clear: both;
}
.center {
  width: 100%;
  text-align: center;
}
.clear {
  clear: both;
}
.inline {
  display: inline;
}
#content > .error {
  padding: 30px 100px 150px 120px;
}

#body_border {
  width: 782px;
  border: 10px solid #ddc7e7;
  margin: 0 auto;
  text-align: left;
}

#body {
  border: 1px solid #cac;
  background: #fff;
}



#header .hr {
  background: url(../../Content.aspx/images/hr_dark.gif) bottom no-repeat;
  padding-top: 2px;
}
#footer .hr {
  background: url(../../Content.aspx/images/hr_light.gif) bottom no-repeat;
  margin: 6px 0;
}

#ashcroft_logo {
  float: left;
  margin-top: 6px;
  margin-left: 6px;
  width: 265px;
  height: 93px;
}

#ifa_logo {
  float: right;
  margin-top: 3px;
  margin-left: 19px;
  width: 196px;
  height: 94px;
}

#menu ul {
  float: right;
  margin-right: 30px;
  margin-top: 2px;
}
#menu ul li {
  display: inline;
}
#menu ul li a {
  padding: 2px;
}
#menu ul li a:hover, #menu ul li a:focus {
  text-decoration: none;
  background: #ede;
  border-top: 2px solid #000;
  padding-top: 0;
}

#content {
  margin: 20px 20px 0 20px;
  padding-top: 13px;
}
#footer {
  font-size: 10px;
}
#footer p {
  margin: 10px 20px;
}
