body {
  margin: 0px 0px 20px 0px;
  padding: 0;
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

th {
  font-weight: bold;
  color: #108cc2;
  font-size: 14px;
}

td {
  font-size: 14px;
}

h1 {
  color: #108cc2;
  text-align: center;
  font-size: 20px;
  margin: 10px 0px 0px 0px;
}

h2 {
  color: #108cc2;
  text-align: center;
  font-size: 18px;
  margin: 10px 10px;
}

h3 {
	margin: 10px 10px;
}

a:link {
  color: #108cc2;
  text-decoration: underline;
}

a:visited {
  color: #108cc2;
  text-decoration: underline;
}

a:hover {
  color: #108cc2;
  text-decoration: none;
}

a img {
	border: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-style: normal;
	font-weight: bold;
	font-size: larger;
}

span.title {
	font-style: italic;
	font-weight: bolder;
}

#content {
  width: 702px;
  padding: 0px;
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  border: 1px solid black;
  text-align: left;
}

#header {
  width: 100%;
  background: #108cc2;
  color: #108cc2;
  font-size: 24px;
  text-align: center;
  padding: 0px;
  margin-bottom: 30px;
}

#footer {
  width: 100%;
  height: 20px;
  background: #108cc2;
  padding: 3px 0px 0px 0px;
  margin-top: 40px;
clear:both;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
}
#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a:link {
  color: #ffffff;
  text-decoration: none;
}

p {
  padding: 0px 10px 0px 10px;
}

.mailto {
  border: 0;
  float: left;
}


.mailto_image {
  margin-right: 5px;
  margin-top: 3px;
  border: 0;
}

ul {
  margin-left: 20px;
  padding-left: 0px;
  list-style: none;
}

li {
  padding: 4px 0px 0px 15px;
  /* The docroot here is the docroot of whatever page, that refers to the symlink, that links to this file */
  background-image: url("/media/shared/images/menu_bullet.gif");
  background-repeat: no-repeat;
  background-position: 0 .7em;
}

hr {
margin: 0 10px;
  height: 1px;

  color: #000;
}

td.right_align_bold {
  text-align: right;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
	padding: 0 10px;
  border: 0;
}

.error {
  color: #ff0000;
}
