﻿.Header
{
	float: left;
	clear: left;
	width: 20%;
}

.Content
{
	float: right;
	clear: right;
	width: 75%;
}

.Heading
{
	color: #3A7474;
	font-weight: bold;
}

.Heading-Title
{
	background-color: #F5F5F5;
}

.AlignRight
{
	float: right;
	border: none 0 white;
}

.Blurb
{
	color: #3A7474;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	text-align: center;
	margin-top: 10%;
	float: left;
}

.Banner
{
	width: 751px;
	height: 107px;
	border-bottom: solid 1px #CCCD67;
}

.BannerImage
{
	float: left;
	width: 250px;
	background-color: #CCCD67;
}

.BannerImage img
{
	margin: 3px 4px;
}

.BannerGradient
{
	float: left;
}