body {
	margin: 0px;
	padding: 0px;
	background-color: #F1F1F1;
}
.hpColumns {
	width: 206px;
	text-align:justify;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #333333;
	line-height:18px;
}
.headerBg {
	background-image: url(../images/layout/headerBg.jpg);
	background-repeat: repeat-x;
	height: 176px;
}
.frameBrd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E0DEDF;
	border-bottom-color: #E0DEDF;
	border-left-color: #E0DEDF;
}
.footerBg {
	background-image: url(../images/layout/footerBg.jpg);
	background-repeat: repeat-x;
	height: 34px;
}
.footerLeft{
	background-image: url(../images/layout/footerLeft.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 100%;
}
.footerLeft  div{
	background-image: url(../images/layout/footerRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	padding-top: 10px;
	color:#FFFFFF;
	font-size: 13px;
}
.lgText{
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #333333;
}
p, td, div {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #333333;
}

.contentSM {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
.hdBg {
	background-image: url(../images/layout/hdBg.jpg);
	background-repeat: repeat-x;
	height: 30px;
		margin: 0 10px 0 10px;
}
.hdBgLeft{
	background-image: url(../images/layout/hdLeft.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 100%;
}
.hdBgLeft  div{
	background-image: url(../images/layout/hdRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	color: #0767a9;
	padding-top: 8px;
	text-indent: 10px;
}
.margin{
	margin: 10px 10px 10px 20px;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B7B7B8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
h5{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
.utBar{
	margin: 5px 10px 0px 0px;
}
a.utLink:link {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a.utLink:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a.utLink:hover {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
a.utLink:active {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
.subHeading {
	color: #247BB1;
	font-size: 15px;
	font-weight: bold;
}
.impText{
	color:#9C282C;
	font-weight: bold;
}
/*Below is the css for the subNav navigation*/
/*Start*/
.subNav{
list-style-type: none;
margin: 0;
padding: 0;
width: 100%; 
}

.subNav li{
border-bottom: 1px dotted #B7B7B8;
}

.subNav li a{
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
display: block;
color: #064789;
width: auto;
padding: 10px 0;

text-decoration: none;

}
.subNav li a:visited, .subNav li a:active{
color: #064789;
}

.subNav li a:hover{
	color: #000000;
	background-color:#F4F4F4;
	border-left: 1px solid #ffffff;
}
/*End*/
.trBgBorBot {
	background-color: #CCDFED;
}
.rightBrd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
	font-size: 12px;
}
.newsletterBg {
	background-image: url(../images/layout/newsletterBg.gif);
	background-repeat: no-repeat;
	width:150px;
	height:60px;
	padding: 5px;
}