/* CSS Document */
:root {
        font-size:14pt;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.testimonial {
	top: 50px;
	padding-top: 29px;
}

.testimonial_text {
	text-align: justify;
	font-style: italic;
}

.testimonial_signature {
	padding-top: 3px;
        margin:0;
        outline:0;
	font-style: normal;
	position: relative;
	left: 100px;
        font-size:1rem;
        font-weight:400;
}

#left_col {
	width: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	float:left;
	height:100%;

}

#right_col {
	position:absolute;
	margin:0px 0px 0px 0px;
	width:500px;
	height:100%;
	left:400px;
	line-height:normal;
	padding:10px 10px 10px 10px;
	text-align:justify;
}

#container {
	position: absolute;
	left:50%;
	margin-left:-450px;
	top:0px;
	width: 900px;
	height:100%;
}

a:link {
text-decoration:none;
color: #339966;
}     /* unvisited link */

a:visited {
text-decoration:none;
color: #339966
}    /* visited link */

a:hover {
text-decoration:underline;
color: #339966;
}   /* mouse over link */

a:active {
text-decoration:none;
color: #339966;
}   /* selected link */

.bttmlinks a,
.bttmlinks a:visited,
.bttmlinks a:hover,
.bttmlinks a:active {
        color:hsl(151,42%,50%);
}

.bttmlinks {
	padding-top:20px;
	font-family:Verdana, Arial,Helvetica, sans-serif;
    	font-size:9pt;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
        
}
