﻿html 
{
	min-height:100.1%;
}

body
{
	font-family:Calibri,Verdana,Arial;
	background-color:#FFFFFF;	
}

.button 
{
	border: 0
}

.maintable
{
	width:900px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	border:1px solid #4dc07c;
}

.maintd
{
	text-align: left;
	width:712px;
	background-image:url('img/rightside.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	line-height:1.3;
}

.Heading
{
	font-size:1.5em;
}	

.Subheading
{
	font-size:1.2em;
	text-decoration:underline;
}	

.SubSubheading
{
	font-size:1.1em;
	text-decoration:underline;
}	


.quotebox
{
	float:right;
	margin:5px;
	padding:5px;
	width:240px;
	border-style:solid;
	border-width:1px;
	border-color:red;
}