/* Print Styles
7-11-06, version 2 (VV)
--------------------------------------------------------------- */
#container {
width: auto;
margin: auto;
border: none;
}

#banner {
border: none;
}

#topper {
background-color: transparent;
}

#topper h2 a {
color: #666;
}

#topper p, 
#search, 
#banner img,
#scancol, 
#breadcrumb, 
img#jump {
display: none;
}

#banner h1 {
color: #000;
padding-top: 4px;
border-bottom: 2px solid #999;
}

#c-wrapper {
border: none;
margin-top: 15px;
}

#c-wrapper #content {
width: auto;
}

#c-wrapper.col3 #content {
width: 65%;
}

#content {
margin-left: 15px;
margin-right: 15px;
}

#c-wrapper.col3 #sidebar {
width: 25%;
margin-right: 15px;
border: solid #999;
border-width: 0 0 0 1px;
}

#sidebar h2 {
background-color: transparent;
color: #666;
}

.side-item {
background-color: transparent;
border: none;
}

#footer {
margin-top: 15px;
border-top: 2px solid #999;
border-bottom: none;
}

#footer img {
display: none;
}

#footer h4 {
font-size: 28px;
color: #666;
text-indent: 0;
margin: 8px 0 0 15px;
background: none;
width: auto;
height: auto;
}

#footer p {
margin: 9px 0px 10px 100px;
}


/* Styles for printing hyperlinks
--------------------------------------------------*/
#content a:link, 
#content a:visited,
#sidebar a:link, 
#sidebar a:visited {
text-decoration: underline;
}

#content a:link:after, 
#content a:visited:after,
#sidebar a:link:after, 
#sidebar a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}





