/** 
* ---------------------------------------------------------------
* CBT.org :: Print Styles
* ---------------------------------------------------------------
* @version $Id: $
* @copyright Copyright (c) 2008 CBT.org (http://cbt.org)
* @author Lee Tengum <lee@bluebeetlecreative.com> 
* ---------------------------------------------------------------
*/
body {
	background: #fff;
	font: 12px/150% Arial, Helvetica, sans-serif; 
	color: #000;
}

div.body-left, div#main-nav, div#crumbtrail, div#left-side, div#right-side, div.bottom-details, div.inner-header-bottom, div.path {
	display:none;
}

div#print_footer {
	border-top: 1px solid;
	margin-top: 30px;
	padding: 10px 0;
	font-size: 11px;
	line-height: 140%;
}
a {
	color: #000;
}
.dark {
	font-weight: bold;
}

img {
	border:none;

}

.body-main img {
	float:left;
	margin:0 10px 10px 0;
}
h1 {
	background-color: transparent;
	font: normal 18px Georgia, Times, 'Times New Roman', serif;
	color: #000;
	letter-spacing: -1px;	
	margin: 5px 0 10px 0;
}

.center-title {
	font: normal 18px Georgia, Times, 'Times New Roman', serif;
	color: #000;
	letter-spacing: -1px;	
	margin: 30px 0 10px 0;
}

div#print_header {
	display: block;
 	color: #000;
	background-color: transparent;
	font: normal 18px Georgia, Times, 'Times New Roman', serif;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid ;
}

/* CSS Footer Document */

.body-bottom {
	width: 650px;
	height: 32px;
	border-top: 1px solid #95acc1;
	border-bottom: 1px solid #95acc1;
	clear: both;
	float: left;
	background: url(../img/body-bottom-bar.gif) left center no-repeat #FFF;
	padding: 6px 0px;
	margin:5px auto 0 auto;
}
.body-bottom-left {
	width: 475px;
	height: 21px;
	float: left;
	text-align: left;
	padding: 3px 0 0 0;
	font-size: 10px;
	color: #145279;
	font-style:italic;
	line-height: 13px;
}

.body-bottom-left br{
	line-height: 0px;
}

.body-bottom-right {
	width: 125px;
	height: 21px;
	float: right;
	text-align: right;
	padding: 3px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	color: #145279;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px; 
}

.footer {
	width: 650px;
	height: 50px;
	float: left;
	text-align: center;
	background-color: #f3f3f3;
	color: #999999;
}
.footer-left {
	width: 450px;
	height: 40px;
	float: left;
	text-align: left;
	padding-top: 6px;
	font-size:10px;
}
.footer-right {
	width: 200px;
	height: 40px;
	float: right;
	text-align: right;
	padding-top: 6px;
	font-size:9px;
	display:none;
}
.footer a {
	color: #999999;
	text-decoration: underline;
}
.footer a:hover {
	color: #7db069;
	text-decoration: underline;
}


