/************************************************************************************/
/* Tag formats 																	*/
/************************************************************************************/
Body 
{
	Background-Color: 	White; /*#F7F0DE;  247 240 222 */
	Font-Family: 		Papyrus,"Sans-Serif"; 
	/*Font-Size: 			14pt; 1em; 12pt; */
	Color: 				#003300;/*#4F6F0F;  79 111 15 */
}

H1 
{
	Font-Weight: 		Bold; 
	Color: 				#004080; /* 109 169 165 */
	Text-Align: 			Center;
	Margin-Top: 			8px; 
	Margin-Bottom: 		4px;
}

H2 
{
	Font-Weight: 		Bold; 
	Color: 				#004080; 
	Text-Align: 			Center;
	Margin-Top: 			4px; 
	Margin-Bottom: 		8px;
}
	
H3
{
	Font-Weight: 		Bold; 
	Color: 				#004080; 
}

H4
{
	Font-Weight: 		Bold; 
	Color: 				#004080; 
}

P
{
	/*Font-Size: 			12pt;*/
	Margin-Left:			3%;
	Margin-Right:		3%;
}

P Strong
{
	Font-Weight:			Bold;
}

HR
{
	Color: 				#B6DCF0; 
	Background-Color: 	#B6DCF0;
}

Table
{
	/*Font-Size: 			0.9em; 11pt;*/
}

UL
{
	/*Font-Size: 			0.9em; 11pt;*/
}

A
{
	Color: 				#003300; /*#4F6F0F; */
	Text-Decoration: 	None;
}

/* This is not used */
Caption
{
	Background-Color: 	#003300; /*#4F6F0F;*/
	Color: 				#FCF8F4;
	Text-Align: 			Center;
}

/************************************************************************************/
/* Navigation links (experimental)	 															*/
/************************************************************************************/
/* This is not used */
Table#Links 
{
	Width:				95%;
}

/************************************************************************************/
/* Pseudo-classes	 															*/
/************************************************************************************/
A:Link
{
	Color: 				#003300; /*#4F6F0F; */
	Text-Decoration: 	None; 
}

A:Hover,A:Active
{
	Color: 				#006633; /*#4F6F0F; */
	Text-Decoration: 	Underline; 
}

A:Visited
{
	Color: 				#003300; 
}

/************************************************************************************/
/* Classes	 																	*/
/************************************************************************************/
.Banner
{
	Background:			URL('Images/Banner.jpg') Top Center No-Repeat;
	Font-Size:			2.5em;
	Font-Weight: 		Bold; 
	Color:				#004080;
	Text-Align: 			Center;
	Padding-Top:			180px;
	Margin-Top: 			8px; 
	Margin-Bottom: 		4px;
}

.Border 
{
	Background:			White URL('Images/PalmSmall.gif') Center Center No-Repeat;
	Width:				128px;
	Border:				0px;
}

/* This is not used */
.Button
{
	Background:			#FEFAF7 URL('Images/Button.gif') Top Left No-Repeat;
	Text-Align:			Center;
}

.TableHeaderReverse
{
	Background-Color: 	#003300; /*#4F6F0F;*/
	Color: 				#FCF8F4;
}

.TableSubHeader
{
	Color: 				#003300; /*#4F6F0F;*/
	Font-Weight:			Bold;
	Text-Align:			Center;
}

.TableRowOdd
{
	Background-Color: 	#E5E1DD;
}

.TableRowEven
{
	Background-Color: 	#C5D3D1;
}

.HouseCaption 
{
	Text-Align: 			Center;
	Margin-Top: 			-10px; 
	Margin-Bottom: 		8px;
}

.Indent 
{ 
	Margin-Left: 		10%; 
	Margin-Right: 		10%; 
}

.LinkOffFocus
{
	Background:			#FEFAF7;
	Border: 				4px Outset #E8E8F0;
	Padding:				4px;
	Vertical-Align:		Top;
	Text-Align:			Right;
} 

.LinkOnFocus 
{
	Background:			#FFFFA1;
	Border: 				4px Outset #E8E8F0;
	Padding:				4px;
	Vertical-Align:		Top;
	Text-Align:			Right;
	Cursor:				Hand;
}

/* http://www.alistapart.com/articles/cssdropshadows NOT USED!*/
.ImgShadow 
{
	Clear:				Both;
	Float:				Left;
	Background: 			URL(Images/ShadowAlpha.png) No-Repeat Bottom Right !Important;
	Background: 			URL(Images/Shadow.gif) No-Repeat Bottom Right;
	Margin: 				10px 0 0 10px !Important;
	Margin: 				10px 0 0 5px;
}

.ImgShadow Img 
{
	Display: 			Block;
	Position: 			Relative;
	Background-Color: 	#FFF;
	Margin: 				-6px 6px 6px -6px;
	Padding: 			0px;
	Width: 				150px;
	Height: 				110px;
}

.ImgBorder
{
	Border: 				5px Outset #FEFAF7;
}

.Addendum
{
	Font-Family:			"Trebuchet MS",Verdana,"Sans-Serif";
	/*Font-Size:			10pt;*/
	Color:				Black;
}

