/* CSS Document */

/*-----------------------------------------------
author: Zac Adams
version: 27 february 2007
----------------------------------------------- */

/*-----------------------------------------------
PRINT STYLE
----------------------------------------------- */
body {
	margin:0px 20px;
	padding:0px;
	font:90% "Times New Roman", Times, serif;
	line-height:120%;
	color:#000000
	}

#content {	
	margin:10px 0px;
	padding:10px 0px;
	border-top: 2px solid #000000;
	border-bottom:2px solid #000000;
	width:100%;
	}
	
#navbar, #web_gallery_navigation, .invisible {display:none;}

h1 {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
	}	
h2 {
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
	}	
h3 {
	font-size:90%;
	font-weight:bold;
	}
p {margin:0px 0px 10px 0px;}
a, a:visited {
	color:#660000;
	text-decoration:underline;
	}
img {
	border:0;
	padding:0;
	margin:10px;
	overflow:visible;
	}
img a {border:0;}
#header img {margin:0px;}

.image_caption p, .image_caption_lt p, .image_caption_rt p, a.more_here_link {
	font-size:80%;
	font-style:oblique;
	}
.underlined {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #999999;
	}

.article_plain {
	padding:10px 0px 10px 0px;
	margin:0px;
	border-bottom:2px solid #666666;
	page-break-inside:avoid;
	}
.article_hl {
	padding:10px;
	margin:10px;
	border:1px dotted #666666;
	page-break-inside:avoid;
	}
	
.logoscreen {display:none;}





