/* Monochromatic Color Scheme
Reference http://december.com/html/spec/colorhslhex10.html
Hue 160, saturation 20%
Light
90%      #E0EBE7		
80%      #C2D6CF		  
70%      #A3C2B8		
60%      #85ADA0
50%      #669988
40%      #527A6D	
30%      #3D5C52
20%      #293D36
*/

/* Contrast Color Scheme
Hue 50%, saturation 70%
Light
90%      #F7F1D4
70%      #F0DB75  
50%      #E6C419 
*/


/* CENTRAL PANEL SETTINGS */
	div.centerpanel {  
		background-color		: #F7F1D4; /* CC 90 */
		color               : #293D36; /* MC 20 */
		padding				      : 0px;
		vertical-align		  : top;
	}
	.centertext , .centertext td{
		font-family			    : "Times New Roman", serif;
		text-align          : left;
		font-size				    : 1.0em;
	}
	.centerpanel a:link {
		color               : #527A6D;  /* MC 40 */
		background-color    : transparent; /* CC 90 */
		font-weight         : bold;
		text-decoration     : none;
	}
	.centerpanel a:visited {
		color               : #669988; /* MC 50 */
		background-color    : transparent; /* CC 90 */
		font-weight         : bold;
		text-decoration     : none;
	}
	.centerpanel a:hover {
		color               : #F0DB75 ; /* CC 70 */
		background-color    : #3D5C52; /* MC 30 */
		font-weight         : bold;
		text-decoration     : none;
	}
	.centerpanel a:active {
		color               : #3D5C52; /* MC 30 */
		background-color    : #E6C419; /* CC 50 */
		font-weight         : bold;
		text-decoration     : none;
	}
		#lastmod {
	  padding-top         : 4px;
		text-align          : right;
		font-size           : 0.9em;
	}
/* END CENTRAL PANEL SETTINGS */

