body {
border: 1px solid #000000;
text-align: justify;
font-family: 'FreeSans', sans-serif;
}

div.body {
padding: 0 20px;
  margin: 0;
  }
div.x {
	clear: both;
}
span.left50 {
	float:left;
	width: 400px;;
	
		margin-left: auto;
	margin-right: auto;
}
div.foot {
height: 40px;
  background-image: url(img/bgf.png);
  background-repeat:repeat-x;
  padding: 24px 20px 0 20px;
  margin: 18px 0 -24px 0;

}
div.foot p.l {
float: left;
text-align: left;
font-size: 11px;
font-weight: bold;
  color: #ffffff;
  text-align: bottom;
}
div.foot p.r {
float: right;
text-align: right;
font-size: 11px;
font-weight: bold;
  color: #ffffff;
  text-align: bottom;
  }
div.foot a:link, div.foot a:visited, div.foot a:hover, div.foot a:active {
  color: #ffffff;
  text-decoration: underline;
}
p.nav {
float: left;
border-bottom: 2px solid #b02323;
border-right: 2px solid #b02323;
padding: 0 3px;
margin: 0;
font-size: 12px;
font-weight: bold;
}
p.nav2 {
float: left;
border-bottom: 2px solid #b02323;
border-right: 2px solid #b02323;
border-left: 2px solid #b02323;
padding: 0 3px;
margin: 0 0 0 12px;
font-size: 12px;
font-weight: bold;
}
div.nav {
margin-bottom: 40px;
}
div.nav2 {
margin-left: 40px;
}
h1 {
  background-image: url(img/bg.png);
  background-repeat:repeat-x;
  height: 100px;
  margin: 0;
  color: #ffffff;
  font-size: 80px;
  text-align: center;
}
h2 {
margin: 12px 0 6px 0;
}
h3 {
margin: 9px 0 4px 0;
}

p {
margin: 0px 0 4px 0;
font-style: "FreeSans", sans-serif;
font-size: 12pt;
}
img.spam {
  float: left;
  margin-left: 12px;
}
p.form {
  text-align: left;
  padding-left:200px;
  padding-right:200px;
  padding-bottom: 0em;
}
p.spam {
  text-align: left;
  padding-left:200px;
  padding-right:200px;
  padding-bottom: 0em;
  float: left;
}

a:link, a:visited {
  color: #b02323;
  text-decoration: none;
}
a:hover, a:active {
  color: #b02323;
  text-decoration: underline;
}
ul {
margin: 0px 0 4px 0;
}
li {
list-style-image: url('img/bullet.png');
}
form {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
fieldset {
	margin-left: auto;
	margin-right: auto;

}
input.text {
  width: 100%;
}
input.spam {
  float: left;
  width: 6em;
}

textarea.text {
  width: 100%;
  height: 15em;
}
select {
  width: 100%;
}
li a {font-weight:bold;} 
