/* HemsleyFraser print CSS */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: verdana, arial, helvetica, freesans, sans-serif;
	font-size: 0.7em;
	color: #000;
	background-color: #fff;
}

/* header */
#header
{
	float: left;
}

/* logo */
#header img
{
	font-size: 3em;
	letter-spacing: -0.05em;
	line-height: 1em;
	margin: 0 6px 6px 0;
	border-style: none;
}

/* footer */
#footer
{
	clear: both;
	padding: 0.3em 0;
	margin: 2em 0;
	border-top: 1px solid #333;
}

#footer p
{
	text-align: center;
}

#footer p span
{
	white-space: nowrap;
}

/* hotline */
p#hotline
{
	float: right;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

/* main content image */
img#mainimage
{
	clear: both;
	display: block;
	font-size: 2em;
	line-height: 1.2em;
	border-style: none;
}

/* section columns */
div.section2, div.section3
{
	clear: both;
	float: left;
	width: 100%;
}

div.section2 div.section, div.section3 div.section
{
	display: inline;
	float: left;
	width: 45%;
	margin: 0 4% 0 0;
}

div.section3 div.section { width: 29%; }

/* features menu */
ol.features
{
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #666;
}

ol.features li
{
	padding: 0;
	margin: 0;
}

ol.features li a
{
	display: block;
	height: 1%;
	line-height: 1.2em;
	text-decoration: none;
	padding: 0.6em 0;
	border-top: 1px solid #666;
}

/* 6-column list of links */
ol.linklist6
{
	clear: both;
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.linklist6 li
{
	float: left;
	width: 15%;
	padding: 0;
	margin: 0 1% 0 0;
}

#content ol.linklist6 li a
{
	display: block;
	font-weight: bold;
}

/* introduction box, alternative introduction box, and solid box */
div.intro, div.introalt, div.solid
{
	font-size: 1.1em;
	margin: 15px 0;
	border: 2px solid #000;
}

div.intro img, div.introalt img
{
	display: none;
}

div.intro div.content, div.introalt div.content, div.solid div.content
{
	margin: 6px;
}

div.end
{
	display: none;
}

div.intro h2, div.introalt h2, div.solid h2
{
	margin: 0;
}

/* highlight box (CT-03) */
div.highlight
{
	margin-bottom: 15px;
	border: 2px solid #000;
}

div.highlight h2
{
	padding: 2px;
	margin: 0;
}

div.highlight div.content
{
	margin: 6px;
}

/* link box */
div.link
{
	margin-bottom: 15px;
	border: 2px solid #000;
}

div.link a
{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	margin: 6px;
}

div.link div.content
{
	margin: 6px;
}

div.link div.end
{
	display: none;
}

div.link h2
{
	margin: 0;
	border-style: none;
}

/* course details */
div.course p.code
{
	font-size: 1.2em;
	margin: 0.5em 0;
}

div.course p.end
{
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	margin: 1em 0;
}

div.course p.end a
{
	display: none;
}

/* course dates table */
table.dates
{
	clear: both;
	width: 100%;
	font-size: 1em;
	padding: 0;
	margin: 1.5em 0;
	border-collapse: collapse;
	empty-cells: show;
}

table.dates th, table.dates td
{
	text-align: left;
	padding: 0.4em 0.2em 0.5em 0.2em;
	margin: 0;
	border-bottom: 1px solid #666;
}

table.dates th { font-weight: bold; }

/* generic styles */
h1, h2, h3
{
	clear: both;
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 2px;
}

h1
{
	margin: 0;
	border-bottom: 2px solid #000;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 1.5em 0 0 0;
	border-bottom: 1px solid #000;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 0 0;
}

p
{
	line-height: 1.2em;
	margin: 0 0 0.8em 0;
}

.home p.intro
{
	font-size: 1.2em;
	margin-bottom: 1.4em;
}

p.intro
{
	font-weight: bold;
}

ul, ol
{
	list-style-type: disc;
	padding: 0;
	margin: 1em 0 1.5em 3.5em;
}

ol { list-style-type: decimal; }

li { padding: 0; margin: 0 0 0.8em 0; }

a, a:link, a:visited { color: #00c; text-decoration: underline; }

div.clear
{
	clear: both;
}

/* removed sections */
#header p,
#nav1, #nav2,
fieldset#searchbox,
#footer p.links,
p#breadcrumbs,
div.course div.info
{
	display: none;
}