﻿
html
{
	height: 100%;
}
body
{
	height: 100%;
	margin: 0pt;
	padding: 0pt;
	font: 9pt/1.5em Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #555555;
	background: url(images/Background-Clouds.jpg) no-repeat center top;	
}

* html #masterBody
{
	height: 99.7%;
}
.masterBody
{
	border: 1px solid #8BBDE2;
	position: relative;
	min-height: 99.7%;
	width: 890px;
	margin: auto auto;
	left: 0px;
	background-color:#fcfcfc;	
}
.masterContent
{
	padding-bottom: 30px;
	background-color:#fcfcfc;
}
.backgroudPictue
{
	background: url(images/Background-Clouds.jpg) no-repeat center top;	
}
.masterFooter
{
	position: relative;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	width: 890px;
	left: 0px;
	background-color:#fcfcfc;
} 
img.banner
{
	position: relative;
	width: 690px;
	height:183px;
	top: 0px;
	left: 0px;
}
img.fullWidthBanner
{
	position: relative;
	width: 890px;
	height:210px;
	top: 0px;
	left: 0px;
}
img.productLogo
{
	width:100px;
}
img.teamPhoto 
{
	height: 120px;
	width: 120px; 
}
.contentPage
{
	position:relative;
	top:10px;
	left:30px;
	width:620px;
	}
.contentTitle
{
	color: #CC3300;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Century Gothic' , Arial, Verdana, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 5px;
}
.contentSmallTitle
{
	color: #555555;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'Century Gothic' , Arial, Verdana, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 5px;
}

.contentRedText
{
	color: #CC3300;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'Century Gothic' , Arial, Verdana, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 5px;
}

ul
{
	list-style-type: square;	
}