@charset "utf-8";
	#body {
		background: #c48b1b url('http://www.edgearticles.com/LHD/public_sector/images/bg.gif') repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		margin: 0;
		padding: 0;
		}
	
	#container {
		display: block;
		width: 100%;
		text-align: center;
		}
		
	.article img {
		border: 1px solid #000;
		float: left;
		margin: 0 50px 10px 20px;
		}
		
	.alt { display: none; }
	
	#header, #issue, #content, #footer {
		margin: 0 auto 0 auto;
		}
		
	#header {
		display: block;
		width: 688px;
		height: 169px;
		background: url('http://www.edgearticles.com/LHD/public_sector/images/header.jpg') no-repeat;
		}
	
	#issue {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000;
		display: block;
		width: 648px;
		text-align: right;
		padding-right: 20px;
		margin-top: 20px;
		}
		
	#content {
		text-align: left;
		width: 688px;
		background: url('http://www.edgearticles.com/LHD/public_sector/images/orangebar.gif') bottom center no-repeat;
		padding-bottom: 40px;
		}

	.article {
		display: table;
		padding: 10px;
		margin: 10px 0;
		border-bottom: 1px solid #745008;
		height: 125px;
		}
		
	.article h3 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		}

	#last-box { border: 0; }
		
	.article h3 a {
		color: #000;
		font-size: 14px;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		text-decoration: none;
		}
		
	.article h3 a:hover {
		text-decoration: underline;
		}
		
	.article p a, #other-info a {
		color: #745008;
		font-size: 10px;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		text-decoration: underline;
		}
		
	.article p a:hover, #other-info a:hover {
		text-decoration: none;
		}
		
	.article p {
		margin-bottom: 25px;
		}

	#footer a {
		color: #202162;
		font-size: 12px;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		text-decoration: underline;
		}
		
	#footer a:hover {
		text-decoration: none;
		}
				
	#footer {
		background: url('http://www.edgearticles.com/LHD/public_sector/images/footerbg.gif') no-repeat;
		display: table;
		margin-top: 5px;
		width: 688px;
		height: 126px;
		}
		
	#footer #address {
		float: right;
		text-align: left;
		padding: 10px 20px 10px 20px;
		}
		
	#other-info {
		text-align: center;
		font-size: 10px;
		}
		
	#footer #address h3 {
		font-size: 14px;
		margin: 0;
		padding: 0;
		}	
		
	#footer #address {
		float: right;
		font-size: 12px;
		position: relative;
		top: 20px;
		right: 25px;
		}
	
	#footer #address p {
		margin: 0;
		padding: 0;
		padding-top: 5px;
		}
		
	#archive {
		text-align: center;
		}