﻿body {
	margin: 0px, 0px, 0px, 0px; 
	background-image: url('images/bluefadeback.jpg');
	background-repeat: repeat-x;
	background-color: #1d3562;
	color: #6e839b;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;

}

.Footer
{
	color: White;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	height: 78px;
	background-image: url('images/Footer.jpg'); 
	background-repeat: no-repeat;
	
}

H1
{
	color: #2a489e;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
	display: inline;
	white-space: nowrap;
	
}

.LeftSideBar
{
	background-image: url('images/SideBarBackgroundLeft.jpg'); 
	background-repeat: repeat-y;
	width: 41px;
}

.RightSideBar
{
   	background-image: url('images/SideBarBackgroundRight.jpg'); 
	background-repeat: repeat-y;
	width: 41px;
}

.TextBar
{
   	background-image: url('images/GrayTextBar.jpg'); 
	background-repeat: repeat-x;
	width: 100%;
}

.BodyText a
{
	color: #6e839b;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-decoration: underline;
}

.FeaturedBack
{
	background-image: url('images/featuredback.jpg');
	background-repeat:no-repeat;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	height: 200px;
}

.FeaturedBack a
{
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-decoration: underline;
}

iframe {
border: 0px solid #ffffff;
}

.IDX-showcasedetails
{
	width: 40%;
}

.TextShadow
{
	text-shadow: #6374AB 2px 2px 2px;
}