/*
Title:		print.css
Author: 	Honey Design: yan@honey.on.ca
Created:	October 2007
*/

@charset "utf-8";
body {
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

p {
	margin-bottom: 18pt;
	line-height: 14pt;
}

h1, h2, h3, h4, h5 {
	color: #000000;
	font-weight:700;
}
h1 {
	font-size: 18pt;
	margin-top: 18pt;
	margin-bottom: 18pt;
	line-height: 18pt;
}
h2 {
	font-size: 14pt;
	line-height: 18pt;
	margin-bottom: 18pt;
}
h3 {
	font-size: 12pt; 
    line-height: 18pt; 
	margin-bottom: 18pt;
}
h4 {
	font-size: 11pt;
	margin: 0;
}
h5 {
	font-size: 11pt;
	margin: 0;
	color: #000000;
}

a {
	color: #333333;
}
a:hover {
	color: #FCC000;
}
a.broken_link {
	color: red;
}
a.pdf {
	padding-right: 15px; /*W=12px*/
	background: url(../pdf.png) no-repeat bottom right;
}

a.external {
	padding-right: 14px;
	background: url(../external.png) no-repeat bottom right;
}

a.mail {
	padding-right: 15px;
	background: url(../envelope.png) no-repeat bottom right;
}


strong{
font-weight:bold;
}

img {
	border: 0 solid black;
	/*margin: 10px 0;*/
}

ul {
	margin: 0 0 10px 0;
	padding: 0 10px 0 20px;
}
ul li {
	list-style-type: disc;
	margin-top: 3px;
}
ul li ul li {
	list-style-type: circle;
}

ul.plain {
	margin: 0 0 10px 0;
	padding: 0;
}
ul.plain li {
	list-style-type: none;
	margin-top: 3px;
}

ol {
	margin: 0 0 10px 0;
	padding: 0 10px 0 30px;
}
ol li {
	list-style-type: decimal;
	margin-top: 5px;
}
ol li ol {
	margin: 0;
	padding: 0 0 0 18px;
}
ol li ol li {
	list-style-type: lower-alpha;
	margin-top: 3px;
}
ol li ul li {
	list-style-type: disc;
	margin-top: 3px;
}

dl {
	margin: 10px 0;
}
dl dt {
	padding: 5px 0;
	font-weight: bold;
}
dl dd {
	margin: 0 25px 5px 25px;
}
dl dd p{
	margin: 0 0 10px;
}

dl.fancy {
	margin: 20px 0;
	border-bottom: 1px solid #666666;
}
dl.fancy dt {
	padding: 5px 0;
	font-weight: bold;
	border-top: 1px solid #666666;
}
dl.fancy dd {
	margin: 0 0 5px 15px;
}

dl.faq dt {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 3px;
}
dl.faq dd {
	margin: 5px 0 5px 10px;
}


table.blue {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 5px 0 5px;
}
table.blue th, table.blue td {
	background-color: #C1DDFF;
	border: 1px solid #666666;
	padding: 4px 8px;
}
table.blue th {

	text-align: center;
	font-weight: bold;
}
table.blue .hidden_cell {
	border: none;
	background-color: #FFFFFF;
}


table.invisible {
	margin: 0 0 5px;
	background-color: inherit;
}
table.invisible th {
	border: 0 solid black;
	text-align: left;
	font-weight: bold;
	padding: 0 1em 0 0;
}
table.invisible td {
	vertical-align: top;
	border: none;
	padding: 0 1em 0 0;
}

blockquote.email {
	margin: 10px 0;
	width: auto;
	padding: 7px;
	border: 1px solid #ffcc66
}

/**********************************
*********** CLASS STYLE ***********
**********************************/

#Content li{
list-style:disc;
margin-left: 15px;
}
#Content ul{
list-style:disc;
margin-left: 15px;
margin-bottom:18px;
}
/**********************************
*********** LAYOUT ***********
**********************************/
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color:#FFFFFF;
}

#logo {
	width: 160px;
	height: 108px;
	float: left;
	display: block;
	margin-left: 50px;
	margin-bottom:10px;
}

#top {
display:none;
}

#top_menu {
display:none;
}
#side_menu {
display:none;
}


#left_col {
display:none;
}

#sidebar {
display:none;
}
#sidebar h1 {
	font-size: 13px;
	margin: 13px 0 7px;
	width: 100%;
	border-bottom: 1px solid #666666;
}
#sidebar ul {
	display:none;
}
#related_links {
	display:none;
}
#content {
	float: left;
	text-align:left;
	margin: 18pt 10pt 18pt 18pt;
	width:90%;
}
#content_wide{
	float: left;
	text-align:left;
	margin: 18pt 10pt 18pt 18pt;
	width:90%;
}
#footer {
	color: #999999;
	text-align: center;
	margin-top: 20px;
	clear: both;
	width: 100%;
	background-image: url(../../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
}
#footer p {
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-size:8pt;
}
#footer img {
	margin-bottom: -5px;
}
.profile img {
	float: left;
	border: 1px solid #FFD457;
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
