@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/fonts/Chunkfive-webfont.eot');
    src: url('/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Chunkfive-webfont.woff') format('woff'),
         url('/fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
html{height:100%}
*/
body {
height:100%;
text-align: justify;
font-family: 'FreeSans','helvetica neue', helvetica, arial, sans-serif;
background-color:#e0e0d0;
}

div.pagewrapper	{
	width:940px;
	height:100%;
	border: 5px solid #000000;
	border-radius: 10px;
	margin:auto;
	box-shadow: 0 12px 12px 8px #101010;
	background-color:#fff;
}
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;
}
ul.nav {
width:26em; 
border: 2px solid #b02323;
border-top: none;
padding: 0 3px;
padding-left:0.75em;
margin: auto;
font-size: 12px;
font-weight: bold;
margin-bottom: 1em;
}
.nav li {list-style-type:none; display:inline;padding:0;margin:0;}
.nav li a {padding-right:0.5em;padding-left:0.5em;text-transform:capitalize;}
.nav li a:hover {text-decoration:none; color:#fff; background-color:#b02323}
p.nav2 {
border-bottom: 2px solid #b02323;
border-right: 2px solid #b02323;
border-left: 2px solid #b02323;
padding: 0 3px;
margin: auto;
margin-top:-1em;
font-size: 12px;
font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    width: 258px;

}
div.nav {
margin-bottom: 40px;
}
div.nav2 {
margin-left: 40px;
}
h2,h3,h4 {
	font-weight:normal;
	text-transform:capitalize;
	font-family:ChunkFiveRegular;
}
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;
	font-size:2.254em;
}
h3 {
margin: 9px 0 4px 0;
font-size:1.85em;
}

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;} 
