body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 99%;
	overflow: hidden;
}

.topBox {
	border-bottom: 1px solid #4fe000;
	background-color: #c5ffa6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	text-align: center;
}

.topRight {
	position: absolute;
	right: 0;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
}

.topLeft {
	position: absolute;
	left: 0;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	left: 0;
}

.logo {
	padding-right: 2px;
}

.searchLabel {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.searchBox {
	border: 1px solid #12BA00;
	width: 449px;
}

.contentBox {
	position: fixed;
	margin: 0 auto;
	top: 80px;
	width: 100%;
	height: auto;
}

.bottomCenter {
	color: gray;
	font-size: small;
	position: fixed;
	bottom: 70px;
	width: 99%;
	text-align: center;
	text-decoration: underline;
	visibility: hidden;
}

.openSearch {
	font-size: x-small;
	color: gray;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	bottom: 100px;
	left: 0px;
	right: 0px;
	width: 99%;
	text-align: center;
	z-index: -5;
}

.twitterLink {
	font-size: x-small;
	color: gray;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	bottom: 100px;
	border: 0;
	left: 0px;
	right: 0px;
	width: 99%;
	text-align: center;
	z-index: -5;
}

.disclaimer {
	font-size: x-small;
	color: gray;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	bottom: 20px;
	left: 0px;
	right: 0px;
	width: 99%;
	text-align: center;
}

.bottomCenter A:LINK {
	color: gray;
}

.bottomCenter A:VISITED {
	color: gray;
	text-decoration: none;
}

.bottomCenter A:HOVER {
	color: #04b900;
}

.buttonStyle {
	background-color: #CCCCCC;
}