body {
	
	margin: 0px;
	border: none ;
    /*overflow: hidden ;*/
	background-color:#222222;
}
.height {
	height: 100%;
}
.headerNavBg {
	background-image: url(../images/headerNavBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footerBg {
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.TwoSideBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #636363;
	border-right-color: #636363;
	border-bottom-color: #636363;
	border-left-color: #636363;
}
.titles {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #efaa23;
}
.content {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #F4F4F4;
}
.ThreeSideBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #636363;
	border-right-color: #636363;
	border-bottom-color: #636363;
	border-left-color: #636363;
}
