body  {
	background-color: d9e199;
	margin: 40 0 0 0;
	}
p, ol, .general {
	color: #636363;
	font-size: 10pt;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	}
.rec-table, .rec-table td {
	color: #636363;
	font-size: 8pt;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	vertical-align: middle;
	}

a { 	color: #5996a0;
	text-decoration: underline; }
a:hover { text-decoration: none; }

h1	{
	color: #f8f7e7;
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;	
	}
h2	{
	color: #5996A0;
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	}
td  {
	vertical-align: top;
	}
hr {
	color: #5996A0;
	width: 420px;
	height: 1;
	}
	

#head h1 {
	margin: 108 0 0 40;
	font-size: 19pt;
	}

#body h2 {
	margin-left: 40;
	margin-right: 40;
	font-size: 14pt;
	}
#body ol, p {
	margin-left: 40;
	margin-right: 40;
/*	margin: auto 40 auto 40;	*/
	}

	
#footer p {
	color: #A9C7C4;
	font-size: 7pt;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;	
	margin: 5 0;
	}
#footer p a			{ color: #A9C7C4;
					  text-decoration: underline; }
#footer p a:hover	{ text-decoration: none; }
	
	
/*-----------SIDE MENU------------*/	

#smenu {
	background-color: #f8f7e7;
	background-image: url(images/monogram.gif);
	background-repeat: no-repeat;
	height: 173;
	margin-bottom: 8;
	*margin-bottom: -4;
	}
#smenu a {					/* The anchor sets the size and shape of the box */
	display:block;
	text-decoration:none;
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #636363;
	line-height:25px;
	width: 240;
	margin-bottom: 12;
	}
/*#smenu a:hover {				/* Determines the style of the text links */
/*	color: 244A9F;
	text-decoration: underline;
	}*/
#smenu ul {					/* Eliminates natural characteristics of UL */
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	}
#smenu a.active			{ background-image: url(images/smenubkgd.gif); }
#smenu a.active:hover	{ background-image: url(images/smenubkgdahover.gif); }
#smenu a.inactive		{ background-image: none;}
#smenu a.inactive:hover	{ background-image: url(images/smenubkgdihover.gif); }


/*-----------TOP MENU------------*/	

#tmenu {
	width: 740;
	height: 25;
	}
#tmenu a {
	display:block;
	text-decoration:none;
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 13pt;
	color: #636363;
	line-height:25px;
	width: 148;
	margin-bottom: 12;
	}
#tmenu ul {					/* Eliminates natural characteristics of UL */
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	}
#tmenu li {					/* Unstacks list items */
	float:left;
	position:relative;
	}
#tmenu a.active			{ background-color: #E9EDBF; }
#tmenu a.active:hover	{ background-color: #D9E199; }
#tmenu a.inactive		{ background-color: #f8f7e7; }
#tmenu a.inactive:hover	{ background-color: #D9E199; }


