html{overflow:hidden;}
body
{
	margin:0;
	padding:0;
    scrollbar-face-color:#A9BAA9;
    scrollbar-highlight-color:#E7ECE7;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-color:#4D7550;
    scrollbar-shadow-color:#000000;
    scrollbar-arrow-color:#2B5431;
    scrollbar-track-color:#E1E3E1;
} 
#tblButtonBar td
{
	padding-right:17px;
}
img
{
	border:0;
}
.topbg {
	background-attachment: fixed;
	background-image: url(../top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.buttonbarbg {
	background-attachment: fixed;
	background-image: url(../button-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.mainbg {
	background-color: #F4F5F4;
}
.footerbg {
	background-attachment: fixed;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #688B68;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 4C704C;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.policy {
	background-attachment: fixed;
	background-image: url(../ppolicy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.test1 {
	background-attachment: fixed;
	background-image: url(../testbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.mainheader
{
    height:123px;
    width:100%;
    position:absolute;
    top:0;
    z-index:5;
}
.maincontent
{
    bottom:23px;
    display:block;
    overflow:auto;
    position:absolute;
    top:123px;
    z-index:3;
    width:100%;
}
.mainfooter
{
    bottom:0;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:5;
}
.sidebar-box
{
    border:1px solid #9FA9A0;
    padding:10px;
}