/* rules to override master stylesheet */


/* the following styles lay out the  WHAT'S NEW BOX on the homepage */

.grid_6rt  {
	display:inline;
	float:right;
	overflow: hidden;
	margin-right: 10px;
	padding-left: 20px;
	margin-left:0
}

.grid_6rt, .grid_6rt .nobordergrid, .grid_6rt .header { width:340px}

/* ends  WHAT'S NEW BOX styles */



/* reduces font size for H2 & H3 TAGS -- NOTE: ref .header h2 and .header h3 styles */

h2 {
	color: #000;
	font-size: 1.1em;
	padding-bottom: 6px 
}
h3 {
	color: #000; 
	font-size: 1.0em;
	margin: 0.5em 0 /* default margins for h tags: in this order: top/bottom, right/left */
}

/* ends H2 & H3 HEADERS */




/* additional color styles */

.maroon { background-color: #922612}


/* ends COLOURS */
