html, body, div, p, a, h1, h2, h3, h4, h5, h6,
span, em, b, strong {
  font-family: Verdana, Arial, sans-serif;
  color: #707070;
}

html, body, div, p, a, span, em, b, strong {
  font-size: 14px;
}

html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
  background-color: #ffffff;
  background-image: url("../img/back.png");
  background-repeat: repeat-x;
/*  background-color: #fcffc0;*/
}

body {
  margin: 10px 40px 0px 40px;
  padding: 10px;
  border: 0px;
  background-color: #ffffff;
}

h1 a{
  font-size: 80px;
  text-align: center;
  color: #7f399b;
  text-shadow: #aaaaaa 0.1em 0.05em 0.1em;
  margin: 0px;
  padding: 0px;
  display: block;
  font-weight: bold;
  background-color: #ffffff;
  background-image: url("../img/logo.gif");
  background-repeat: no-repeat;
  background-position: left;
  text-decoration: none;
}

h1 a:hover{
  color: #7f399b;
}

h2 {
  font-size: 20px;
  text-align: left;
  color: #81ab3e;
  margin: 20px 0px 15px 0px;
  padding: 0px;
  display: block;
  text-indent: 20px;
  font-weight: bold;
}

em {
  color: #81ab3e;
  font-style: normal;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

a {
  color: #a53c6f;
  text-decoration: underline;
  font-weight: normal;
}

a:hover {
  color: #81ab3e;
}

blockquote p {
  font-style: italic;
  display: block;
  color: #81ab3e;
  text-align: right;
}

label {
  color: #000000;
  font-weight: bold;
  display: block;
}

input, select {
  display: block;
  width: 50%;
}

textarea {
  display: block;
  width: 50%;
  height: 100px;
}

table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #606060;
	border-collapse: separate;
}
table td, table th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #606060;
}
table th {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #606060;
}

img.txtimg {
  clear: both;
  float:left;
  margin: 7px;
}

img.txtimg2 {
  clear: both;
  float:right;
  margin: 7px;
}

hr {
  padding: 0px;
  height: 0px;
  display: block;
  border: 0px;
  border-bottom: 1px dotted #7f399b;
}

#errors {
  color: #ff0000;
  font-weight: bold;
}

#mainmenu {
  display: block;
  background-color: #fafea5;
  margin: 5px auto 0px auto;
  text-align: center;
}

#mainmenu a {
  padding: 0px 20px 0px 20px;
  color: #7f399b;
  background-color: #fafea5;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-decoration: none;
  line-height: 22px;
}

#mainmenu a:hover {
  color: #fafea5;
  background-color: #7f399b;
}

#page_content {
  display:block;
  float:left;
  width: 79%;
}

#page_right {
  display:block;
  float:left;
  width: 19%;
  margin-left: 1%;
  padding-bottom: 10px;
}

#page_right p {
  border-bottom: 1px dotted #7f399b;
  padding-bottom: 5px;
}

#footer {
  font-size: 12px;
  display: block;
  height: 15px;
  clear: both;
  margin: 30px 0px 0px 0px;
  background-color: #ba88a1;
  color: #000000;
  padding: 20px;
}

#footer a {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
}

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