@charset "UTF-8";
/* Defaults */

body {
	background:#00538d;
	color:#222;
}

h1, h2, h3, h4 { color:#00538d; }

a { color:#00538d; }
a:hover { color:#da131c; }

#right-col li {	background:url(../images/bull.gif) no-repeat; }

.clearing { clear:both; }
.clearLine { border-bottom:#00538d solid 1px; }

.footerBG { background:#00538d; }
.contentBG { background: url(../images/head-bg.jpg) top center no-repeat; }
.fullwidthBG { background:#f9fbfe url(../images/fullwidth-bg.jpg) repeat-x top left; }


#right-col { background:#f9fbfe; }

#right-col table th {
	background-color:#e0ebf1;
}

#right-col table, #right-col table th, #right-col table td {
	border-color:#ddddff;
}


#left-col ul li.current {
	background:url(../images/pointer.png) no-repeat;
	background-position: 18px 6px;
	
}

#left-col ul li.dcurrent {
	background:url(../images/dpointer.png) no-repeat;
	background-position: 8px 6px;
}

#left-col ul li {
	color:#b0c0d0;
	font-weight:normal;
}

#headNav table tr td {
	border-left:#ddddff solid 1px;
}

#headNav table tr td a{
	color:#ddddff;
}

#headNav table tr td a:hover{
	color:#fff;
}

#footer #footcol1 p,  #footer #footcol3 p {
	color:#fff;
}

#footer #footcol1 h2,  #footer #footcol3 h2 {
	color:#fff;
}

#footer #footcol1 h3,  #footer #footcol3 h3 {
	color:#a8c4d7;
}

#footer #footcol1 a,  #footer #footcol3 a {
	color:#a8c4d7;
}


#toggleNav, #homeBut { 
	color:#fff;
	background:url(../images/brandBar.png) no-repeat;
}

.abc, .nrs {
/* grey =
 	background-color:#eee;
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px; */
	
	background-color:#e0ebf1;
	border-top:#cbe0f0 solid 1px;
	border-bottom:#cbe0f0 solid 1px;
	
	margin:6px 46px 6px 40px;
}

.abc p, .nrs p {
	margin:16px 0 16px 92px;
	color:#666;
}

.abc big, .nrs big {
	color:#00538d;
	font-size:17px;
}

.abc {
	background:url(../images/abclogo.png) #e0ebf1  no-repeat;
	background-position: 16px 16px;
}

.nrs {
	background:url(../images/nrslogo.jpg) #e0ebf1  no-repeat;
	background-position: 16px 16px;
}



