body {
	background-color: #ffffff;
	font-family: arial, helvetica;
	font-size: 8pt;
	color: #444d3f;
}

#website {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#background-top {
	display: none;
}

#main {
}

#background-bottom {
	display: none;
}

#top {
}

#logo {
	position: relative:
	height: 96px;
	width: 275px;
}

#menu {
	display: none;
}

#websolve {
	display: none;
}

#content {
	position: relative;
	float: left;
	min-height: 150px;
	_height: 150px;
	width: 600px;
	line-height: 18px;
	padding: 15px;
}

#content a {
	color: #444d3f;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: dotted 1px #444d3f;
}

#submenu {
	display: none;
}

#bottom {
	display: none;
}

h1,h2,h3,h3 {
	font-size: 14px;
}

input, select, textarea {
  font-family: arial, helvetica, sans-serif;
  color: #444d3f;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #e2e2e2;
	margin: 1px;
	padding-left: 1px;
	background-color: #ffffff;
}

input:focus, select:focus, textarea:focus {
	background-color: #f3fcf3;
}

.button {
	background-color: #47b200;
	color: #ffffff;
	border: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.button:focus {
	background-color: #47b200;
}