﻿body 
{
	background-color:#88b3da;
	background-image:url('images/CheckPattern.gif');
	background-repeat: repeat-x;
	margin:0px;
}
 #LeftBorder
 {
	margin-right:-2px;
	padding-right:-2px; 
	width:5px; 
	background-image:url('images/LeftSideBorder.gif'); 
	background-repeat:repeat-y; 
 }
 #RightBorder
 {
	 width:7px; 
	 background-image:url('images/RightSideBorder.gif'); 
	 background-repeat:repeat-y;
 }
 

.HomeLogoQuote 
{
	font-family:Arial Narrow;
	font-size: 10pt;
	font-weight:700;
	color:#88b3da;
	padding-left: 64px;
	margin-top: -30px;
	line-height:20px;
	width:265px;
}
.HomePictureQuote
{
	font-family:Arial Narrow;
	font-size: 9pt;
	color:#88b3da;
	font-style:italic;
	padding-left:5px;
}

.NewsDiv
{

	border-right:dotted 1px #d5e4f2;
	border-left:dotted 1px #d5e4f2;
	width:210px;
	margin-left:2px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial;
	font-size: 9pt;
	color:#055996;
	line-height:17px;
	
}
.NewsHeadline A
{
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	color:#88b3da;
	text-decoration:none;
}
.NewsHeadline A:hover
{
	color:Orange;
	text-decoration:underline;
}

.DividerCell
{
	border-left:dotted 1px #d5e4f2;
	width:20px;
}

.BodyTitle
{
	font-family:Arial;
	font-size: 12pt;
	font-weight:bold;
	color: #88b3da;
}

.BodyText
{
	font-family:Arial;
	font-size: 9pt;
	font-weight:normal;
	color: #055996;	
	border-left:dotted 1px #d5e4f2;
	padding-left:20px;
	/*padding-right:50px;*/
	line-height:20px;
}

.BottomText
{
	color:White;
	font-size:8pt;
	font-family:Arial;
	padding-right:5px;
}
.BottomText A
{
	text-decoration:none;
	color:White;
}
.BottomText A:hover
{
	color:#ffa500;
	text-decoration:underline;
}

.SubNav
{
	font-family:Arial;
	font-size:8pt;
	color: #88b3da;
	background-color:White;
	display:none;
	/*position:relative;
	left:0;
	top:0;
	*/
}	
.SubNav A
{
	text-decoration:none;
	color: #88b3da;
}
.SubNav A:hover
{
	color:#ffa500;
	text-decoration:underline;
}