﻿/* Hide elements we don't want to print
--------------------------------------------------------------------------------------- */

#Header a, 
#Navigation, 
#Breadcrumbs, 
#Footer
{
	display: none;
}


/* Style up the remaining elements
--------------------------------------------------------------------------------------- */

body
{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

#Content h2
{
	margin: 20px 0 5px 0;
	font-size: 20px;
	color: #002C5B;
}

#Content h2 small
{
	font-size: 14px;
	color: #71C1E8;
}

#Content h3
{
	margin: 15px 20px 0 0;
	border: solid #8ACCEC;
	border-width: 0 0 1px 0;
	font-size: 14px;
	color: #48AFE1;
}

#Content h4
{
	margin: 15px 20px 0 0;
	border: solid #D1EBF8;
	border-width: 0 0 1px 0;
	font-size: 12px;
	color: #48AFE1;
}

#Content p
{
	margin: 10px 20px 0 0;
	font-size: 13px;
	color: #173944;
}

#Content p a
{
	color: #46AFE1;
	font-weight: bold;
	text-decoration: none;
}

#Content blockquote
{
	margin: 15px 50px 0 40px;
	padding: 0;
	font-size: 16px;
	color: #48AFE1;
	font-weight: bold;
}