html, body {
	height: 100%;
	

}

h1 {
	font-family:arial, sans-serif;
	font-size: 14px;
	color:#256286;
	line-height: 140%;
}

h2 {
	font-family:arial, sans-serif;
	font-size: 15px;
	color:#293F4C;
	line-height: normal;
}


h3 {
	font-family:arial, sans-serif;
	font-size: 13px;
	color:#808080;
}

body {
	font-family:arial, sans-serif;
	font-size:13px;
	background-color: #cccccc;
	margin: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #808080;
	overflow: auto;
}
.partnerwise #container {
	width: 965px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 150%;
	clear: none;
	overflow: auto;
}


#header {
	width: 965px;
	height: 126px;
	background-image: url(images/partnerwise-header.png);
}



#topnav {
	width: 965px;
	height: 42px;
}

#topnavbuttons {
	float:left;
	
}

#bignavbuttons {
	float:left;
	
}




#rightads {
	float:left;
	width: 296px;
	padding-top: 30px;	
}


#bodybox {
	width: 917px;
	height: auto;
	float: left;
	overflow: auto;
	background-image: url(images/partnerwise-shad_11.png);
	background-repeat: repeat-y;
	padding-left: 28px;
	padding-right: 20px;
	padding-top: 20px;
}



#bodyleft {
	width: 300px;
	height: 400px;
	background:#FFFFFF;
	float: left;	
	overflow: auto;
}


.partnerwise #bodycopyhome {
		float:left;
	height: auto;
	width: 580px;
	padding-top: 30px;
	padding-left: 14px;
	padding-bottom: 80px;
	padding-right: 20px;

	}

#bodycopyhome a:link, #bodycopyhome a:visited {
	text-decoration: none;
	color: #2980b1;

}

#bodycopyhome a:hover {
	color: #2980b1;
	text-decoration:underline;
}




.partnerwise #footer {
	width: 458px;
	height: 65px;
	font-size:11px;
	float: left;
	background-image: url(images/partnerwise-footerright.png);
	padding-top: 20px;
	padding-right: 30px;
	background-repeat: no-repeat;
	}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #808080;

}

#footer a:hover {
	color: #406EA1;
}

#footerleft {
	width: 447px;
	height: 65px;
	float: left;
	background-image: url(images/partnerwise-footerleft.png);
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #808080;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
}

