@charset "UTF-8";
body {
	background-color: #333333;
	background-attachment: scroll;
	background-image: url(../images/background_test.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#subhead {
	background-color: #000000;
}
#subhead a {
	color: #333333;
}
.criminal #secondMenu a:hover, #firstMenu #criminal a:hover {
	color: #CC6600;
	background-image: none;
	background-repeat: repeat;
}
#navigation #secondMenu a:link, #navigation #secondMenu a:visited .criminal #secondMenu a:link, .criminal #secondMenu a:visited {
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#content #mainContent {
	background-color: #FFFFFF;
}
#content #secondaryContent {
	background-color: #E3E3E3;
}

#content #secondaryContent #indent li {
	color: #333333;
}
#content #secondaryContent #indent h3 {
	color: #333333;
}

#capabilities #content #secondaryContent {
	background-color: #D7D7D7;
}







#careers #notice li, #careers #notice h3, #careers #notice h4, #careers #notice h5 {
	color: #FFFFFF;
}
#careers #content #mainContent #notice {
	background-color: #0033CC;
}


#indent li, #indent2 li{
	color: #333333;
}

#indent2 {
	background-color: #E3E3E3;
}





#footer {
	background-color: #333333;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

