body, html {
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/bgPage.png) top repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #212121;
	height: 100%;
}
#outerDiv {
	top: 0;
	position:absolute;
    left: 50%; 
    width: 950px;
	margin-left: -475px; /* half of the width */
}
#headerContact {
	float: right;
	margin-right: 48px;
	margin-top: 2px;
	text-align: right;
	color: #f1f6f9;
	font-size: 10pt;
}
#headerContact p{
	margin: 0;
}

#headerContact a {
	color: #f1f6f9;
	text-decoration: none;
}
#headerContact a:hover {
	color: #f1f6f9;
	text-decoration: underline;
}
#headerImg {
	height: 272px;
	margin: 22px 42px 14px 50px;
	background: url(../images/imgBannerLeft.png) no-repeat left;
}
#headerImg div {
	height: 272px;
	background: url(../images/imgBannerRight.png) no-repeat right;
}
#headerImg div div{
	height: 272px;
	margin: 0 40px 0 18px;
	background: url(../images/imgBannerMid.png) repeat;
}
#headerImg div div img.imgPic {
	position: absolute;
	right: 49px;
	top: 22px;
}
#headerImg div div img.imgLogoPic {
	position: relative;
	Left: 26px;
	top: 60px;
}
#headerImg div div img.imgBannerText {
	position: absolute;
	left: 160px;
	top: 250px;
}




#headerBG {
	height: 308px;
	position: absolute;
	top: 0;
	width: 1010px;
    left: 50%; 
	margin-left: -505px; /* half of the width */
	background: url(../images/bgBanner.png) no-repeat;
}

img {
	border: 0;
}
#navContainer {
	background: url(../images/bgNav.png);
	height: 46px;
}
#navContainer ul {
	margin:0;
	padding: 0;
	list-style:none;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
}
#navContainer li {
	float:left;
	margin:0;
	padding: 0 39px 0 38px;
	height: 46px;
	background: #2e2e2e;
}
#navContainer li div {
	padding-top: 15px;
}
#navContainer li a {
	color: #539fc9;
	text-decoration: none;
}
#navContainer li a:hover {
	color: #fff;
	text-decoration: none;
}
#navContainer li.activeLI a{
	color: #fff;
	text-decoration: none;
}
#navContainer li.activeLI {
	background: url(../images/menuRight.png) right top no-repeat;
}
#navContainer li.activeLI div{
	background: url(../images/menuLeft.png) left top no-repeat;
	height: 46px;
	margin-left: -38px;
	padding-left: 38px;
	padding-top: 5px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navContainer a {float:none;}
/* End IE5-Mac hack */

#bodyContainer {
	padding: 20px 0 20px 0;
}
#bodyContent {
	width: 650px;
	float: left;
	margin-right: -650px;
	padding: 0 20px 0 15px;
}
#bodyLeft {
	margin-left: 650px;
	padding: 0 10px 0 40px;
}
#bodyLeft p {
	font-size: 10pt;
	text-align: justify;
}
#bodyContent p, #bodyContent li{
	font-size: 10pt;
	text-align: justify;
	margin: 10px 0 15px 5px;
	line-height: 20px;
}
#bodyContent li{
	margin: 10px 0 10px 5px;
}
#bodyContent a{
	color: #0f4c80;
	text-decoration: underline;
}
#bodyContent a:hover{
	color: #ba6c00;
	text-decoration: underline;
}
#bodyContent h3 {
	color: #0e487e;
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#bodyContent h6 {
	font-size: 11pt;
	color: #2c2c2c;
	font-weight: bold;
	margin: 8px 0 0 10px;
	padding: 0;
	line-height: 25px;
}
#bodyContent ul, #bodyContent ul.normalList {
	list-style: url(../images/iconBullet.png);
	margin: 0 5px 0 0;
}
#bodyContent ul li{
	font-size: 10pt;
	font-weight: bold;
	color: #2c2c2c;
	margin: 10px 0 10px 0;
}
#bodyContent ul.normalList li{
	font-size: 10pt;
	color: #2c2c2c;
	margin: 10px 0 10px 0;
	font-weight: normal;
}
#bodyContent td {
	vertical-align: top;
}
#footerSection {
	text-align: center;
	font-size: 8pt;
	margin: 10px 0 10px 0;
}
.imgContainer {
	margin: 0 0 10px 0;
}
.textJustify {
	text-align: justify;
}
.clearDiv {
	clear: both;
}
.secBreak {
	height: 35px;
}

.boxContainer {
	background: url(../images/boxMid.png) repeat;
	padding: 14px;
}
.boxContainer p {
	margin: 0;
	font-size: 10pt;
	text-align: justify;
}
.boxContainer p img {
	float: left;
	border: 0;
	margin-right: 10px;
	margin-top: 2px;
}
.boxContainer h5 {
	color: #2e2e2e;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.pStyle1, .pStyle2 {
	padding: 10px 0 0 0;
}
.pStyle1 a {
	color: #0f4c80;
	text-decoration: underline;
}
.pStyle1 a:hover {
	color: #9d4e03;
	text-decoration: underline;
}
.pStyle2 a {
	color: #9d4e03;
	text-decoration: underline;
}
.pStyle2 a:hover {
	color: #0f4c80;
	text-decoration: underline;
}
.boxContainer h5 {
	color: #2e2e2e;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.boxContainer h5 span.style1 {
	color: #0f4c80;
}
.boxContainer h5 span.style2 {
	color: #903a00;
}
.boxContainer div.hrLine {
	background: url(../images/bgHR.png) repeat;
	height: 1px;
	margin: 10px 0 2px 0;
}
.boxTop {
	background: url(../images/boxTop.png);
	height: 7px;
}
.boxBottom {
	height: 7px;
	background: url(../images/boxBottom.png);
}/* Added by Feroz*/
/* root element for scrollable */
div.scrollable {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	/* vertical scrollers have typically larger height than width */	
	height: 150px;	 
	width: 212px;	
	/* decoration */
	text-align:left;
	border: 0px solid #CCC;
	margin: 5px;
	padding:0;
}

/* root element for scrollable items */
div.scrollable div.items {	
	position: absolute;
	height:20000em;
	margin: 0 5px 0 5px;
}
/* 
	same settings as in horizontal scroller except that these items 
	are not floated
*/
div.scrollable div.items div {
	text-align: left;
	margin-bottom: 5px;
}
div.scrollable div.items span.divleft {
	font-size:9px;
	float:left;
	width:25%;
	margin-left:5px;
}
div.scrollable div.items a.divright {
	font-size:10px;
	float:left;
	width:70%;
	text-align:justify;
}
/* active item */
div.scrollable div.items div.active {
	color:#666;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
div.next:hover, a.nextPage:hover {
	background-color:#0f4c80;
	background-image:url(../images/dn.png);
	background-position:center;
	background-repeat:no-repeat;
	height:10px;
	font-size:1px;
}
div.next, a.nextPage {
	background-color:#539fc9;
	margin:5px 0 5px 0;
	padding:0;
	cursor:pointer;
	background-image:url(../images/dn.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:1px;
	height:10px;
	width:222px;
}

div.prev, a.prevPage {
	background-color:#539fc9;
	margin:5px 0 5px 0;
	padding:0;
	cursor:pointer;
	background-image:url(../images/up.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:1px;
	height:10px;
	width:222px;
}
div.prev:hover, a.prevPage:hover {
	background-color:#0f4c80;
	background-image:url(../images/up.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:10px;
}
.widthx {
	width:200px;
}
/***************************************************/
label.error {
	display:inline-block;
	background:url('../images/unchecked.gif') no-repeat;
	padding-left:20px;
	margin-left:.3em;
	color:#F90;
	font-weight:bold;
	font-size:0.9em;
	font-family:Tahoma, Geneva, sans-serif;
}
label.valid {
	display:inline-block;
	background:url('../images/checked.gif') no-repeat;
	margin-left:.3em;
	font-size:0.9em;
	font-family:Tahoma, Geneva, sans-serif;
}
.notification-title-n { /* Notification message */
	color: #296dc1;
	font-size: 11px;
	font-weight: bold;
}
.notification-border-n {
	background-color: #296dc1;
}
.notification-border-n {
	border: 1px solid #3c74ba;
	background-color: #f3f8fc;
	color: #2b2b2b;
	margin: 10px 39px;
	cursor:pointer;
	width:60%;
}
.notification-body-n {
	background-color: #f4fbff;
	color: #000000;
	padding:5px;
	font-size:11px;
	text-align:left;
}
.notification-title-n-w {
	color: #FFF;
	font-weight: bold;
	font-size:0.9em;
}
.notification-title-e-w {
	color: #FFF;
	font-weight: bold;
	font-size:0.9em;
}
.notification-title-e { /* Error message */
	color: #c12929;
	font-weight: bold;
}
.notification-border-e {
	border: 1px solid #b71408;
	background-color: #fcf3f3;
	color: #2b2b2b;
	margin: 10px 39px;
	cursor:pointer;
	width:60%;
}
.notification-body-e {
	background-color: #fff7f4;
	color: #000000;
	padding:5px;
	font-size:11px;
	text-align:left;
}
.notification-th-e {
	background: #de3e37 url(../images/notification_th_e.gif) repeat-x;
	height: 15px;
}
.notification-th-n {
	background: #578bca url(../images/notification_th_n.gif) repeat-x;
	height: 15px;
}
