BODY {
	color: #474747;
	font-family: "Times New Roman", monospace;
	font-size: small;
	line-height: 160%;
	text-align: left;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat;
	padding-left: 0px;
	margin: 0;
	}
p {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 1;
}
p.footnote {
	font-size: small;
	color: #474747;
	line-height: 120%;
	margin: 4px 0 4px 0;
}
p.marble {
	font-size: x-small;
	color: Maroon;
	line-height: 120%;
}
h3 {
	padding-left: 30px;
	padding-right: 30px;
	font-size:large;
	font:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#4E4E38;
	margin: 0 3;
}

A {
	color: Black;
}

A:HOVER {
	color: #835F09;
}

img {
	margin-top: 0px;
}

img.floatleft {
	float: left;
	vertical-align: top;
	padding: 0 20px 8px 0;
}

img.floatright {
	float: right;
	vertical-align: top;
	padding: 0 0 8px 20px;
}
p.capleft {
	float: left;
	
	vertical-align: top;
	padding: 0 20px 8px 0;
	border: 1px dotted #3C2E0D;
}

.tablebody  {  
background: #FAFAE9 url(../images/basic_15.jpg) repeat-x top left;
}

.tableleft  {  
background: url(../images/left_repeater.gif) repeat-y top;
}
.tableright  {  
background: url(../images/right_repeater.gif) repeat-y top;
}

/* Hide png files from ie 4-6(they will use the gif's above)*/ 

html>body .tableleft  {  
background: url(../images/left_repeater.png) repeat-y top;
}
html>body .tableright  {  
background: url(../images/right_repeater.png) repeat-y top;
}
/* End hiding code */
br {
	margin-bottom: 0;
}

.bgtable {
	background:  url("../images/bg_dirt_01.jpg") no-repeat;
}

