/* home page */
body.index {
	background-image: url(images/bamboo.jpg);
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: left;
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
	margin: 2% 0;
}

/* Home page */
h1.style {
	font-family: Tempus sans ITC, sans-serif;
    color: #7A5C0C;
	font-size: 1.75em;
	margin: .5% 0;
}    								


/* Index Frame */
body.tcm-index {
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	margin: 5% 0% 1% 0%;
}


/* Service page */
body.service {
	background-image: url(images/bamboo.jpg);
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: left;
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
	color: #000;
	margin: 1.5% 10%;
}


/* TCM pages */
body.tcm {background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
	color: #000000;
	margin: 2.5% 5%;
}


/* Links */
A:link {color: #004000; font-weight: bold; text-decoration: underline;}  /*7a5c0c*/
A:active {color: #B96707; font-weight: normal; text-decoration: underline;}  /*B96707*/
A:visited {color: #808000; font-weight: normal; text-decoration: underline;} /*808000*/
A:hover {color: #664728; background: #BBBBA7; text-decoration: none;}  /*664728*/

/* Rollover effect of Nav buttons in Notebook files */
a.rollover:hover {
	background-color: #74512e; 
	color: #ffffc0;
	font-size: x-large; 
}


/* Header title */
h2.title {font-size: 1.25em; 
		  width: 100%; 
		  background-color: #CDC4A5; 
		  text-indent: .5ex;
}


/* Circle style List */
ul li {list-style-type: circle;}


/* Home page Calvin Dale caption */
.signature {font-size: 8pt;}

/* Style fonts - home h4, */
td.style2, h4.style2, p.style2 {
	font-family: arial, verdana, sans-serif;
    color: #7A5C0C;  /* dark brown */
}


/* Indentation */
.indent {margin: 0 0 0 3%;}

/* underlining*/
.und {text-decoration: underline;}

/* misc.html: gap size */
li.gap {margin: 1.5em 1.5em;}
li.gap2 {margin: 1% 1%;}

/* Table border */
.border { 
    border-style: solid; 
    border-color: #664728;
    border-width: thin;
	padding: 1%;
}

/*Table cell formatting */
th h4 {padding: .5em 1em;}

dt {margin: 2% 0 0;}

