body {
	background:#646e57 url(img/bgshadow_green.jpg) repeat-y top center;		/* dark grey */
}

#header .logo_replace{
	background: url(img/TroopBanner-Green.jpg) no-repeat top left;
}

#header .sub_bar {
	background: #9ba886;
	color:#ffffff;
}

#footer {
	background:#000000;
	color:#464642;
}

#footer a {
	color:#ffc;
}

#footer a:hover,#footer a:focus {
	color:#B8C3A9;
}

#leftcontent {
	background: #e1e5dc;	/* olive gray */
	color: black;			/* black */
}

#content {
	background: white;
/*      background: white url(img/texture_tile.jpg) repeat left top;
*/
}

#content a {
	color:#6c0000;
	font-weight: bold;
	border-bottom: 1px dotted #6c0000;
	text-decoration:none;
}

#rightcontent {
	background: white;	/* white */
}

a {
	font-weight: normal;
}

a:link,a:visited,a:hover,a:focus {
	color:#6c0000;
}

#content a:hover, #content a:focus {
	border-bottom: 0px dotted #6c0000;
	color:#000;
	text-decoration:underline;
}

#content h1 {
	color:black;
}

#content h2 {
	color:#6c0000;		/* dark red */
}





#nav a {
	color: black;
}

#nav a:hover {
	background: #3b4741;
	color: #e2d7b9;
}

#nav li a.heading {
	color:#898A7A;
}

#nav li a.heading:hover {
	background: #3b4741;
	color: #e2d7b9;
}

