/* CSS Document */

body {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #58585A;
text-align: center;
min-width: 800px;
padding: 0;
margin: 0;

}
#wrapper {
width: 809px;
margin: 0 auto;
text-align: left;
}

#header {
background: url(images/header.gif) top left no-repeat;
width: 809px;
height: 180px;
position: absolute;
top: 0px;
}
#background {
background:url(images/middle.jpg) repeat-y;
width: 809px;
clear: both;

}
#nav_background {
background:url(images/middle.jpg) repeat-y;
width: 809px;
height: 29px;
position: absolute;
top: 180px;

}
#content {
padding: 10px;
top: 210px;
margin-top: 200px;

}
#footer {
background: url(images/footer.jpg) bottom left no-repeat;
width: 809px;
height: 56px;
text-align: center;
}
.alignment {
padding-top: 20px;

}




div.row {
clear: both;
padding-top: 5px;
}
div.row span.label {
float: left;
text-align: left;
width: 20%;

}
div.row span.form {
float: right;
text-align: left;
width: 75%;

}
.formerror {
color: #ef59a1;
text-decoration: none;
font-weight: bold;
}
A.formerror:hover {
color: #ef59a1;
text-decoration: underline;
}

.raspberry {
color: #ef59a1;
font-weight: bold;
}

h1 {
font-size: 12px;
font-weight: normal;
}

.email a {
color: #58585A;
text-decoration: none;
}
.email a:hover {
text-decoration: underline;
}

