body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topbg {
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
	height: 39px;
	font-size: 11px;
	color: #CCCCCC;
}
#logobg {
	background-image: url(../images/logo-bg.gif);
	background-repeat: repeat-x;
}
#headingbg {

	background-image: url(../images/heading-bg.gif);
	background-repeat: repeat-x;
	height: 39px;
}
#footerbg {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	height: 66px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
#footerbg a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerbg a:hover {
	color: #CCCCCC;
}
#contentarea {
	padding: 10px;
    line-height: 1.5em;

}
#leftside {
	background-color: #F5F5F5;
}
#copyright {
	text-align: center;
}
