/* global style settings */
body { background-color: #000000; }

h1, h2, h3, h4 { color: #283E4C; }
/* fix for IE lack of inheritance--> h3 a {color: inherit !important} */
a.h3a, a.h3a:link, a.h3a:visited, a.h3a:active { color: #283E4C; }

/* styles that define the main table structure */
.tdLeft {
	background-image: url(bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}
.tdRight {
	background-image: url(bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
}

.twoColMain a { color: #2E5179;}
.tdContent a:hover { color: #1A75C8; }

/* footer styles */
.footerLinks { color: #666666; }
.footerCredit { background-color: #111B21; color: #FFF; }

/* column boxes */
/* .boxNav{ color: #214184; } */
.boxNav a { color: #2E5179; }

.boxTitle, .popTitle{ background-color: #283E4C; }
.boxBody, .popBody{ color: #4C7894; }
.boxBody h3, .popBody h3{ color: #283E4C; }

.rsItemDetail a { color: #283E4C; }

.nav { 
	background-image: url(bg_mid.jpg);
}
