/*++++++++++++++++++++++++++++++++++

Print Stylesheet for the Marine Institute

Created by:	Colm McBarron (iQ Content)
Created:	20-01-2006

Change Log:
20-01-2006: Placeholder file created
09-03-2006: Print Stylesheet created
05-05-2006: removed entry causing double bullets (Ciaran Fletcher)

++++++++++++++++++++++++++++++++++*/

@import url("typography.css");

body {
 font-size: 100%;
}

#header,
#footer,
#subnav,
#related-content,
#did-you-mean,
.search-controls,
#search-nav,
.results-info {
 display: none;
}

#content {
 margin: 0em;
}

/* CJF Removed as it cause double bullets
#content ul,
#content ul li {
 list-style: disc;
}
*/


#content ul li ul,
#content ul li ul li{
 list-style: circle;
}
