
/* ======================= Primary and Secondary Content: Primary Content and Subscription Form  ================= */

div#primary-content-and-subscription-form
{
	border-bottom-color: rgb(67,156,196); /* Medium-light blue */
}

/* =========================== Primary-Content and Subscription Form: Forms ======================= */

form#subscription-form label
{
	color: rgb(149,174,51); /* Olive green */
}


form#subscription-form input.submit-button
{
	color: white;
	background-color: rgb(67,156,196); /* Medium-light blue */

	border-color: black;
}

/* ================================= Secondary Nav and Tertiary Nav ======================= */

ul#secondary-navigation li a,
	ul#tertiary-navigation li a
{
	color: black;
}

/* =================================== Secondary Nav =============================== */

/* Odd rows */
ul#secondary-navigation li.odd
{
	background-color: white;
}

/* Even rows */
ul#secondary-navigation li.even
{
	background-color: rgb(227,240,246); /* Light blue */
}



/* ================================= Headers ============================ */

/* The leading header towards the top of the page */
div#primary-and-secondary-content h1
{
	color: rgb(67,156,196); /* Medium-light blue */
	font-weight: bold;
}

/* These act as the main headers within the
	secondary-and tertiary-navigation section */
div#secondary-and-tertiary-navigation h5
{
	color: black;
	background-color: white;

	border-color: rgb(149,174,51); /* Olive green */
}

/* ================================= Footer Bits ============================ */

div#footer p,
	div#footer a
{
	color: rgb(100,100,100); /* Medium gray */
}

