body {
	margin: 0px;
	background: rgb(209,209,209) url(img/fade.png) left repeat-y;
}

p {
	font: 11pt/17pt Arial;
	margin: 18px;
}

h1 {
	font: normal 16pt Georgia;
	margin: 18px;
}

h2 {
	font: normal 14pt Georgia;
	margin: 18px;
	color: #666;
}

a {
	color: #008000;
	text-decoration: none;
}

a:hover { background-color: #ebebeb }

a:active { background-color: #ccc }

img { border: 0 }

table { border: none }

td {
	font: 11pt/17pt Arial;
	margin: 0;
	padding: 0;
}

ul {
	font: 11pt/17pt Arial;
	list-style-type: disc;
}

label {
	font: 11pt Arial;
	margin: 12px 18px 2px;
	display: block;
}

input.field {
	font: 11pt Arial;
	margin: 0 18px;
	padding: 2px;
	display: block;
	width: 80%;
}

textarea {
	font: 11pt/17pt Arial;
	margin: 0 18px;
	width: 80%;
}

#container {
	margin-left: 92px;
	width: 575px;
}

#photo {
	background-color: #ccc;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 106px;
}

#nav {
	font: bold 9pt/18pt Georgia;
	color: #ccc;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#subnav {
	font: 9pt/18pt Georgia;
	color: #ccc;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#rates {
	width: 475px;
	margin-left: 50px;
}

.form1 { width: 100% }