body{
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image : url("../images/sandbg.jpg");
}

.contbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #241075;
	position: relative;
	top: -90px;
	z-index: 10;
	left: 0%;
	color: White;
}
 
.innercont{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: White;
color: black;
 }
 
.header{ 
position: absolute;
top: 0px;
left: 16%;
z-index: 5;
 }
 
.name{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: White;
 }

.contboxbg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
	color: Black;
	background-image: url("../images/tablemntbg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

.Lborder{
	background-image : url("../images/lhmargin.gif");
	background-repeat : repeat-y;
	background-position : left;
}

.Rborder{
	background-image : url("../images/rhmargin.gif");
	background-repeat : repeat-y;
	background-position : right;
}

.tbox{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: White;
color: black;
 }
 
.stbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
	color: black;
	visibility: visible;
}

.tabcont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: White;
	color: black;
	background-image : url("../images/businesscardbg.jpg");
	background-position : bottom;
	background-repeat : no-repeat;
}

.direchead{ 
color: White;
background-color: Black;
 }