
body {
	background-color: #a8a8a8;
}

#header {

	background-color: #ffffff;
	/* color: white; */
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 180px;
}


#box1 {
	background-color: #ffffff;
	width: 22%;
	height: 160px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

#box2 {
	background-color: #ffffff;
	height: 160px;
	width: 78%;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}

img#imag1 {

	width:160px;
	height:160px;
	margin-left: 20px;
}

#mid {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px; 
	width: 70%;
}

#left {
	background-color: red;
	width: 19.3%;
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
	margin-right: 0.7%;
	position: relative;
}

#right {
	background-color: #ffffff;
	width: 80%;
	float: left;
	overflow: hidden;
/*	text-align: center;
	line-height: 50px;
	font-weight: bold; */
	margin-bottom: 5px;
}

#footer {
	clear: both;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 36px;
	overflow: hidden;
	margin-top: 5px;
}

#footer table, td {
	margin: auto;
	border: 1px solid white;
	position: relative;
	top: 3px; 
}

h4#r1 {
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 30px;
}

p.para1 {
	text-align: justify;
	text-justify: inter-word;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 26px; 
}

div.lbox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 80%;
	border: 1.5px solid white;
	color: white;
	text-align: center;
	font-size: 14px;
}

a.lnk {
	text-decoration: none;
	color: white;
}

a.lnk:hover {
	font-size: 19px;
}

a.lnk2 {
	text-decoration: none;
	color: black;
}

a.lnk2:hover {
	font-size: 19px;
}

a.lnk3 {
	color: blue;
}

a.lnk3:hover {
	color: red;
}


div.stage{

	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}
