/* CSS Document */
/* John Sadler for Northern Lights Presentations */
/* June 2006 */
/* Chapman's Landing Cooking Studio - www.chapmanslanding.com */

a {
	color: #990000; 								/* normal link colour - red */
	font-weight: bold;
}

a:hover {
	color: #663366; 								/* mouseover link colour - purple */
	font-weight: bold;
}

a.menu {
	font-size: 14px;
	font-family:	Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover.menu {
	color: #FFFFFF;
	font-family:	Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.footer_link {
	color: #FFFFCC; 								/* footer link colour - yellow */
}

a:hover.footer_link {
	color: #FFFFFF; 								/* footer link hover colour - white */
}

body {
	color: #000000; 								/* main content colour - black */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;						/* body background colour - light yellow */
}

td.banner {
	color:	#FFFFFF;	 							/* footer font colour - white */	
	font-size: 12px;
	background-color: #666632;						/* footer font colour - green */
	background-image: url(images/header.jpg);
	height: 236px;
}

td.menu {
	color:	#FFFFFF;	 							/* footer font colour - white */	
	font-size: 12px;
	background-color: #666632;						/* footer font colour - green */
	/* background-image: url(images/menu.jpg); 		This is done inline now... */
	height: 217px;
}

td.title {
	color: #666666;									/* page title colour - grey */
	font-size: 16px;
	font-weight: bold;
}

td.table_header {
	font-size: 14px;
	font-weight: bold;
}

td.calendar_header {
	font-size: 14px;
	font-weight: bold;
}

td.cal_offday {
	color: #CCCCCC; 								/* off-month day colour - light grey */	
	font-size: 12px;
}

td.footer {
	color:	#FFFFFF;	 							/* footer font colour - white */	
	font-size: 12px;
	background-color: #666632;						/* footer font colour - green */
	background-image: url(images/footer.jpg);
	height: 132px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666632;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}