		Body
			{
				background: #FFFFFF;
				color: #333333;
				font-size: 10pt;
				font-family: "Trebuchet MS", arial, helvetica, sans-serif;
				margin: 0px;
			}
		.pagetitle
			{
				color: #884444;
				font-size: 15pt;
				font-weight: bold;
				font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			}
		.subtitle
			{
	color: #000000;
	font-size: 12pt;
	font-weight: bolder;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	line-height: 28pt;

			}
			
		.subtitle2
			{
	color: #000000;
	font-size: 12pt;
	font-weight: bolder;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;

			}
		.sidebartitle
			{
				color: #000000;
				font-size: 10pt;
				font-weight: bolder;
				font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			}
		.sidebarsubhead
			{
				color: #000000;
				font-size: 10pt;
				font-weight: bolder;
				font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			}
		.sidebartext
			{
				color: #000000;
				font-size: 9pt;
				font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			}
		.caption
			{
				color: #000000;
				font-size: 8pt;
				font-style: italic;
				font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			}
		.headerfootertext
			{
				color: #000000;
				font-size: 8pt;
				font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			}
		.error
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.success
			{
				color: darkgreen;
				font-weight: bolder;
			}
		.instructions
			{
				color: #999966;
				font-size: 8pt;
			}
		.required
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.fieldlabel
			{
				color: #000000;
				font-weight: bolder;
			}
		.alternatelink
			{
				/*alternate to the standard a tag*/
				font-size: 11pt;
			}
		a.alternatelink:link
			{
				color: #993333;
				text-decoration: none;
			}
		a.alternatelink:active
			{
				color: #993333;
				text-decoration: none;
			}
		a.alternatelink:visited
			{
				color: #993333;
				text-decoration: none;
			}
		a.alternatelink:hover
			{
				color: #993333;
				text-decoration: none;
			}
		a:link
			{
				color: #993333;
				text-decoration: underlined;
			}
		a:active
			{
				color: #993333;
				text-decoration: underlined;
			}
		a:visited
			{
				color: #660000;
				text-decoration: underlined;
			}
		a:hover
			{
				color: #993333;
				text-decoration: underlined;
			}
			
/* Navbar */
		#navbar
			{
			margin: 10px 0px 0px 0px;
			padding: 0px 0px 20px 10px;
			font-size: 11pt;
			font-family: "Trebuchet MS", arial, helvetica, sans-serif;
			width: 775;
			position:relative;
			text-align: center;
			}
		#navbar li
			{
				margin: 0;
				padding: 0;
				display: inline;
				list-style-type: none;
			}
		#navbar a
			{

				float: left;
				line-height: 14px;
				font-weight: bold;
				margin: 0 10px 4px 10px;
				text-decoration: none;
			}
		#navbar a:link
			{
				color: #993333;
				text-decoration: none;
			}
		#navbar a:active
			{
				color: #993333;
				text-decoration: none;
			}
		#navbar a:hover
			{
				color: #993333;
				text-decoration: none;
			}
		#home a.linkHome:visited, #stories a.linkStories:visited, #museum a.linkMuseum:visited, #history a.linkHistory:visited,  #documentary a.linkDocumentary:visited, #books a.linkBooks:visited, #newsletter a.linkNewsletter:visited, #cottage a.linkCottage:visited
			{
				color: #666666;
			}
		/************************************/
		/*     End Standard CSS Classes */
		/***********************************/
