@charset "utf-8";
body {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	background-image: url(images/pg-bg.jpg);
	background-repeat: repeat-x;
}
.headertxt {
	color: #FFFFFF;
	padding-top:120px;
	padding-left:5px;
	line-height:17px;
}
#menu{}
.menubg{
text-align:center;
width:78px;
background:url(images/menu-bg.jpg) repeat-y;
}
.menutxt{
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.menutxt a{
color:#000000;
text-decoration:none;
}
.menutxt a:hover{
color:#333333;
text-decoration: underline;
}
#content{
background:url(images/pg-bg.jpg) repeat-x;
}
#footer{
background:url(images/footer-bg.jpg) repeat-x;
height:50px;
color:#111;
}
#footer a{
color:#000;
padding-right:15px;
}
#footer a:hover{
color:#222;
}

.pd-l-50{
padding-left:50px;
}
.imgfl{
float:left;
margin-right:5px;
border:none;
}
h1{
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:30px;
	padding-bottom:4px;
	border-bottom: thin dotted;
}
.lefttext{
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #444;
	text-decoration: none;
	font-weight:100;
	text-align:justify;
	line-height:16px;
}
.righttxt{
color:#111111;
}