function build_style()
{
document.write('<link rel="stylesheet" href="http://www.FarmCreditKansas.com/style.css">');
document.write('		<style type="text/css">');
document.write('body {background-color: #ffffff; ');
document.write('	color: black; ');
document.write('	font-size: 12px; ');
document.write('	font-family: Arial,Helvetica; ');
document.write('	alinkcolor: yellow;}');
document.write('.menulink {color: #ffffff; ');
document.write('	font-size:12px; ');
document.write('	font-family: Arial,Helvetica; ');
document.write('	text-decoration: none;');
document.write('	width: 85px;}');
document.write('.menu1 {background-color: #737373;');
document.write('	position: absolute; ');
document.write('	top: 80px; ');
document.write('	left: 88px; ');
document.write('	width: 118px; ');
document.write('	height: 60px; ');
document.write('	visibility: hidden}');
document.write('.menu2  {background-color: #737373;');
document.write('	position: absolute; ');
document.write('	top: 80px; ');
document.write('	left: 207px; ');
document.write('	width: 118px; ');
document.write('	visibility: hidden }');
document.write('.menu3  {background-color: #737373;');
document.write('	position: absolute; ');
document.write('	top: 80px; ');
document.write('	left: 493px; ');
document.write('	width: 118px; ');
document.write('	visibility: hidden }');
document.write('#Menu1 { background-color: #737373; position: absolute; top: 80px; left: 88px; width: 118px; visibility: hidden }');
document.write('#Menu2 { background-color: #737373; position: absolute; top: 80px; left: 207px; width: 118px; visibility: hidden }');
document.write('#Menu3 { background-color: #737373; position: absolute; top: 80px; left: 493px; width: 118px; visibility: hidden }');
document.write('</style>');
document.write('<csimport user="http://www.farmcreditkansas.com/footer.html" occur="83"></csimport>');

}

build_style()