﻿body
{
  height: auto;
  min-height: 300px;
}
h1
{
  font-size: x-large;
}

.footer
{
  text-align: center;
  border-top: 1px solid #666666;
  font-size: 8pt;
  padding-top: 5px;
}

.buttonbar
{
  text-align: center;
  padding: 20px 0;
  min-height: 100px;
}

.contactinfo table
{
  width: 100%;
  border-spacing: 0 5px;
  border-collapse: separate;
}
.contactinfo table td
{
  padding: 5px 0 5px 10px;
  vertical-align: middle;
  background-color: #fff;
  border: solid #4581b3 1px;
  border-left: none;
}

.contactinfo table td:first-child
{
  background-color: #a7d8e6;
  border-left: solid #4581b3 1px;
  border-right: none;
}



/* This imageless css button was generated by CSSButtonGenerator.com */


.button_blue {
	-moz-box-shadow: 1px 1px 5px 0px #83888b;
	-webkit-box-shadow: 1px 1px 5px 0px #83888b;
	box-shadow: 1px 1px 5px 0px #83888b;
	background: -ms-linear-gradient( top, #54caf5 5%, #0a98cc 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #54caf5), color-stop(1, #0a98cc) );
	background:-moz-linear-gradient( center top, #54caf5 5%, #0a98cc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#54caf5', endColorstr='#0a98cc');
	background-color:#54caf5;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	/*font-size:15px; */
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
.button_blue:hover {
	background: -ms-linear-gradient( top, #0a98cc 5%, #54caf5 100% );
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a98cc), color-stop(1, #54caf5) );
	background:-moz-linear-gradient( center top, #0a98cc 5%, #54caf5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a98cc', endColorstr='#54caf5');
	background-color:#0a98cc;
}
.button_blue:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
