#page- div#header {
	background: #555;
}

#page-history div#header {
	background: #198a19; /* green */
}

#page-status div#header {
	background: #e43141; /* red */
}

#page-response div#header {
	background: #6f2f00; /* brown */
}

#page-future div#header {
	background: #759acd; /* blue */
}

#page-references div#header {
	background: #612d6c; /* purple */
}

#page-about div#header {
	background: orange; /* orange */
}

li#subnav- {
	background-image: url(../img/house.png);
}

li#subnav-history {
	background-image: url(../img/date_previous.png);
}

li#subnav-status {
	background-image: url(../img/bricks.png);
}

li#subnav-response {
	background-image: url(../img/user_suit.png);
}

li#subnav-future {
	background-image: url(../img/clock_go.png);
}

li#subnav-references {
	background-image: url(../img/page_link.png);
}

li#subnav-about {
	background-image: url(../img/information.png);
}

div#subnav ul li#subnav- ul li {
	background-image: url(../img/bullet_black.png);
}

div#subnav ul li#subnav-history ul li {
	background-image: url(../img/bullet_green.png);
}

div#subnav ul li#subnav-status ul li {
	background-image: url(../img/bullet_red.png);
}

div#subnav ul li#subnav-response ul li {
	background-image: url(../img/bullet_yellow.png);
}

div#subnav ul li#subnav-future ul li {
	background-image: url(../img/bullet_blue.png);
}

div#subnav ul li#subnav-references ul li {
	background-image: url(../img/bullet_purple.png);
}

div#subnav ul li#subnav-about ul li {
	background-image: url(../img/bullet_orange.png);
}

h1#header-text, p#header-sub-text {
	color: white;
}

div#main {
	color: #444;
}

body#page-test div#nav ul li.current {
}

div#content a {
	color: blue;
}

div#content a:hover, div#content a:active {
	color: white;
	background: #555;
}


div#subnav a {
	color: #222;
}

div#subnav ul li.current ul {
	background-image: url(../img/nav-bottom-grad.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#subnav li#subnav- a:hover, div#subnav li#subnav- a:active {
	background: #555;
}

div#subnav li#subnav-history a:hover, div#subnav li#subnav-history a:active {
	background: #198a19;
}

div#subnav li#subnav-status a:hover, div#subnav li#subnav-status a:active {
	background: #e43141;
}

div#subnav li#subnav-response a:hover, div#subnav li#subnav-response a:active {
	background: #6f2f00;
}

div#subnav li#subnav-future a:hover, div#subnav li#subnav-future a:active {
	background: #759acd;
}

div#subnav li#subnav-references a:hover, div#subnav li#subnav-references a:active {
	background: #612d6c;
}

div#subnav li#subnav-about a:hover, div#subnav li#subnav-about a:active {
	background: orange;
}

div#main a.top {
	color: #333;
	background-image: url(../img/page_white_get.png);
}

div#main a.top:hover, div#main a.top:active {
	color: black;
	text-decoration: underline;
	background-image: url(../img/page_white_get.png);
}

div#footer {
	background: #ddd;
}

div#footer a#footer- {
	color: #555;
}

div#footer a#footer-history {
	color: #198a19;
}

div#footer a#footer-status {
	color: #e43141;
}

div#footer a#footer-response {
	color: #6f2f00;
}

div#footer a#footer-future {
	color: #759acd;
}

div#footer a#footer-references {
	color: #612d6c;
}

div#footer a#footer-about {
	color: orange;
}


