﻿*
{
	margin: 0px;
	padding: 0px;
}
html
{
	width:100%;
	height:100%;
	overflow-x:hidden;
}
body 
{ 
	background-color: White; font-size: 11pt; color: #666666; font-family: Arial, Verdana; text-align: left;
	background-image: url(../Images/bottom-bg.jpg);
	background-repeat: repeat;
	width:100%;
}
.topBG
{
	background-image: url(../Images/top-bg.jpg);
	background-repeat: repeat-x;
	height: 164px;
	text-align:center;
}
.bottomBG
{
	background-image: url(../Images/bottom-bg.jpg);
	background-repeat: repeat;
	text-align:center;
	width:100%;
}
.header
{
	background-image: url(../Images/top-banner.jpg);
	background-repeat: no-repeat;
	height:93px;
	width:924px;
	text-align:left;
}
.page
{
	width:924px;
	position: relative;
	top: -70px;
}
.pageHeader
{
	background-image: url(../Images/page-bg-header.jpg);
	background-repeat: no-repeat;
	height:19px;
	width:924px;
}
.pageRepeat
{
	background-image: url(../Images/page-repeat.jpg);
	background-repeat: repeat-y;
	width:924px;
	min-height: 490px;	
}
.pageFooter
{
	background-image: url(../Images/page-bg-footer.jpg);
	background-repeat: no-repeat;
	height:22px;
	width:924px;
}

.footerBanner
{
	background-image: url(../Images/footer.jpg);
	background-repeat: no-repeat;
	height:47px;
	width:924px;
}
.leftContent
{
	border:1px solid #DADADA;
	padding:3px;
	background: #fff url(../Images/moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size:9pt;
	color:#666666;
	vertical-align:top;
	margin-right: 3px;
	width:694px;
	text-align:left;
}
.newsWrapper
{
	width: 190px;
	background: #fff url(../Images/ln-column-bg-repeat.jpg) repeat-y;
}
.newsHeader
{
	width:190px;
	background: #fff url(../Images/ln-column-header-bg.jpg) no-repeat;
	height: 86px; 
}
.newsArticles
{
	width:190px;
	position: relative;
	top: -20px;
	min-height: 370px;
	text-align:left;
}

.newsArticleHeader
{
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	color: maroon;
	text-align: left;
	width: 88%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 5px;
}
.newsArticleSummary
{
	font-size: 9pt;
	text-align:left;
	width: 88%;
	padding-left: 20px;
	padding-right: 5px;
}
.newsArticleDate
{
	font-size: 8pt;
	color: #0066ff;
	text-align:left;
	width: 88%;
	padding-left: 20px;
	padding-right: 5px;
}
.newsArticleLink
{
	font-size: 9pt;
	color: #0066ff;
	text-decoration: none;
}
.newsArticleLink:hover
{
	font-size: 9pt;
	color: maroon;
	text-decoration: none;
}

.newsFooter
{
	width:190px;
	background: #fff url(../Images/ln-column-footer-bg.jpg) no-repeat;
	position: relative;
	bottom: -12px;
	height: 12px;
}
.topNav
{
	position:relative;
	height:51px;
	width:710px;
	background: #fff url(../Images/top-nav-bg-repeat.jpg) repeat-x;
}
.leftPageContent
{
	position:relative;
	top:5px;
}
ul
{
	margin-left:40px;
}
p
{
	margin-top:10px;
	margin-bottom: 10px;
	text-align:justify;
}
.inPagePage
{
	border:1px solid #DADADA;
	padding:12px;
	background: #fff url(../images/moduleBg.gif) repeat-x;
	font-family: Arial, Verdana;
	font-size:11px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
	position:relative;
	top: 7px;
	left:2px;
	margin-bottom:10px;
	min-height:400px;
}
.tabStrip
{
	position:relative;
	top: 10px;
	left:2px;
}
a
{
	color:blue;
	cursor:hand;
	text-decoration:none;
}
a:hover
{
	color:Red;
	cursor:hand;
	text-decoration:none;
}
