/* all color info that changes by page - this is the grey scheme (used for all information pages - search, FAQ, About us, etc...), see global.css, state.css, local.css, govluv.css (federal) for those */

/* Images - only change the name of the color */
body {
	background: #252b33 url('/images/bgHeartGrey.gif') repeat top center fixed;
	}
#contentTopColor {
	background: url('/images/contentTopGrey.gif') no-repeat;
	}
#footerImg {
	background: url('/images/footerGrey.gif') no-repeat;
	}
/* 100% color */
#contentContent, .filler, .repSelect, #new_tweet, .filters ul {
	background: #bdccd4 !important;
	color: #000 !important;
	}
.navFed {
	border-color: black;
	}

/* navBar - here because it will have to be changed for other countries, state, local, etc... */
img.navFederal {
	background: url('/images/navFederal.gif') no-repeat;
	}

/* the regular stuff */
.greyContent {
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	}
h1, h2, h3, h4 {
	margin-bottom: 12px;
	}
ul {
	list-style: square;
	}
ul, ol {
	list-style-position: inside;
	}
li {
	margin-bottom: 6px;
	}