body {
	margin: 0px;
	padding: 0px;
	background-color: #909090;
}
a:link {
	color: #343434;
	text-decoration: underline;
}
a:visited {
	color: #343434;
	text-decoration: underline;
}
a:hover{
	color: #000000;;
}
 a:active {
	color: #000000;
}
.headerBannerBg {
	background-image: url(images/layout/headerBanner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 83px;
	width: 646px;
}
.newsBg {
	background-image: url(images/layout/newsBg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 215px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9B7B8;
}
.footerBg {
	background-image: url(images/layout/footerBg.jpg);
	background-repeat: repeat-x;
	height: 41px;
}

p,td,div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.pgHeading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 15px;
	color: #7193AE;
}
.copText {
	color:#FFFFFF;
	line-height: 18px;

}
.txtMargin{
	margin: 10px;
}
.navBg{
	background-image:url(images/layout/navBg.jpg);
	background-repeat: repeat-x;
}
.mainHeading{
	background-image:url(images/layout/mainHeadingBg.jpg);
	background-repeat: repeat-x;
	height:39px;
	color: #006873;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 8px;
}
/*Below is the css for the subNav navigation*/
/*Start*/
.subNav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 164px;
}
.subNav li{
	border-bottom: 1px solid #9EB5C7;
	background-color: #7193AE;

}

.subNav li a{
	font-size:13px;
	font-weight:bold;
	display: block;
	color: #000000;
	width: auto;
	padding: 11px 0px;
	text-indent:10px;
	text-decoration: none;

}
.subNav li a:visited, .subNav li a:active{
	color: #000000;

}

.subNav li a:hover{
	color: #393939;
	background-color:#EDEDED;
}
/*End*/
.lColBord {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9B7B8;
}
.ulSiteMap {
	list-style-type: none;
}
.ulSiteMap ul {
	list-style-type: none;
}
.required{
	color:#FF0000
}
hr {
	color: #7193AE;
	height: 1px;
	border: 1px dotted #7193AE;
}
.odd {
	background:#F8F8F8;

}
.odd td{
	border-bottom: solid 1px #ededed;
}