
/* LAYOUT */

body 			{
	text-align	: center;       	/* necessary for container to center */
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 10pt;
	background	: #edf1e8 top left repeat-x;
	background-image: url(images/burgundy_bg.jpg);
	background-color: #edf1e8;
	color		: #555242;
	}

div#container 		{
	margin-left	: auto;
	margin-right	: auto;
	width		: 855px;
	text-align	: left;
	border-style	: solid;
	border-width	: 0px;
	}


div#addr		{ /* Date page Updated */
	font-family	: Arial, Helvetica, sans-serif;
	font-weight	: bold;
	text-align	: center;
	font		: bold 8pt Arial, Helvetica, sans-serif;
	}


/* FORMATTING */


.heading1		{
	color           : #800000;
	font            : bold 12pt 'Arial', Helvetica, sans-serif;
	}

.heading2 		{
	color           : #800000;
	font            : bold 10pt 'Arial', Helvetica, sans-serif;
	}

.heading3 		{ /* News Heading pointer cursor */
	color           : #800000;
	font            : bold 10pt 'Arial', Helvetica, sans-serif;
	cursor		: pointer;
	}

.heading4		{ /* Address Footer */
	color		: #555242;
	font		: normal 8pt 'Arial', Helvetica, sans-serif;
	text-align	: center;
	}

h3			{ /* Date page Updated */
	font-family	: 'Arial', Helvetica, sans-serif;
	font-size	: x-small;
	font-weight	: normal;
	padding-bottom	: 0;
	}




/* IMAGEs &  PLACEMENT */


img		{ /* IMAGES */
	border		: 0px;
	border-color	: transparent;
		}

img#a1		{ 
	background      : transparent;
	left            : 0px;
	top             : 9px;
	}

div#a2		{ 
	background-color: transparent;
	position        : absolute;
	left		: 750px;
	top             : 9px;
	}



.raligned	{ /* RIGHT ALIGN IMAGES */
	float		: right;
	padding-left	: 15px;
	}

.caligned	{ /* center images */
	float		: center;
	}

.laligned	{ /* left align images */
	float		: left;
	padding-right   : 15px;
	}


a:link		{
	color           : #800000;
	text-decoration : none;
	}
a:visited	{
	color           : #800000;
	text-decoration : none;
	}
a:hover 	{ 
	color           : #800000;
	text-decoration : none;
	}
a:active	{ /* Active Links */
	color           : #800000;
	text-decoration : none;
	}

table		{ 
	border		: 0px;
	table-layout	:fixed;
	}

.items		{ /* Household Items */
	width		: 500px;
	font		: bold 10pt Arial, Helvetica;
	}

.sched		{ /* Events Sched */
	width		: 300px;
	}


