﻿/* Sets the background color for the body */
BODY {background: #444;}

/* Sets the hover color for the body links */
a:active, a:hover {color: #000000;}

/* Sets the color for the heading 1 tag */
h1 { color: #D6D75E;}

/* Sets the hover color for the breadcrumb menu on one column links */
#bcmenu a:active, #bcmenu a:hover {color: #D6D75E;}

/* Sets the color for the right column header */
#body2 h1 {color: #BB434F;}
	
/* Sets the hover color for the right column sub menu */
#menusub a:active, #menusub a:hover {color: #000000;}

/* Sets the background color for the footer and the text color */
#footer {background: #D6D75E; color: #000; }

/* Sets the text color for the middle area */
#midcontent {	color: #000;}
