body {
  margin: 0px;
  padding: 0px;
	font-family: georgia;
}
hr {
  height: 1px;
  color: #333333;
}
.topbar {
  background-color: #999999;
  border-bottom: 1px solid #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
	font-size: 14px;
}
.topbar a {
  color: #EEEEEE;
  margin-left: 10px;
  margin-right: 10px;
  
}
.topbar a:hover {
  color: #FFFFFF;
}
.topbar2 {
  margin-top: 1px;
  background-color: #666666;
  border-bottom: 1px solid #000000;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: #FFFFFF;
	font-size: 11px;
}
.topbar2 a {
  color: #EEEEEE;
  margin-left: 10px;
  margin-right: 10px;
  
}
.topbar2 a:hover {
  color: #FFFFFF;
}
.status-bar {
  clear: both;
	margin: 10px 0px 20px 0px;
	font-size: 14px;
  background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	text-align: center;
	width: 100%;
  height: 50px;
}
.status-bar-left {

}
.donate-button {
	width: 130px;
	padding-right: 20px;
}
.donate-button form,
.donate-button input,
.donate-button img {
  display: block;
	margin: 0px;
	padding: 0px;
}
.google-right {
  float: right;
	margin: 20px 0px 20px 20px;
	width: 336px;
}
.content {
  text-align: left;
	padding: 0px 20px 20px 20px;
	font-size: 14px;
}
.content a {
  color: #000099;
}
.content a:hover {
  color: #0000FF;
	text-decoration: none;
}
.back {
  clear: both;
	margin: 20px 0px 0px 0px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
  background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	text-align: center;
}
.back a {
  color: #999999;
	text-decoration: none;
}
.back a:hover {
  color: #333333;
	text-decoration: none;
}
.questions {
  clear: both;
	margin: 20px 0px 0px 0px;
	font-size: 12px;
  background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	text-align: left;
	padding: 10px 10px 10px 10px;
}
.questions a {
  color: #000099;
}
.questions a:hover {
  color: #0000FF;
}
.foot {
  border-top: 1px solid #333333;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background-color: #FAFAFA;
}
.foot a {
  color: #000000;
}
.foot a:hover {
  color: #666666;
}
.small-text {
  color: #666666;
	font-size: 11px;
	font-style: italic;
}