body {
	background: url(images/bgdimage.jpg);
	background-repeat: no-repeat;
	color: black;
}

#corner {
	width: 215px;
	height: 160px;
}

#header {
	/*width: 585px;*/
	width: 750px;
	height: 80px;
}

#title {
	/*width: 585px;*/
	width: 750px;
	height: 80px;
	color: #990066;
	font: Palatino;
	padding-left: 1em;
}

#navbar {
	width: 215px;
	padding-left: 3em;
}

#content {
	/*width: 585px;*/
	width: 750px;
	height: 400px;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
}

#form_content {
	width: 700px;
	padding-left: 1em;
	position: relative;
}

#footer {
	width: 585px;
	height: 60px;
	font: Verdana;
	padding-top: 1em;
	padding-left: 1em;
}

.sectionhead {
	font-size: 16pt;
	font-weight: bold;
	color: #993366;
}

.pastretreats {
	font-size: 10pt;
}

.pastretreatsHeader {
	font-size: 10pt;
	color: white;
	font-weight: bold;
	background-color: #990066;
}

a {
	color: #00008b;
	text-decoration: none;
}

a:hover {
	color: #c71585;
	text-decoration: underline;
}

fieldset {
	border: 1px solid #00008b;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	width: auto;
}

legend {
	background: #ffffff;
	padding: 0.5em;
	font-size: 8pt;
	color: #aa1700;
}

form {
	border: none;
	margin: 0;
}

label {
	font-weight: bold;
	color: #00008b;
}

textarea {
	font: 100% Monaco, "Courier New", Courier, monospace;
	border: 1px solid #00008b;
	color: #000000;
	background: #ffffff;
	width: 100%;
}

input {
	font-family: 'Arial', sans-serif;
	visibility: visible;
	border: 1px solid #00008b;
	color: #000000;
	vertical-align: middle;
	background: #ffffff;
}

#inputNoBorder {
	border: 0px;
}

select {
	border: 1px solid #00008b;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
}

.dotted{
	border-bottom: dotted 1px black;
}