#container {
	background: #000;
}
#content,
#content li,
.fragment {
	color: #fff;
}
#main a {
	color: #9BB8F5 !important;
}
#logo a:before, #logo a:after {
   content: url(../images/logo-inv.gif);
}
#tagline a:before, #tagline a:after {
	content: url(../images/h2-inv.gif);
}
* html #logo a {
	background-image: expression(this.runtimeStyle.backgroundImage = "none", this.innerHTML = '<img src="/images/logo-inv.gif" border="0" alt="' + this.innerHTML + '">');
}
* html #tagline a {
	background-image: expression(this.runtimeStyle.backgroundImage = "none", this.innerHTML = '<img src="/images/h2-inv.gif" border="0" alt="' + this.innerHTML + '">');
}
/*For MSIE MAC\*//*/
#logo a {
	background: url(../images/logo-inv.gif) no-repeat;
}
#tagline a {
	background: url(../images/h2-inv.gif) no-repeat;
}
/**/
#topnav ul {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(../images/tnbg-inv.gif) repeat-x left top #1A1073;
}
.fragment h4 { 
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.l2 #main {
	background: url(../images/cbg-inv.gif) repeat-y top right;
}
.l2 #breadcrumbs {
	border-bottom:1px solid #333;
	color: #ccc;
}
#contactform label {
	color: #ccc;
}

.l2 #content .bodytext h3 {
	color: #4F6FDC;
}
#utilities {
	background: url(../images/util-crnr-inv.gif) no-repeat bottom left #1A1073;
}