	body {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 10px;
	}
	
	a {
		text-decoration: none;
	}
	
	a:link {
		color: #3366CC;
	}
	
	a:visited {
		color: #3333FF;
	}
	
	a:hover {
	color: #009900;
	}
	
	form {
		margin: 0;
		padding: 0
		display: block;
	}
	
	.bulletList {
		list-style:square;
		padding-left: 5px;
		margin-left: 1em;
	}
	
	.pageHeader {
		padding-top: 8px;
		padding-right: 10px;
		padding-bottom: 4px;
	}
	
	.bannerbox {
		font-size: 20px;
		font-weight: bold;
		color: #CC0000;
		font-family: "Comic Sans MS", Arial;
		vertical-align: middle;
		text-align: left;
		margin-right: 20px;
	}		
	
	.announcementBox {		/* box (td) holding announcement blocks */
		border-style: solid;
		border-color: #006600;
		border-bottom-width: medium;
		background-color: #50B948;
	}
	
	.announcementHead {		/* The mast for a bunch of types of events, currently an image */
		font-size: 18px;
		font-weight: normal;
		padding: 0px;
		text-align: center;
		margin: 0px 5px 3px 5px;
	}
	
	.announcementBox h1 {		/* Title of announcemnt */
		font-size: 16pt;
		font-weight: normal;
		text-align: center;
		line-height: 20pt;
		margin: 5px 5px 3px 5px;
		color: #FFC423;
		font-family: "Comic Sans MS", Arial;
	}
	
	/* An announcement title can be clickable, we don't want to mess up the look */
	.announcementBox h1 a:link { color: #FFC423; }
	.announcementBox h1 a:visited { color: #FFC423; }
	.announcementBox h1 a:hover { color: #FFC423; }
	.announcementBox h1 a:active { color: #FFC423; }
	
	.announcementBox h2 {	/* subtitle for announcement */
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin: 0px 5px 3px 5px;
		font-family: "Comic Sans MS", Arial;
	}

	.announcementBox p {
		font-size: 10pt;
		font-weight: normal;
		line-height: 110%;
		padding : 0px 5px 3px 5px;
		margin-bottom: 3px;
		margin-top: 4px;
		margin-left: 5px;
		margin-right: 3px;
	}

	.pageTitle {		/* Block holding the page title (with leader and trailer) */
	}
	
	.pageTitleLeader {
		font-family: Arial, Helvetica, sans-serif;
		color: #0099CC;
		font-size: 14px;
	}
	
	.pageTitleText {
		font-family: "Comic Sans MS", Arial;
		font-size: 24px;
		font-weight: bold;
		color: #FFC423;
	}
	
	.pageTitleTrailer {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-align: center;
		color: #0099CC;
		font-size: 16px;
	}
	
	.content {		/* text style for content area */
		font-size: 16px;
		color: #000066;
	}
	
	.infoContent {		/* text style for content area of info pages */
	padding-left: 6px;
	padding-right: 6px;
	min-width: 500px;
	}
	
	.infoContent a {
		text-decoration: underline;		/* this is turned of globally, turn it back on for content area */
	}
	
	.infoContent h1 {
	font-size: 24px;
	font-family: "Comic Sans MS", Arial;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #50B948;
	}
	
	.infoContent h2 {
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.infoContent h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}
	
	.infoContent p {
	}
	
	/* Shopping pages, menu and content */
	
	#PageContent {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 8px;
	}
	
	#ShopMenu a {
	color: #0033CC;
	}
	
	#ShopMenu a:hover {
	color: #669900;
	}
	
	#ShopMenu .ShopMenuCell {
	}
	
	#ShopMenu .ShopMenuItem {
		background-color: #E1EEC3;
		padding-left: 5px;
		font-family: "Courier New", Courier, monospace;
		font-size: 18px;
		letter-spacing: -1px;
	}
	
	#ShopMenu .ShopMenuItemActive {
		background-color: #AEE3FE;
		padding-left: 5px;
		font-family: "Courier New", Courier, monospace;
		font-size: 18px;
		letter-spacing: -1px;
		color: #003300;
	}
	
	#ShopMenu .ShopSubMenu {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
	}

	#ShopMenu .ShopSubMenuCell {
	display: none;
	padding-left: 15px;
	padding-top: 2px;
	}
	
	#ShopMenu .ShopMenuSubItem {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	letter-spacing: -1px;
	}

	#ShopMenu .ShopMenuSubItemActive {
		background-color: #AEE3FE;
		font-family: "Courier New", Courier, monospace;
		font-size: 16px;
		letter-spacing: -1px;
		color: #006492;
	}

	#ShopBody .ShopBodyTitle {
	font-size: 24px;
	font-weight: bold;
	color: #FFC423;
	font-family: "Comic Sans MS", Arial;
	letter-spacing: -1px;
	padding-bottom: 10px;
	}
	
	#ShopBody p {
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-size: 14px; */
	/* color: #003366; */
	padding-right: 5px;
	}
	
	#ShopBody ul {
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
	}

	#ShopBody li {
	}

	#ShopBody a {
		text-decoration: underline;		/* off in body, turn it back on */
		color: #298DCB;
	}

	#ShopBody .ShopBodyItem {
		/* font-size: 12px; */
		/* color: #003366; */
		border: 1;
	}

	#ShopBody .ShopBodyItem .ShopBodyItemTitle {
		font-size: 18px;
		/* color: #003366; */
		font-weight: bold;
		padding-bottom: 5px;
	}

	#ShopBody .ShopBodyItem .ShopBodyItemImage
	{
	}

	#ShopBody .ShopBodyItem .ShopBodyItemDescription
	{
		padding-left: 5px;
	}

	#ShopBody .ShopBodyItemPurchase
	{
		padding-left: 5px;
	}
	
	/* Footer */
	
		.navFooter {
		font-family: "Courier New", Courier, monospace;
		font-size: 10pt;
		letter-spacing: -1px;
	}
	
	.copyright {
		color: #669900;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	.address {
		color: #FFC423;
	}
	

