
/*********************************/
/*        PRINT STYLE SHEET
/*********************************/


body {
font-family:"Tahoma", Arial, Helvetica, sans-serif;
font-size:75%;
width:95%;
color:#000000;
}

#container {}

/*********************************/
/*       HEADER AREA
/*********************************/

#header {
display:none;
}

#header h1 a {
display:none;
}

/*image replacement technique for Logo*/
#header h1 span {
display:none;
}

/*image replacement technique for phone number*/
#header h2 {
display:none;
}

#header h2 span {
display:none;
}

/*reads QUICK NAVIGATION*/
#header h3 {
display:none;
}

/*search box (part that reads SEARCH)*/
#header #search {
display:none;
}

#header ul {
display:none;
}

/*********************************/
/*        FLASH/NEWS AREA
/*********************************/

#flasharea {
display:none;
}

#flash {
display:none;
}

#news {
display:none;
}

/*********************************/
/*       CONTENT AREA
/*********************************/

#contentarea {}

#leftcol {}

#leftcol .contenthdr {
font-size:120%;
font-weight:800;
}

#rightcol {}

#apptrequest {
display:none;
}

#tagline {
display:none;
}

/*********************************/
/*             FOOTER
/*********************************/


#footer {
display:none;
}

#footermenu {
display:none;
}


#copyright {
display:none;
}

#nav {
display:none;
}

#subnav {
display:none;
}

#sectiontitle {
display:none;
}

#sectiontitle span {
display:none;
}

#leadin {
display:none;
}

#breadcrumb {
display:none;
}

a {
color:#000000;
text-decoration:underline;
}