html 
{
	height:100%;
	background-color:#CFBA8C;
	color:Black;
}

body {
	margin: 5px;
	padding: 5px;
    text-align:center;
	
}

td.leftnav 
{
	background-color: White;
	color:Black;
	width: 150px;
	text-align: left;
	vertical-align: top;
}

div.leftbutton 
{
	border-left:solid 10px #CFBA8C;
	border-top:solid 1px  #CFBA8C;
	border-right:solid 1px  #CFBA8C;
	border-bottom:solid 1px  #CFBA8C;

	font-weight:bold;
	text-align:left;
	width:120px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:6px;
	
}

a.leftbutton 
{
	background-color:White;
	text-decoration:none;
	color:Navy;
}
a.leftbutton:hover
{
	background-color:White;
	text-decoration:none;
	color:Navy;
}
a.leftbutton:visited
{
	background-color:White;
	text-decoration:none;
	color:Navy;
}

div.content {
	padding: 10px;
	background-color: White;
	color:Black;
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
	text-align: left;
	height: 100%;
}

td.content {
	vertical-align: top;
	text-align:left;
}

div.footer {
	position: relative;
	padding: 10px;
	background-color: White;
	color:Black;
	width: 800px;
	margin-left: auto; 
	text-align: left;
	margin-right: auto;
	font-size:90%;
}	

hr.header
{
	color:#CFBA8C;
	width:100%;
	height:3px;
	background-color:#CFBA8C;
	
}

div.rntitle {
	color:#CFBA8C;
	background-color:White;
	font-size:300%;
	font-weight:bold;
	text-align:center;
	text-justify:distribute;
	width:600px;
}

div.leftimage
{
	width:150px;
	text-align:center;
}

h1, h2, h3, h4
{
	margin-top:0px;
	color:#CFBA8C;
	font-weight:bold;
}

li.faqcat
{
	font-weight:bold;	
}

div.faqanswer 
{
	background-color:lightcyan;
	color:Black;
	font-weight:bold;
	margin-left:-20px;
	padding:3px;
}
