@charset "utf-8";
@import "reset.css";
body{
	background-color:#666666;
}
#container {width: 100%; max-width: 100%; max-height: 100%; margin: 0 auto;}
#menuSection{
	height:135px;
	width:100%;
}
#topMenu{
	position:absolute;
	top:0px;
	left:0px;
}
#BGColor {
	position:relative ;
	top: 50px;
	left: 0px;
	width: 620px;
	height: 85px;
	z-index: 200;
	background-color: rgba(255, 255, 255, 0.7);
}
.TdLogo{
	padding-left: 30px;
	padding-top: 20px;
}

.TdMenu{
	padding-left: 10px;
	padding-right: 20px;
}

#footer{
	float:right;
	position:absolute;
	bottom:135px;
	right:8%;
}
.textCopyRight {
	font-family:  Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;

}
#footer table td,
.footer table td{
	padding:5px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height:15px;
}
.clear{
	clear:both;
}