body{
	margin: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	color: #333333;
}

.column {
    float: left;
    padding: 1px;
	max-height: 768px;
}

.left, .right {
  width: 15%;
}

.middle {
  width: 70%;
}
.bannerimage {
	width:100%;
	padding:0;
	}

.main {
	float:left;
	margin-top: 100px;
	margin-left: 50px;
	}
	
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

	
/* CSS3 Buttons */		

.button {
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
	padding: 0 8px;
	margin: 8px;
	font: bold 18px/36px Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	text-align:center;
	width:200px;
}

.button:hover {
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
	text-decoration:none;
}

.button:active	{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus	{
	outline: 0;
	background: #fafafa;
}    

.button img {
	border-right: 1px solid #777;
	vertical-align: middle;
	padding-right: 8px;
	margin-right: 4px;
	margin-top: 6px;
	float:left;
}

a:hover, a:focus {
	color: #333;
}	
	
table {
	margin: 15px 20px 2px;
}
	
td {
	padding: 10px;
	vertical-align:top;
}

hr {
	border: 0;
	width: 95%;
	color: #000;
	background-color: #000;
	height: 1px;
	margin-bottom: 8px;
}

.copy {
	float:left;
	padding-left: 6px;
	width: 50%;
	font-size: 11px;
	width: 50%;
	bottom: 0;
	left: 0;
}
	
.techhelp {
	float:right;
	font-size: 11px;
	padding-right: 10px;
	font-style:italic;
	overflow: auto;
}


		#footer a:link,#footer  a:visited {
			text-decoration: none;
			color: #969696;
		}
		
		#footer a:hover {
			text-decoration: underline;
			color: #a02784;
		}
