body {
	behavior: url(include/iehover.htc);

	padding: 0px ;
	margin: 0px ;

/* 	font-family: Georgia, "Times New Roman", Times, serif; */

	font-family: Arial ;
	font-size: 11px ;

	color: #361d00 ;
	/* background-color: #c9a68c ; */
/* 	background-color: #ddd ; */
/* 	background: url("images/layout3/bgtile.jpg") ; */
	background-color: #c3c9cd ;

}

#container {
	position: absolute ;

	width: 780px ;

	top: 20px ;
	left: 50% ;

	margin-left: -390px ;

/* 	border: 2px solid #81aecb ; */
	border: 1px solid #000 ;

	background-color: #f7f7f7 ;
}

#header {

	position: relative ;

	width: 100% ;

/* 	height: 273px ; */
	height: 238px ;

/* 	background: url("images/layout3/headtile.jpg") repeat-x ; */
	background: url("images/layout3/headtile-small.jpg") repeat-x ;

	z-index: 2 ;
}

#headpic {
	position: absolute ;

/* 	height: 273px ; */
	height: 238px ;
	width: 764px ;

	top: 0px ;
	left: 8px ;

/* 	background: url("images/layout3/head.jpg") top left  ; */
	background: url("images/layout3/head-small2.jpg") top left  ;

}

#links {

	position: relative ;

/* 	top: 224px ; */
	top: 189px ;

	width: 765px ;

	height: 19px ;

	padding: 0px 0px 0px 15px ;

	font-family: Georgia ;
	font-size: small ;
	text-align: center ;

	background-color: #f7f7f7 ;

	z-index: 3 ;

}

#content {


}

#body {
	padding: 5px ;
	padding-top: 0px ;
}

#footer {
	clear: both ;

	padding: 5px ;

	border-top: 1px solid #000 ;

	color: #f7f7f7 ;

	text-align: center ;
	font-size: 12px ;
	font-weight: bold ;

	background-color: #555 ;
/* 	background: url("images/layout3/headtile.jpg") ; */
}

#bottomspacer {
	position: absolute ;
	width: 780px ;
	bottom: -20px ;
	text-align: center ;
}

img.homeimage {
	margin-top: 5px ;
	margin-bottom: 10px ;
}

* html img.homeimage {
	margin-left: 20px ;
}


/***** General *****/

a {
	color: #719ebb ;
	text-decoration: none ;
	font-weight: bold ;
}

a:hover {

/* 	border-bottom: 1px solid #ff9900 ; */
	color: #ff7700 ;
}

h1 {
	margin: 0px ;
	font-family: Georgia ;
	font-size: 1.5em ;
	font-weight: bold ;
	display: inline ;
}

h2 {
	margin: 0px ;
	font-family: Georgia ;
	font-size: 1.3em ;
	font-weight: bold ;
	display: inline ;
}

h3 {
	margin: 0px ;
	font-family: Georgia ;
	font-size: 1.1em ;
	font-weight: bold ;
	display: inline ;
}

h4 {
	margin: 0px ;
	font-family: Georgia ;
	font-size: 1.0em ;
	font-weight: bold ;
	display: inline ;
}

img {
	border: 0px ;
}

.tablelabel {
	text-align: right ;
	vertical-align: top ;
	font-weight: bold ;
	font-style: italic ;
	padding-top: 5px ;
	padding-right: 10px ;
}

.tablecenter {
	margin-left: auto ;
	margin-right: auto ;
}

.box {
	border: 1px solid #777 ;
	margin: 5px ;
}

.boxhead {
	position: relative ;
	width: 100% ;

	left: 0px ;
	top: 0px ;

	padding-top: 5px ;
	padding-bottom: 5px ;

	text-align: center ;
	vertical-align: center ;

	font-style: italic ;

	background-color: #e0e8ef ;
}

.boxcontent {
/* 	background: url("images/layout2/boxcontentbg.jpg") top left no-repeat ; */
	background-color: #eee ;
	padding: 5px ;

	border-top: 1px solid #777 ;
}


.fleft {
	position: relative ;
	float: left ;
	margin-left: 10px ;
	margin-right: 10px ;
}

.fright {
	position: relative ;
	float: right ;
	margin-left: 10px ;
	margin-right: 10px ;
}

hr {
	height: 2px ;
	border: 0px ;
	color: #897b5e ;
	background-color: #897b5e ;
}

ul.type1 {
	margin: 0px ;
	margin-left: 10px ;
	margin-right: 10px ;
	padding: 0px ;
	list-style: none ;
}

ul.type1 li {
	padding: 1px  0px ;
}

ul.type1 li:hover {

	padding: 0px  0px ;

	background-color: #e0e8ef ;
	border: 1px solid #777 ;
}


ul.type2 {
	margin: 0px ;
	margin-left: 10px ;
	margin-right: 10px ;
	padding: 0px ;
	list-style: circle ;
}

ul.type2 li {
	padding: 1px  0px ;
	font-weight: bold ;
	text-decoration: underline ;
}




input, textarea {
	/*border: 1px solid #777 ;
	border-width: 2px 1px 1px 2px ;
	padding: 0px 3px ;*/
	margin: 2px ;
}


.deletebutton {
	position: relative ;
	bottom: 5px ;
}

* html .deletebutton {
	bottom: auto ;
	margin: -4px 0px ;
}


.bold { font-weight: bold ; }
.notbold { font-weight: normal ; }
.italic { font-style: italic ; }
.top { vertical-align: top ; }
.left { text-align: left ; }
.center { text-align: center ; }
.right { text-align: right ; }
.justify { text-align: justify ; }
.border { border: 1px solid #777 ; }
.clear { clear: both ; }


table#stonelist {

	border-collapse: collapse ;



}

table#stonelist td {
	padding: 2px 20px ;
	border: 1px solid #777 ;
}

table#stonelist tr.linestoggle1 td {
	cursor: pointer ;
	background-color: #d9e6e9 ;
}

table#stonelist tr.linestoggle2 td {
	cursor: pointer ;
	background-color: #eff3f6 ;
}

table#stonelist td.blank {
	height: 10px ;
	font-size: 0px ;
	border: 0px ;
	background: none ;
}