/*-------------------------*//* print stylesheet *//*-------------------------------------*/
/*----------------------------------------------------------------------------------------*/

body {
	background: white;
	font-size: 11pt;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	}
	
/* link specific styles 
-------------------------------------------------------------*/

a:link, a:visited {
	color: #666;
	background: transparent;
	font-weight: bold;
	text-decoration:none;
	}
	
/*css 3 styles for gecko browsers*/
#content a:link:after, #content a:visited:after {
   content:" ("attr(href)")";
   }
	
#content a[href^="/"]:after {
  content:" (http://lgg.org.uk"attr(href)")";
   }
	
/*content specific styles 
-------------------------------------------------------------*/

#container, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

h1{
  font-size:16px;
}
h2{
  font-size:14px;
}

div#content {
	margin:0;
	}

dl{
  
}

dt{
  margin:5px 0 5px 0;
}
	
dd{
  margin:0 0 5px 0;
}

#content_main{
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
	
/* hidden page sections 
-------------------------------------------------------------*/	
	
#nav, .skip, #nav_sub, #footer, #content_sub, #search, #box{
	display: none;
	}
	
