@media screen{
body {text-align:center; background-color:#DDD; font-family:Tahoma; Verdana, Arial, Sans-Serif, Sans;}
#holder {display:block; width:770px; margin-left:auto; margin-right:auto; margin-top:5px;}
#header {display:block; width:770px; height:65px; background-image: url(topbar.gif);}

#links {display:block; padding:0px; background-color:#000; width:767px; height:15px; border-right:1px solid #aaa; border-left:1px solid #aaa; overflow:hidden; color:#770; font-family:Helvetica, Sans-Serif, Sans; font-size:6px; text-align:left;}
#links a {color:#FFF; font-family:Arial, Sans-Serif, Sans; font-size:12px; text-decoration:none; font-weight:bolder; vertical-align:top;}
#links a:hover {color:#FF0; text-decoration:none; background-color:#500;}
#links font{overflow:hidden; color:#770; font-family:Helvetica, Sans-Serif, Sans; font-size:6px; text-align:left; vertical-align:super;}

#thing {display:block; width:770px; height:106px; background-image: url(middle.gif);}
#content {display:block; width:770px; height:395px; background-image: url(background.gif); background-repeat:no-repeat; overflow:hidden; text-align:left; padding-top:20px;}
#text {float:left; height:250px; margin-left:195px; margin-right:0px; width:250px; text-align:justify; font-size:0.8em; overflow:hidden;}
#img {float:left; height:250px; margin-left:10px; width:300px; text-align:justify; font-size:0.8em;}
#foot {margin-left:195px; margin-top:300px; padding:0px; width:400px; height:75px; text-align:center; font-size:0.65em;}
#printheader {display:none;}

}



@media print{
body {text-align:center; background-color:#FFF; font-family:Times New Roman, Times, Serif;}
#printheader {display:block; width:95%; text-align:left; height:20%;}
#printheader h1 {color:#06C; margin:1px; margin-bottom:-1px; padding:0px; font-size:90px; line-height: 70px;}
#printheader h6 {color:#06C; margin:1px; margin-top:-1px; margin-left:30px; padding:0px; font-size:15px; line-height: 10px;}
#printheader p {color:#000; margin:1px; margin-top:-1px; padding:0px; font-size:11px; text-align:right; line-height: 10px; font-weight:bolder;}
#printheader hr {color: #06c; background-color: #06c; height: 3px;}
#holder {display:block; height:95%; OVERFLOW:HIDDEN;}
#links {display:none;}
#links a {display:none;}
#links a:hover {display:none;}
#links font{display:none;}
#thing {display:none;}
#content {background-image:0; height:95%; text-align:left;}
#text {margin:0px; margin-right:0px; width:100%; text-align:justify; font-size:1.0em; min-height:30%;}
#img {width:95%; margin:0px;  width:100%; text-align:right; min-height:30%;}
#foot {margin:0px; padding:0px; height:20%; width:100%; text-align:center; font-size:0.8em;}
}


