body,div,p,ul,ol,li,dl,dt,dd,pre,blockquote,form,fieldset,table,tr,th,td {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: #fff url(/res/images/alt2/bg.jpg) 50% 0 no-repeat;
	text-align: center;
	color: #333;
}

#masthead {
	width: 700px;
	margin: 100px auto 60px auto;
	text-align: left;
}

#wrapper {
	width: 560px;
	margin: 0 auto 40px auto;
}

#content {
	font-size: small;
	line-height: 1.4;
	text-align: left;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #69c;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #ff1969;
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	font-size: 130%;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #aaa;
	margin: 2em 0 0.5em 0;
}

p {
	margin: 15px 0;
}

ul, ol {
	margin: 15px 10px 15px 40px;
}

li {
	margin: 8px 0;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

#listsearch p {
	margin: 0 10px;
	font-size: 110%;
}

#listsearch_intro strong {
	display: block;
	font-size: 130%;
	margin-bottom: 10px
}

#listsearch label,
.formblock label {
	display: block;
	margin-top: 15px;
	font-weight: bold;
}

#listsearch .formsubmit {
	margin: 20px 10px 0 10px;
	padding: 0;
}

.formsubmit input,
.formconfirm input {
	background: #ff1969;
	border-top: 1px solid #ff2979;
	border-left: 1px solid #ff2979;
	border-right: 1px solid #ef0959;
	border-bottom: 1px solid #ef0959;
	padding: 0.2em 0.5em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}

#blurb {
	margin: 30px -67px 0 -67px;
	padding: 5px 0 5px 67px;
	background: transparent url(/res/images/alt2/couple.gif) 0 50% no-repeat;
}

#blurb p {
	margin: 5px 10px;
	font-size: 90%;
}

.highlight {
	font-size: 130%;
}

fieldset {
	border: 0;
}

.supplemental {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 10px;
	height: 10px;
	overflow: hidden;
}