@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.blue {
	color: #00F;
}
.main #container {
	width: 680px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.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: 100%;
	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: 120%;
	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;
}

