/* CSS Document */
body{
	margin: 0px;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding:0; 
	color: #21201E;
	height:100%; /* 100 % height */ 
} 
html>body #wrap {height:100%;} /* 100 % height */ 

#bghdft{
	background-color: #21201E;
}
.cnthd{
	font-family: Georgia;
	font-size: 24px;
	font-weight: bolder;
}
.btmct{
	padding: 10px;
	background-color: #EDECD7;
}
#ft{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#ft a{
	color: #CCCCCC;
	text-decoration: none;
}
#ft a:hover{
	color: #036975;
	text-decoration: underline;
}
.imgl{
	float: left;
	padding-right: 10px;
}
h3{
	font-family: Georgia;
	font-size: 18px;
	color: #093d42;
	margin: 0px;
	margin-bottom: 5px;
}
a{
	color: #990000;
	text-decoration: underline;
}
a:hover{
	color: #093d42;
	text-decoration: underline;
}