html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
.description {
	padding: 10px;
}
form {
	padding: 10px;
}
table {
	width: 100%;
}
input {
	font-size: 1.5em;
	text-align: center;
}
.bannerImg {
	width: 100%;
	background-color: #000;
}
.titlebar {
	background-color: #216ca7;
	width: 100%;
	padding: 2px 0;
}
.titlebar h1 {
	color: #fff;
	line-height: 1em;
	font-size: 1.3em;
	padding: 0 10px;
}
.toolbar {
	background-color: #000;
	background-image: url(img/header.gif);
	background-position: 0 -20px;
	background-repeat: repeat-x;
	padding: 20px 10px;
}
.toolbar a {
	display: block;
	float: left;
	color: #fff;
	font-size: 1.3em;
	padding: 0 30px 2px 0;
	text-decoration: none;
	
}
.boxtoedge {
	margin: 0;
	padding: 0;
}
.boxtoedge li {
	display: inline;
	clear: both;
}
.boxtoedge a {
	display: block;
	clear: both;
	text-decoration: none;
	color: #000;
	background-image: url(img/bg_row.gif);
	background-repeat: repeat-x, no-repeat;
	padding: 10px;
	min-height: 50px;
}
.boxtoedge a img {
	float: left;
	margin: 0 10px 0 0;
}
.edgetoedge {
	margin: 0;
	padding: 0;
}
.edgetoedge li {
	display: inline;
}
.edgetoedge a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-size: 1.3em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	background-image: url(img/thumb.png);
	background-repeat: repeat-x;
}
.renderContent {
	padding: 20px;
	font-size: 1.2em;
}
.renderContent img {
	margin: 0 0 20px 0;
}
