@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.blue {
	color: #00F;
}
.main #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
}
.main #mainContent {
	padding: 0 20px;
	border: 5px double #999;
}
.centerheader {
	margin-left: 160px;
}
.centerbuttons {
	margin-left: 120px;
}
table {
	width: 740px;
	text-align: center;
}

div#Button
{
	width: 160px;
	height: 40px;
	float: left;
	margin-right: 10px;
}
div#Button a
{
	display: block;
	height: 40px;
	overflow: hidden;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/button.jpg);
	line-height: 40px;
	background-repeat: no-repeat;
}
div#Button a:hover
{
	display: block;
	height: 40px;
	overflow: hidden;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/button-m.jpg);
	background-repeat: no-repeat;
}
div#Button1
{
	width: 200px;
	height: 40px;
	float: left;
	margin-right: 10px;
}
div#Button1 a
{
	display: block;
	height: 40px;
	overflow: hidden;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/button1.jpg);
	line-height: 40px;
	background-repeat: no-repeat;
}
div#Button1 a:hover
{
	display: block;
	height: 40px;
	overflow: hidden;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/button1-m.jpg);
	background-repeat: no-repeat;
}
.red {
	color: #F00;
}
