﻿html
{
	height: 100%;
}

body
{
	font-family:  Calibri, Arial, sans-serif;
	margin: 0px;
	overflow: auto;
	font-size: 11pt;
	height: 100%;
	text-align: center;
	padding: 0px 83px;
}

a img
{
	border-width: 0px;
}



a
{
	color: #3F3F3F;
	text-decoration: none;
}

a:hover
{
	background-color: #EFEFEF;
}

.Contact
{
	color: #3F3F3F;
	float: right;
	margin: 46px 20px 0px 0px;
	
}

.Contact a
{
	padding: 2px 10px;
}



img.HomeLogo
{
	width: 255px;
	height: 65px;
	margin: 30px 0px 10px 15px;
}

div.Tile
{
	height: 152px;
	margin: 14px;
	padding: 0px 0px 0px 170px;
}

div.Tile .Icon
{
	position: absolute;
	margin-left: -170px;
	width: 152px;
	height: 152px;
}

div.Tile .Header
{
	font-size: 16pt; /* Change to % */;
	padding-top: 15px;
}

div.Tile .Content
{
	margin-top: 5px;
	margin-left: 10px;
	line-height: 19pt;
	white-space: nowrap;
}

.Background
{
	background-color: #EFEFEF;
	width: 83px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 0px;
}


