/********Style sheet **********
 * written by Rajshekhar Paul *
 ******************************/
 
 body {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#container {
	position: relative;
	width: 700px;
	padding: 0px, 0px, 0px, 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#logo_a {
    width: 600px;
	/*height: 100px;*/
	margin-top: 40px;
	}
	
#heading {
	width: auto;
	height: auto;
	margin-left: 100px;
	}

	

#logo {
	width: 698px;
	height: 80px;
	border: 2px solid #3382be;
	margin-top: 20px;
	padding: 0px;
        z-index: 1;
}

#leftbar {
	position: absolute; 
	width: 160px;
	padding-top: 10px;
	margin-left: 0px;
        z-index: 3;
}

#main1 {
	position: absolute;
	top: 100px;
	width: 503px;
	padding-right: 0px;
	padding-left: 5px;
	margin-left: 100px;
	z-index: 2;
	left: -61px;
	height: 25px;


}

#main {
	position: absolute;
	/*top: 100px;*/
	padding-top: 23px;
	width: 552px;
	padding-right: 0px;
	padding-left: 10px;
	margin-left: 200px;
	z-index: 2;
	left: -61px;
	height: 25px;


}

p.header {
	background-color: #C3D90D;
	color: #404709;
	font-weight: bold;
	text-align: left;
	width: 60%;
	margin-top: 5px;
	padding: 5px;
}

p.footer {
	position: absolute;
	margin-top: 550px;
	margin-left: 10px;
	text-align: center;
	border-top: 1px solid #000000;
	}

p.footer1 {
	position: absolute;
	margin-top: 700px;
	margin-left: 10px;
	text-align: center;
	border-top: 1px solid #000000;
	}
	

p.footer2 {
	position: absolute;
	margin-top: 800px;
	margin-left: 10px;
	text-align: center;
	border-top: 1px solid #000000;
	}
	
a:link, a:visited {
	color: #003366;
	font-weight: bold; 
	text-decoration: none;
}
