body {
    position: relative;
    line-height: 18px;
    width: 100%;
	height: 100%;
    font-family: calibri;
    font-size: 82.5%;
    cursor: default;
    color: #484848;
    background: #e7e7e7 url('../images/body-hash-bkg.png') repeat-x top left;
    padding: 30px 0px 0px 0px;
	text-align: center;
    vertical-align: top;
	margin: 0px;
}

body {
	min-height: 100%;
	}

.footer {
    position: relative;
    font-size: 72.5%;
    cursor: default;
    color: #484848;
    background: #e7e7e7 url('../images/bg_footer.gif') repeat-x top left;
    padding: 20px 50px 0px 0;
	text-align: right;
    vertical-align: top;
}

.footertxt {
    position: relative;
    font-family: Arial, Tahoma, Verdana;
    font-size: 62.5%;
    cursor: default;
    color: #484848;
  	text-align: right;
    vertical-align: top;
}

/* All Alignment Classes */     
.alignleft {
    text-align: left;
    vertical-align: middle;
    }
.alignright{
    text-align: right;
    vertical-align: middle;
    }

.aligncenter{
    text-align: center;
    vertical-align: middle;
    }    
.alignlefttop {
    text-align: left;
    vertical-align: top;
    }
.alignrighttop{
    text-align: right;
    vertical-align: top;
    }
.aligncentertop{
    text-align: center;
    vertical-align: top;
    }   
.alignleftbot {
    text-align: left;
    vertical-align: bottom;
    }
.alignrightbot{
    text-align: right;
    vertical-align: bottom;
    }
.aligncenterbot{
    text-align: center;
    vertical-align: bottom;
    }
.pad {
	padding: 25px 25px 15px 25px;
	}

.pad2{
	padding: 0px 25px 0px 25px;
	}
	
.menubarbg {
	background: url('../images/navbar_center.gif') repeat-x top left;
	}
	
.title {
	font-family:calibri;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	vertical-align: baseline;
	height: 24px;
	margin-bottom: 6px;
	color: #343434;
	background: url('../images/line_dotted.gif') repeat-x bottom left;
	}
.title2{
	font-family:calibri;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	vertical-align: baseline;
	height: 24px;
	margin-bottom: 6px;
	color: #343434;
	}
	
.title3{
	font-family:calibri;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	vertical-align: baseline;
	height: 16px;
	margin-bottom: 6px;
	color: #343434;
	}
	
.blue {
	color: #0093d8;
	}

.blue:a {
	color: #0093d8;
	text-decoration: none;
	}

.blue :hover{
    text-decoration:underline;
    color: #ff0000;
}

.blue:visited{
    text-decoration:none;
    color: #0093d8;
}
	
.sidebar {
		background: url('../images/sidebar-right-bkg.png') repeat-y top left;
	}
.row1 {
	background-color: #f1f1f1;
	}
	
.white {
	color: #ffffff;
}

.font92{
	font-family: calibri;
	font-size: 92.5%;
}