﻿body
{ 
	
	background-color: #5d6c59;
	font-family: calibri, arial, verdana, san-serif;	
	font-size: 12px;
	margin: auto;

}



td.hpcontent
{
	background-image: url("../img/hp_bg_main_bottom.jpg"); 
	background-repeat: no-repeat;
	width: 848px;	height: 380px;
	color: #375131;
	font-size: 16px;

	
}

td.replysidepane
{
	width: 216px;	/* height: 1024px; */
	background-color: #5d6c59;
}

td.replymain
{

	background-color: #ccbda8;
	max-width: 848px;
	/* text-align: left; */


}




td.nav
{
	background-color: #5d6c59;
	padding: 3px;	
	font-size: 14px;
	width:150px;
	border-right: 1px gray solid;
}

td.insidetb
{
	padding: 10px;

}


td.subtletable
{
	border-bottom: 1px dotted gray;
}


/* text and links content */


a.letter {
	color: #3d2c1f;text-decoration: none;
}


a.letter:hover {
	color: white;	text-decoration: none;
	/* text-shadow only works in safari  */
	text-shadow: #666666 10px 5px 2px;
}

a.navlink {
	color: white;
	text-decoration: none;

}

a.navlink:hover {

	color: #3d2c1f;
}

.content {
	padding: 15px; }
	
.sig {
	text-align:right; padding-right: 30px;}	



