body {
   background: #fff;
   font-size: 12pt;
   }

#content { width: auto;}
#center { width: auto;
   overflow: visible;                                                          
}                                                                               

.content {
   width: auto;
   margin: 0; 
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }
#banner { display: none;
	}
	

#right { display: none;
}

.sidebar { display: none;
}

#footer { display: none;
}

#bottom_menu { display: none;
}


/* normal links */
a:link { color: blue;
text-decoration: none;
border-bottom: dotted 1px #666; }

a:visited { color: purple;
text-decoration: none;
border-bottom: dotted 1px #666; }

a:hover { color: red;
text-decoration: none;
border-bottom: dotted 1px #666; }

/* Printing URLs */
.content a:link:after, .content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.content a[href^="/"]:after {
   content: " (http://inourpath.com" attr(href) ") ";
   }
 

/* no underline class- use for images with links to remove the dashed underline */

a.nounderline:visited {
text-decoration: none;
border-bottom: 0px;

 }

a.nounderline:link { ;
text-decoration: none;
border-bottom: 0px;
 }

a.nounderline:hover { 
text-decoration: none;
border-bottom: 0px;
 }
 
/* Hide background in Lightbox-enabled pages */
#overlay{ background-image: none; background-color: #fff; }


/* Divs to place image on top of QT when printing */

div#movie { display: none;
}

div#screenshot { display: block;
}

