/*
Title:		print.css
Author: 	Honey Design: yan@honey.on.ca
Created:	October 2008
*/
body  {
	background: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11pt;
}
h1 {
	font-size: 18pt;
	margin-bottom: 18pt;
	line-height: 24pt;
	font-weight: normal;
}
h2 {
	font-size: 14pt;

	line-height: 18pt;
	margin-bottom: 18pt;
	font-weight: normal;
}
h3 { 
    font-size: 12pt;
    line-height: 18pt; 
	margin-bottom: 18pt;
}
p{
  margin-bottom: 18pt;
  }
#mainContent ul{
list-style:disc;
margin-left: 15px;
margin-bottom:18px;
}  
#mainContent li{
list-style:disc;
margin-left: 15px;
}

/**********************************
*********** LAYOUT ***********
**********************************/
#container {
width:100%;
	background-image: url(../../images/bt_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
#top {
	width: 100%;
	height:72px;
} 
#top ul{
display:none;
}
#header {
	width: 100%;
	height:139px;
	margin-top: 30px;
	margin-bottom: 30px;
} 
#sidebar1 {
display:none;
}
#mainContent {
width:100%;
margin:0px;
} 
#footer {
	color: #CCCCCC;
	text-align:right;
	width: 100%;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
} 
#footer p {
	margin: 0;
	padding: 18px 0px 18px 0px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

a {
	color: #666666;
}
a:hover {
	color: #000000;
}

.selected{
	color: #000000;
}

#top ul li{
	float:left;
	margin-left:10px;
	list-style:none;
	text-align:center;
}
#top a{
	text-decoration:none;
}
#top a:hover{
	color: #333333;
}

/*side bar nav*/
#sidebar1 ul , #sidebar li{
	list-style-type: none;
}
#side_menu li {
	list-style-type: none;
}
#side_menu {
	margin: 0 0 20px 0;
}
#side_menu a {
	display: block;
	padding: 5px 3px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:700;
}
#side_menu a:link, #side_menu a:visited, #side_menu a:active {
	font-weight:700;
}
#side_menu ul {
	padding: 5px 2px 5px 20px;
	display: block; /* hidden or shown later via Javascript */
}
#side_menu ul li a {
	text-transform:lowercase;
	font-weight:normal;
}
#current_page {
	font-weight: bold;
	color:#669900;
}
#top ul {
	margin-left:158px;
	list-style:none;
	margin-top: 30px;
}
