@charset "iso-8859-1";
/******************************************************************************/
/*Print Media Stylesheet */

html {
margin: 0;
}

/*body{
border: 1px solid red;
}*/

/*
#pageWrapper{
border: 1px solid blue;
}*/

#contentContainerForTeaser, #contentContainerWide {
width: 6.75in;
/*border: 1px solid green;*/
}

#menuContainer, #teaserContainer, #configContainer, #contentContainerForTeaser, #contentContainerWide {
float: none;/* since left and right columns are being hidden,
   there's no need to float any columns. */
}
#teaserContainer, #configContainer, #menuContainer, .hnav, .printHide, #masthead {
display: none;/* hide the left and right columns as well as the
   horizontal navigation element(s). also hide any
   designated elements that should not be printed */
}

#outerContainerTeaser, #innerContainerTeaser, #outerContainerWide, #innerContainerWide, #outerContainerConfig {
border-left-width: 0;
border-right-width: 0;/* hide the borders used to create the left and right columns' backgrounds */
}

.printOnly {
display: block;
position: relative;
}

p.printOnly {
width: 100%;
border: solid 1px #000;
border-width: 0px 0px;
padding: 0.5em;/* borders for the masthead and footer */
}

body, p, td, li {
font-family: Verdana, Arial, Helvetica; 
font-size: 8pt;
color: #000000;
line-height: 135%;
}

table {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
padding: 5px;
width: 98%;
}

td, th {
border-top: 1px solid #000;
}

a {
text-decoration: none;
background-color: inherit;
color: inherit;/* remove formatting */
}

ul {
margin: 0 0 0 15px;
padding: 0;
}

li { margin-bottom: 8px; }

h1 { position: relative; top: 0px; font-size: 10pt; color: #000000; }
 
th, h2, h3, h4 { font-size: 8pt; font-weight: bold; color: #000000; }


/******************************************************************************/

