﻿body
{
	margin: 0;
	text-align: left;
	font-size: 12pt;
	height: 100%;
	font-family: Calibri, Myriad Pro, Tahoma;
	color: black;
	padding: 10px 20px 20px 10px;
}

body p
{ margin-left: 15px;
}

a:link,
a:visited,
a:active,
a:hover
{
	color: #187091;
	text-decoration: none;
}
a:hover
{
	color:Black;

}
h1,h2,h3,h4,h5 
{ 
	color: #187091; 
	font-weight: bold;
	margin: 0;
}
h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3, h4 
{ 
	font-size: 12pt; 
	color: Black;
}
h4, h5 { font-style: italic; }
caption
{
	font-size: 14pt;
	font-weight: bold;
	background-color: #6699CC;
}

.Button
{
	background-color: #187091;
	color: White;
	font-weight: bold;
	border: outset 1px gray;
}

#AllContent
{
	width: 100%;
	min-width: 960px;
}

#Header
{
	clear: both;
	background-image: url(../images/Header_BG.jpg);
	background-repeat: repeat-x;
	height: 125px;
	line-height: 150px;
	vertical-align: middle;

	min-width: 960px;
	overflow: hidden;
	min-width: 1050px;
}

#MainNav
{
	padding-left: 10px;
	font-size: 14pt;
	font-weight: bold;
	background-image: url(../images/MainNav_Bottom_BG.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color:#d7e9eb;
	padding-top:10px;
	margin-top: -20px;
}
#MainNav ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#MainNav li
{
	display: block;
	border-bottom: solid 1px black;
	padding: 5px 0 5px 10px;
	width: 95%;
}



#BreadcrumbTrail h2
{
	margin: 0;
	color: Black;
	font-size: 12pt;
}

#News
{
	float: right;
	width: 30%;
	clear: right;
	color: White;
	background-color: #adc9c3;
	height: 100%;
}
#News div
{
	margin: 20px 20px 20px 20px;
}
#News h1,#News h2,#News h3,#News h4,#News h5 
{
	 color: White;
	 text-decoration: underline;
}

#Pricing
{
	text-align: center;
}
#Pricing table
{
	border: none;
	float: left;
	color: Black;
	width: 50%;
	text-align: left;
}

#Footer
{
	clear: both;
	text-align: center;
	border-top: solid 1px black;
	padding-top: 10px;
	background-image: url(../images/Footer_BG.jpg);
	background-repeat: repeat-x;
}