﻿body 
{
	background-color: #12263b; /* Dark Blue */
	font-family: Calibri, Arial;
	font-size: 14px;
}

a
{
	color: #274c77; /* Dark Blue */
}

a:hover
{
	color: #f37b00; /* Bright Orange */
}

.adPanel
{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

.bold
{
	font-weight: bold ;
}

.contentCell
{
	background-color: #d9d5bc;
	background-image: url(images/bottom-bar.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.contentPadding
{
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
}

.contentTable
{
	margin-left: auto; /* These center the table */
    margin-right: auto;
	width: 850px;
}

.copyrightCell
{
	padding-bottom: 6px;
}

.featureCell
{
	background-image: url(images/feature-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 202px;
	vertical-align: top;
	width: 317px;
}

.findCell
{
	background-image: url(images/find-bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 202px;
	vertical-align: top;
	width: 317px;
}

.footerCell
{
	background-image: url(images/footer-bg.jpg);
	color: White;
	font-size: 11px;
	height: 42px;
	padding-left: 28px;
	vertical-align: bottom;
	width: 822px;
}

.footerCell a
{
	color: White;
}

.footerCell a:hover
{
	color: #f37b00; /* Bright Orange */
}

.headerTable
{
	margin-left: auto; /* These center the table */
    margin-right: auto;
	width: 850px;
}

.homeCell
{
	background-image: url(images/home-bg.jpg);
	height: 201px;
	vertical-align: top;
	width: 634px;
}

.homePad
{
	padding-left: 8px;
	padding-top: 6px;
}

.hostingDetail
{
	font-size: 15px;
}

.loginCell
{
	background-image: url(images/login-bg.jpg);
	background-repeat: no-repeat;
	color: White;
	font-size: 13px;
	font-weight: bold;
	height: 112px;
	padding-left: 10px;
	padding-top: 8px;
	vertical-align: top;
	width: 199px;
}

.loginCell a
{
	color: White;
	font-size: 13px;
}

.loginCell a:hover
{
	color: #f37b00;
}

.navCell
{
	background-image: url(images/nav-bg.jpg);
	height: 40px;
	padding-left: 10px;
	vertical-align: top;
	width: 641px;
}

.navSpacing
{
	padding-left: 8px;
}

.newsCell
{
	background-image: url(images/whats-new-bg.jpg);
	vertical-align: top;
}

.newPanel
{
	background-image: url(images/panel-bg.jpg);
	height: 101px;
	left: 8px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	width: 184px;
}

.medWhite
{
	color: White;
	font-size: 18px;
	font-weight: bold;
}

.phCell
{
	background-image: url(images/content-bg.jpg);
	vertical-align: top;
}

.smallBlue
{
	color: #274c77; /* Dark Blue */
	font-size: 15px;
	font-weight: bold;
}

.smallError
{
	color: Red;
}

.smallOrange
{
	color: #f37b00; /* Bright Orange */
	font-size: 16px;
	font-weight: bold;
}

.titleCell
{
	background-color: #21466f;
	color: White;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
}

.watermark
{
	background-color: Gray;
	font-family: Calibri, Arial;
	font-size: 13px;
}