body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#D6E5F0;
	background-image: url(bg2.jpg);
	background-repeat: repeat-x;
}
	
#Content {
	width: 25em;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:1px solid #D6D6D6;	
	background-image: url(bg.gif);
}


div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #D6E5F0;}
div.autocomplete ul li {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  height:30px;
  font-family: georgia, times new roman, serif;
	font-size: 0.8em;
}
.informal {
	padding-left: 15px;
	font-size: 0.8em;
}

h1 {
	font-family: georgia, times new roman, serif;
	font-size: 3em;
	letter-spacing: -4px;
	margin: 0;
	color: #264B66;
	border-bottom: 1px solid #C4D5E2;
}

p {
	font-family: georgia, times new roman, serif;
	font-size: 1em;
}

form, input {
	margin: 0;
	padding: 0;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 1.25em georgia, times new roman, serif;
	margin: 1px;
	padding: 3px;
}
input.normal {
	font-size: 1em;
}
ol li {
	font-family: georgia, times new roman, serif;
	font-size: 1em;
	padding-bottom: 4px;
}
p.footer {
	text-align: right;
	margin-bottom: 0;
	padding-right: 10px;
}
a,
a:active,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

