body{
	background: #000 url(https://assets.ngin.com/site_files/612/site_background.jpg) no-repeat center top;
}
.dateImage .month {
    background-image: none;
}
#topNav table a, #topNav tr{
	background-image: none;
}
#topNav table .selected:link, #topNav table .selected:visited, #topNav table a:hover{
	background: #db2c55;
	background: -moz-linear-gradient(top,  #db2c55 0%, #d50133 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db2c55), color-stop(100%,#d50133));
	background: -webkit-linear-gradient(top,  #db2c55 0%,#d50133 100%);
	background: -o-linear-gradient(top,  #db2c55 0%,#d50133 100%);
	background: -ms-linear-gradient(top,  #db2c55 0%,#d50133 100%);
	background: linear-gradient(to bottom,  #db2c55 0%,#d50133 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db2c55', endColorstr='#d50133',GradientType=0 );

}
#topNav table a{
	background: rgb(0, 40, 85, 1);
	background: -moz-linear-gradient(top,  #4e6987 0%, #002855 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e6987), color-stop(100%,#002855));
	background: -webkit-linear-gradient(top,  #4e6987 0%,#002855 100%);
	background: -o-linear-gradient(top,  #4e6987 0%,#002855 100%);
	background: -ms-linear-gradient(top,  #4e6987 0%,#002855 100%);
	background: linear-gradient(to bottom,  #4e6987 0%,#002855 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e6987', endColorstr='#002855',GradientType=0 );
	padding: 5px 0px;
}
.subNav .parents .selected{
	background-color: rgba(213, 0, 50, 1); 
	background-image: none;
}
.subNav .children a{
	border-top:1px solid #000;
}
#siteContainer2{
	background-image: none;
}
#siteFooter{
	background-image: none;
	background: #002855;
}
#siteFooter ul{
	background: #002855;
}
#siteContainer2 #yieldContent{
	background-image: url('bg.png');
	background-repeat: repeat-y;
}
#siteContainer2 #panelTwo{
	background: url('bottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
