* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  min-width: 960px;
  color: #464646;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
  font-size: 24px;
  padding-bottom: 10px;
}

h2 {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: normal;
}

h3 {
  font-size: 12px;
  padding-bottom: 10px;
}

p {
  padding-bottom: 8px;
}

a {
  color: #009ee0;
}
a:hover,
a.parent
{
	color: #FFBB00;
}
img {
  border-width: 0;
}

#page {
  margin: 0px auto;
  height: 100%;
  width: 960px;
}

#top {
  min-height: 100%;
}

#search
{
  width:350px;
  height: 22px;
  float: right;
  background: url(/img/search.gif) no-repeat right top;
  text-align: right;
  position: relative;
  margin-top: -16px;
}
#search input
{
	outline: none;
	border: 0 none;
	background: none;
	width: 240px;
	position: relative;
	left: -10px;
	top: 3px;
	font-size: 11px;
}
#search table
{
	border-collapse: collapse;
	border: 0 none;
	position: absolute;
	top: 1.3em;
	width: 527px;
	text-align: left;
	left: 74px;
	visibility: hidden;
	font-size: 12px;
}
#search td
{
	padding: 0;
}
#search .t
{
	background: url(/img/search-top.png);
	height: 20px;
}
#search .b
{
	background: url(/img/search-bottom.png);
	height: 20px;
}
#sresults
{
	position: relative;
}
#sresults span
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/img/search-center.png);
	z-index: 4;
}
#sresults div
{
	position: relative;
	z-index: 5;
	padding: 5px 25px;
	overflow: hidden;
}
#search table em
{
	font-style: normal;
	background: white;
}

