html {
	height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
	min-height: 100%;
  font-family: 'Open Sans', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
	background: #4fafbe; /* Old browsers */
	background: -moz-linear-gradient(top, #4fafbe 0%, #6eeee8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fafbe), color-stop(100%,#6eeee8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4fafbe 0%,#6eeee8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4fafbe 0%,#6eeee8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4fafbe 0%,#6eeee8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4fafbe 0%,#6eeee8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fafbe', endColorstr='#6eeee8',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
}
body.printable {
  padding: 6px;
  background-color: #FFFFFF;
  text-align: left;
}
p {
  font-family: inherit;
  font-size: inherit;
}
img {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}
table {
  border-width: 0px;
  border-collapse: collapse;
}
tr {
  vertical-align: top;
}
td {
  vertical-align: top;
  font-family: inherit;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 2px 10px 24px 24px;
  padding: 0px;
}
a {
  color: #3A838E;
  text-decoration: underline;
}
a:hover {
  color: #96d407;
  text-decoration: underline;
}

a.white {
	color: #FFFFFF;
}

a.black {
	color: #000000;
}

.error {
  font-weight: bold;
  color: #FF0000;
}

.error_box {
  background-color: #FF9999;
}

div#page-top {
	text-align: center;
}

div#page-container {
	text-align: center;
	margin: 0px auto;
	padding: 10px;
	max-width: 868px;
	background: #FFFFFF;
}

div#page-inner-container {
	text-align: left;
	position: relative;
	padding: 18px 36px;
	min-height: 300px;
	background: #d3ebef;
}

div.menu {
	width: 100%;
	background-color: #4fafbe;
	padding: 0px;
	font-size: 10pt;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#home-menu {
	padding: 0px 2px 0px 2px;
}

div.menu a {
	display: inline-block;
	*display:inline;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px 2px;
	vertical-align: middle;
	padding: 0px 34px;
}

div.menu a:hover {
	color: #FFFF00;
}

div.menu div.menusep1 {
	display: inline-block;
	*display:inline;
	background-color: #FFFFFF;
	width: 1px;
	height: 20px;
	vertical-align: middle;
	margin: 6px;
}

div.footer {
	padding: 12px;
}

h1 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: bold;
	color: #B93A43;
}

h2 {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: bold;
}