.about_us {
	position: absolute;
	top: 132px;
	left: 20px;
}

.about_us_bg {
	position: absolute;
	top: 128px;
	left: 24px;
}

.statement {
	
	position: absolute;
	background-color: white;
	top: 160px;
	left: 30px;
	width: 730px;
	height: 240px;
	z-index: 3;
}

.statement_par {

	font-family: "Helvetica";
	font-size: 10pt;
	margin: 15px;	
	margin-bottom: 25px;
}

.statement_footer {
	position: absolute; 
	left: 26px;
	top: 400px;
	z-index: 4;
}

.stats_start_header {
	position: absolute; 
	left: 26px;
	top: 488px;
	z-index: 4;

	font-family: tahoma;
	font-size: 12pt;

	margin: 0px;
	padding: 0px;
}

.stats_header {
	position: absolute; 
	left: 70px;
	top: 530px;
	z-index: 4;
	font-family: "Helvetica";
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.stats_end_header {
	position: absolute; 
	left: 110px;
	top: 575px;
	z-index: 4;
	font-family: tahoma;
	font-size: 12pt;
	
	margin: 0px;
	padding: 0px;
}

.stats_statement {
	position: absolute; 
	left: 39px;
	top: 618px;
	width: 460px;
	z-index: 4;

	font-family: "Helvetica";
	font-size: 10pt;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}


.line0 {
	position: absolute;
	left: 20px;
	top: 440px;	
}
.line1 {
	position: absolute;
	left: 1px;
	width: 191px;
	top: 580px;	
}
.line2 {
	position: absolute;
	left: 5px;
	width: 191px;
	top: 590px;	
}
.links_canvas {

        position: absolute;
        background-color: white;
        left: 52px;
        width: 200px;
        top: 460px;
	height: 100px;
        font-family: "Helvetica";
}

.link_box {
        margin-top: 15px;
        margin-left: 12px;
        margin-right: 12px;


        border-top: medium solid #9B9E72;
        border-bottom: medium solid #9B9E72;
}

.link_spacing {
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: medium solid #9B9E72;
        border-bottom: medium solid #9B9E72;
        border-left: thick solid #9B9E72;
        border-right: thick solid #9B9E72;
}

.link {
        font-family: "Helvetica";
        font-size: small;
        text-decoration: none;
        color: #9B9E72;
        padding-left: 5px;
        margin-left: 10px;
        text-align: center;
}

.link_bullet {
        margin-left: 15px;
}

