/* 
STYLE SHEET FOR BBG.GOV PRINTONLY
*/

/* --------- 1. defaults  --------- */

body {
	padding: 0;
	background: #ffffff;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	line-height: 16pt;
	}
		
/*  --------- 2. structure  --------- */

#masthead {
	display: none;
	}
		
#contentWrapper {
	width: 920px;
	padding-top:30px;
	}

#masthead {
	border-bottom: 8px solid #cccccc;
	}
		
/* Logo containiner */	
#logoContainer {
	display: none;
	}
	
#navigation {
	display:none;
	}

#navContainer li {
	display: none;
	}

#navigation li {
	display: inline;
	}	
/*	
#mainContent {
	width: 920px; 
		}*/

.bodyTextBoxContainer{
	width:600px;
	.width:400px;
	padding: 10px 50px 10px 10px;
	float: left;
	}

.sidebar{
	float: left;
	width: 220px;
	.width: 250px;
	}

hr  {
	height: 0.7em;
	margin-bottom: 2.9em;
	background-color: #cccccc;
	color: #cccccc;
	border: none;
	}
	
#mainContent h1, #mainContent h2, #mainContent h3, .sidebar h3 {
	text-transform: capitalize;
}

.photoCaption {
	display: none;
	}
/* table */		
table.dataTable td, table.dataTable th {
	border-bottom: 1px solid #ccc;
	}

caption {
		font-weight: bold;
		font-size: 1.3em;
		text-align: left;
		text-transform: uppercase;
		padding: 10px 5px;
		}	
/* Footer */
#footer {
	display: none;
	}			
			
/* ---------- 3. links and navigation ---------- */

a:link, a:visited {
	text-decoration: underline;
	}

/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, a {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
		}
h1 {
	font-size: 16pt;
	}

h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 12pt;
	}
		
p {
	font-size: 10pt;
	margin-bottom: 1em;
	}
	
li {
	font-size: 10pt;
	margin-bottom: 1em;
	}

a {
	font-size: 10pt;
	margin-bottom: 1em;
	}
	
p.footer {
	clear: both;
	text-align: right;
	font-size: 11pt;
	}

/* ---------- 5. images ---------- */

a img {
	border: 0;
	}

#content img {
	border: 1px solid #555555;
	}
		
img.leadImage {
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

img.leadImageRight {
	float: right;
	margin: 0 10px 5px 10px;
	padding: 5px;
	border: 1px solid #ccc;
	}
	
img.noBorder {
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
	}
	
.columnLeft img, .columnRight img {
	display: block;
	margin-bottom: 1.8em;
	}