/* global style settings */
body { background-color: #26344C; }

h1, h2, h3, h4 { color: #20365F; }
/* fix for IE lack of inheritance--> h3 a {color: inherit !important} */
a.h3a, a.h3a:link, a.h3a:visited, a.h3a:active { color:#20365F; }

/* styles that define the main table structure */
.tdLeft {
	background-image: url(_images/contact_bkg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #26344C;
}
.tdRight {
	background-image: url(_images/contact_bkg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #26344C;
}

.twoColMain a { color: #574E83;}
.tdContent a:hover { color: #8175B3; }

/* footer styles */
.footerLinks { color: #666666; }
.footerCredit { background-color: #4C323B; color: #FFF; }

/* column boxes */
/* .boxNav{ color: #214184; } */
.boxNav a { color: #574E83; }

.boxTitle, .popTitle { background-color: #574E83; }
.boxBody, .popBody { color: #20365F; }
.boxBody h3, .popBody h3 { color: #20365F; }

.rsItemDetail a { color: #574E83; }

.contactBKG { background-image: url(../../_images/contact_pic_brown.jpg); background-repeat: no-repeat }

.nav { 
	background-image: url(_images/contact_bkg_mid.jpg);
}