body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.72em;
	color:#6d6d6d;
	margin:0;
	padding:0;
	background: #1f4d9b url(../images/layout/background.jpg) left bottom repeat-x fixed;
	height: 100%;
}
body#tinymce {
  background: #fff !important;
  padding: 0 2em;
}

h1, h2, h3, h4, h5, p, ul {
	margin:0;
	padding:0;
	list-style:none;
}
h1 {
	font-size: 2em;
	margin: 15px 0 18px 0;
	color: #2b2e88;
	letter-spacing: -1px;
	position: relative;
	z-index: 50;
}
h2 {
	font-size: 1.5em;
	color:#4a4a4a;
	margin:0 0 5px 0;
}
h3 {
	font-size: 1.2em;
	margin:0 0 5px 0;
	color:#4a4a4a;
}
h4 {
	font-size: 1em;
}

p {
	line-height:1.6em;
	text-align:left;
	margin:0 0 12px 0;
}

ul {
	line-height:1.6em;
}
#content li {
	list-style-type: disc;
	margin: 0.5em 0 0.5em 2em;
}

a {
	color:#3c85d6;
	text-decoration:none;
}
a:hover {
	color:#285e9b;
	text-decoration:underline;
}
img {
	border:none;
}
.clear {clear:both;}
.valign {vertical-align:middle;}
.flt-left {float:left;}
.flt-right {float:right;}
.txt-left {text-align:left;}
.txt-center {text-align:center;}
.txt-right {text-align:right;}

/* Forms */
form {
  position: relative;
  padding: 28px;
  width: 601px;
  border: 1px solid #d5d2cc;
  margin-left: 1px;
  _margin-left: -3px;
}

.formTop, .formBottom {
  position: absolute;
  left: -1px;
  background-position: top left;
  background-repeat: no-repeat;
  height: 9px;
  width: 659px;
  overflow: hidden;
}

.formTop {
  top: -1px;
  background-image: url(../images/form_top.png);
}

.formBottom {
  bottom: -1px;
  background-position: left bottom;
  background-image: url(../images/form_bottom.png);
}

form td {
  vertical-align: top;
}

form label {
	font-size:0.95em;
	display: block;
	padding-bottom: 0.3em;
}

.formError {
	color:#C33;
}

form textarea, form input, form select {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1em;
	border:1px solid #d5d2cc;
	padding:3px;
}

form textarea {
  width: 100%;
  max-width: 594px;
  height: 8.6em;
  margin-bottom: 1em;
}

form input, form select {
  width: 278px;
  margin-bottom: 1em;
}

form input:focus, form select:focus, form textarea:focus {
	border:1px solid #89b5e6;
	background-color: #f7f5f3;
}

form label.inline-field {
  display: inline;
  width: auto;
  position: relative;
  top: -0.2em;
}
form input.inline-field {
  width: auto;
  margin-right: 0.8em;
  margin-bottom: 1.4em;
}

form input.small-field {
  width: 50px;
  position: relative;
  top: -0.2em;
  font-size: 0.9em;
  padding: 1px 3px;
  margin-left: 0.3em;
  margin-bottom: 1em;
}

form input.submit {
  width: 81px;
  height: 29px;
  background: transparent url(../images/button_submit.png) no-repeat top left;
  border: 0;
  margin-bottom: 0;
}
form input.submit:hover {
  background: transparent url(../images/button_submit-hover.png) no-repeat top left;
  cursor: pointer;
}

form input.clear {
  width: auto;
  border: 0;
  border-bottom: 1px solid #3c85d6;
  color:#3c85d6;
  margin-left: 1.5em;
  margin-bottom: 0;
  padding: 0;
  background: none;
}
form input.clear:hover {
  cursor: pointer;
  color: #2b2e88;
  border-bottom: 1px solid #2b2e88;
}

form td.footnote p {
  color: #8c8a85;
  font-size: 0.85em;
  line-height: 1.3em;
  margin: 1em 0;
}

form div.errors {
  color: #cc3333;
  margin-bottom: 2em;
}
form div.errors span {
  background-color: #F6F6F6;
  display: block;
  font-size: 0.95em;
  padding: 2px 5px;
}
