@charset "utf-8";
/* CSS Document */

#prpLayout {
	width: 810px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#prpHeader {
	width: 810px;
	height: 190px;
	margin-bottom: 20px;
	}

#prpLeft {
	float: left;
	padding: 0 15px;
	width: 172px;
	border-right: 2px solid #ED1B23;
	}
	
#prpCentre {
	float: left;
	padding: 0 15px;
	width: 336px;
	}
	
#prpCentre p {
	margin: 0;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	line-height: 17px;
	color: #404041;
	}
	
#prpRight {
	float: left;
	padding-left:15px;
	width: 225px;
	color: #404041;
	_padding-left:13px;; /* IE 6 fix */
	}
	
#prpRight h1 {
	color: #404041;
	font-size: 16px;
	border-bottom: #ED1B23 2px solid;
	margin-bottom: 20px;
	padding: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	}

.prpSectionDivider {
	display: block;
	height: 20px;
	}
	
#prpRight img{ 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
.dloadissue {
	width: 172px;
	font-size: 10px;
	color: #404041;
	height: 20px;
	margin-top: 10px;
	line-height: 20px;
	}
	
.dloadissue img {
	float: left;
	padding-right: 10px;
	}
	
.coverstory {
	font-size: 19px;
	color: #006DA9;
	font-weight: bold;
	padding: 15px 0;
	display: block;
	}
	
.covertitle {
	font-size: 20px;
	color: #404041;
	font-weight: bold;
	width: 172px;
	display: block;
	}
	
.coversnippet1 {
	width: 172px;
	font-size: 15px;
	color: #404041;
	font-weight: bold;
	display: block;
	}
	
.coversnippet2 {
	width: 172px;
	font-size: 12px;
	color: #404041;
	display: block;
	margin-top: 10px;
	}

a.coverlink:link, a.coverlink:visited{
	font-size: 12px;     
	text-decoration: none;
	font-weight: normal;
	color: #FBAF17;            
	line-height: 20px;
	margin-top: 5px;
	display: block;
}


a.coverlink:hover, a.coverlink:active {
    color: #404041;
    text-decoration: none;  
	font-weight: normal;
}

.sectionHeadings {
	width: 316px;
	height: 30px;
	line-height:30px;
	font-size: 16px;
	font-weight: bold;
	color: #FBAF17;
	background: #575759;
	padding: 0 10px;
	}
	
a.sectionHeadingsLink:link, a.sectionHeadingsLink:visited{
	font-size: 12px;     
	text-decoration: none;
	font-weight: normal;
	color: #FBAF17;            
	line-height: 30px;
	float: right;
}


a.sectionHeadingsLink:hover, a.sectionHeadingsLink:active {
    color: #FFFFFF;
    text-decoration: none;  
	font-weight: normal;
}

.clear {
	clear: both;
	}
	
#prpFooter {
	width: 810px;
	height: 108px;
	background:url(footer.jpg);
	margin-top: 20px;
	}