/************************************************/
/* CSS Styles for print version of PROJECTARCIX */
/* Last Updated: 3-11-06                        */
/************************************************/

body {
	background-color: #FFF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#container {
	padding: 10px;
	}


#leftbar, 
#rightbar, 
#bc_right,
#header #nav,
#header,
#breadcrumb,
.dialog,
.block,
object {
	display: none;
	width: 0;
	height: 0;
	}


#logo {
	background: #FFF url(../images/print_logo.gif) no-repeat;
	width: 450px;
	height: 74px;
	}


/* Links */
a, a:link, a:visited, a:active, a:hover {text-decoration: underline;color: #000;}
	
#xbreadcrumb h4  {
	font-size: 12pt;
	font-weight: normal;
	display: inline;
	line-height: 24px;
	color: #999999;
	}	
	
#breadcrumb {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #EEE;
	}

h1 {
	font-size: 16pt;
	font-weight: bold;
	border-bottom: 2px solid #CCC;
	padding: 5px;
	margin: 0;
	}
	
h2 {
	font-size: 11pt;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
dl {font-size: 10pt; padding: 10px 50px;}
dt {font-weight: bold;}
dt.letter {font-size: 14pt; }
dd {font-style: italic;}

ul {font-size: 10pt; padding: 0 0 0 40px;}
li {margin-top: 10px; list-style: decimal;}

blockquote {
	padding: 5px;
	margin: 5px;
	float: right;
	border: 1px solid #CCC;
	width: 250px;
	font-size: 9pt;
	font-style: italic;
	}

blockquote p {
	padding: 0;
	margin: 0;
	}

p {
	margin: 0;
	padding: 10px 20px;
	font-size: 10pt;
	}
	
img {
	float: right;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 5px;
	}
	
#footer {
	margin: 10px 0 0 0;
	border-top: 2px solid #CCC;
}

#footer p {
	font-size: 8pt;
	padding: 5px;
	margin: 0;
	}

