
body		{
			background-image:	url(images/tile1.gif);
			background-image:	url(images/norwoods-bg.jpg);
			background-image:	url(images/norwoods-bg-2.jpg);
			background-position:center center;
			background-repeat:		repeat-y;
			background-attachment: fixed;
			background-color:	#D2E8D5; /*#E4EDE5;*/
			font-family:arial, helvetica, verdana, sans-serif;
			font-weight:bold;
			margin:1em 3em 1em;
			}

h1, h2, h3	{
			font-family: arial,hevetica,verdana,sans-serif;
			background:none;
			color:#800000;
			text-align:center;
			}

h1			{
			font-size:3em;
			}

h2			{
			font-size:2em;
			}

h3			{
			font-size:1.6em;
			}

hr			{
			width:85%;
			background:#800001;
/*			color:#800000;*/
			height:3px;
			}

.footer		{
			font-size:.8em;
			font-weight:normal;
			}

.foot
		{
	font-family:	'times new roman', times, serif;
	font-size:		13pt;
		}

.caption	{
			font-size:.9em;
			text-align:center;
			}

.images		{
			border:1px solid black;
			margin:5px;
			}

.meridian	{
			font-variant:small-caps;
			}

#div1		{ 
			float:left; 
			margin-left:2em;
			width:40%;
			background:none;
			text-align:center;
			}

#div2		{ 
			margin-left:45%; 
			width:45%;
			background:none;
			text-align:left;
			}

.addendum	{
			position:relative;
			top:6em;
			font-size:.8em;
			font-weight:normal;
			text-align:center;
			height:4em;
			}

.num	{
	font-size:		70%;
	font-weight:	550;
	vertical-align:	top;
		}

.den	{
  font-size:		70%;
  font-weight:		550;
  vertical-align:	bottom;
		}

/*	following are to create active buttons with the id 'nav-button' */

#button	{
	font-family:	 Arial, Helvetica, sans-serif;	/*	all text in the buttons will be sans serif */
	font-size:		 1.15em;			/*	text will be 30% bigger than base font size */
	font-weight:	 bold;			/*	text will be bold */
		}

#button ul	{				/*	this grouping sets up an unordered list for making buttons */
	display:	block;		/*	sets for vertical display of li boxes */
	display:	inline;		/*	sets for horizontal display of li boxes */
		}

#button li	{
	list-style:	 none;		/*	eleminates leading characters in list items */
	line-height:	1.9;	/*	sets spacing between buttons and eliminates jitter	*/
		}

#button a
		{
	padding:			3px 10px 3px 10px;	/*	in conjunction with line height above sets size and spacing */
	color:				#A62020;			/*	sets text color for links */
	background:			#a09070;			/*	sets background color for links */
	text-decoration:	none;				/*	eliminates underline for links */
		}

#button a:link, 
#button a:visited		{  
/*	display:			block;*/	/* setting block here makes button full width of container */
/*	_height:			1%;	*/		/* may be needed for ie to make the whole tab clickable */

	border-top:			3px solid #DED6CE;		/*	these four paramaters give boxes	*/
	border-left:		3px solid #DED6CE;		/*	a raised medallion appearance */
	border-bottom:		3px solid #806060;
	border-right:		3px solid #806060;
		}

#button a:hover	{
	font-style:		normal;					/*	counteracts italic hover set elsewhere	*/
	border-top:		3px solid #806060;		/*	these four paramaters give boxes		*/
	border-left:	3px solid #806060;		/*	a depressed medallion appearance		*/
	border-bottom:	3px solid #EFE7DE;		/*	when mouse cursor is placed over them	*/
	border-right:	3px solid #EFE7DE;
		}



#mail-envelope {
	font-family:	'times new roman', times, serif;
	font-size:		1em;
	float:right;
/*	font-weight:	bold;*/
	}

#mail-envelope ul {
	list-style:		none;
	margin:			0;
	padding:		0;
	padding-top:	0px;
	padding-bottom:	0px;
		}

#mail-envelope li {
	display:	inline;
		}

#mail-envelope a:link, 
#mail-envelope a:visited {  
	margin-right:		0px;
/*	_margin-top:		5px;*/
	padding:			8px 3px 0px 3px;  
	_padding:			5px 3px 9px 4px;
	color:				#CA6002;
/*	background-color:	#FCD242;*/
	background-color:	#33a54d; /* green to be developed */
	text-decoration:	none;
	border-top:			3px solid #bef58d;
	border-left:		3px solid #bef58d;
	border-bottom:		3px solid #0f731d;
	_border-bottom:		5px solid #0f731d;
	border-right:		3px solid #0f731d;
		}

#mail-envelope a:hover {
	border-top:		3px solid #0f731d;
	border-left:	3px solid #0f731d;
	border-bottom:	3px solid #bef58d;
	border-right:	3px solid #bef58d;
		}

