﻿/* Reverse CSS for ADP website */
/* Specify ONLY colors */
/* #302226 is Gray24 */
body {
	background-color: black;
	color: white;
}
#masthead {
	border-top-color: white;
	background-color: #302226;
}
#left_col {
	color: white;
}
#right_col {
	color: white;
}
#footer {
	border-top-color: white;
	border-bottom-color: white;
	color: white;
	background-color: #302226;
}
#footerleft {
	color: white;
}
#article {
	color: white;
	background-color: #302226;
	border-color: white;
}
.article { /* Match any changes to the ARTICLE class to the ID definition above */
	color: white;
	background-color: #302226;
	border-color: white;
}
.artalt {
	color: yellow;
}
.pagetitle { /* Reverse the colors for a full-width (page or column) title */
	color: navy;
	background-color: white;
}
.sitetitle {
	color: yellow;
}
table.standard {
	border-color: white;
}
td {
	border-color: white;
}
/* NAVIGATION */
td.nav {
	background-color: #302226;
}
table.nav { 
	border-color: white;
	background-color: #302226;
}
a:link {
	color: cyan;
}
a:visited {
	color: cyan;
}
a:hover {
	color: blue;
	background-color: #F8F8FF; /* So-called GhostWhite, a bit less contrast than white, per feedback */
}
/* END NAVIGATION */

