body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 9pt;
	color: #000;
	line-height: 13pt;
	text-align: center;
	background: #eee url(/images/bg.gif) repeat-y top center;
}

h1 {
	font-size: 14pt;
}

a:link, a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #5882A3;
}

a:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #5882A3;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #B58585;
}

#background {
	margin: 0 auto;
	width: 710px;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
}

#header a {
}

#menubar {
	display: none;
}

#container {
	margin: 0 auto;
}

#sidebar {
	display: none;
}

#content {
	padding: 0;
	margin: 0;
	width: 585px;
	text-align: left;
	line-height: 15pt;
	font-family: Sans-serif;
}

#breadcrumbs {
	display: none;
}

#text {
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;

}

#hero {
	padding: 0;
	text-align: center;
}

#footer {
	font-size: 8pt;
	text-align: center;
	color: #999;
}

#footer a {
	color: #888;
}

