body {
margin: 0px;
padding: 0px;
}

#banner {
background-image: url(images/bannerMembership.jpg);
background-repeat: no-repeat;
width: 754px;
height: 150px;
}

fieldset {
border: none;
}

.formHeading {
color: #144757;
font-size: 120%;
font-weight: bold;
font-style: italic;
}

form table {
margin-left: 0px;
}

form table td {
padding-bottom: 5px;

}

.textField {
width: 500px;
border: 1px solid #144757;
background-color: #FFFCE9;
}

.textFieldLabel {
margin-right: 5px;
}

textarea {
width: 500px;
background-color: #FFFCE9;
}


.submit {
color: #144757;
border: 1px solid #144757;
background-color: #FFFCE9;
}

.comment {
font-style: italic;
}

.listItem {
	padding-top: 5px;
	background-image:url(images/blueBullet.gif);
	background-repeat:no-repeat;
	padding-left: 10px;
	background-position: 0px 9px;
}

#list {
margin: 0px;
}
