body,img, p, div, h1, h2, h3, h4, h5, h6, table {
padding: 0px;
margin: 0px;
}

body {
font-family: times;
font-size: 1em;
}

h1,h2 {
text-align: center;
font-family: times;
}

img {border: none;}

p {
  text-align: justify;
  padding: 0 10px 0 10px;
}


#wrapper {
width: 760px;
margin-left: auto;
margin-right: auto;
}

#Footer
{
padding-top: 2px;
text-align: center;
}

.footerstripe {
display: inherit;
background-image: url(../images/stripefooter.jpg);
width: 100%;
top: 13px;
height: 40px;
}

#rightpanel{
  display: block;
  position: absolute;
}

.formFields{
  width: 160px;
}

.errormessage{
  color: red;
  text-align: left;
}



