/* styles for print
   ------------------------------- */
   
html,body {
margin : 0;
padding : 0;
}
body {
color : #000;
text-align : left;
font-size : 10pt;
background-color : #fff;
font-family : Palatino,TimesNewRoman,Times,serif;
}
#top p {
margin : 0 0 8px 0;
padding : 0;
}
#top p:first-line {
font-weight : bold;
}
h1 {
margin : 8px 0;
padding : 8px 0;
background : #fcc;
text-align : center;
border-top : 1px solid #666;
border-bottom : 1px solid #666;
}
a:link, a:visited {
color : #903;
font-weight : bold;
}
a:link[href^="http:"]:after,a:visited[href^="http:"]:after {
font-style: italic;
content: " ("attr(href)") ";
}
img {
margin : 0 !important;
}
#container {
width : 100%;
}
#ticker {
display : none;
}
#wrapper {
}
#menu {
display : none;
}
.left {
float : none;
width : 100%;
background-color : #fff;
}
.right {
float : none;
width : 100%;
background-color : #fff;
}
#content {
margin : 0;
width : 100%;
line-height : 1.6em;
}
#images {
margin : 2em auto;
padding : 0;
list-style : none;
text-align : center;
}
#images li {
margin : 0;
padding : 0;
display : inline;
}
#images img {
margin : 14px;
}