/* NewsPrints Default Stylesheet */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background-color:FFF;
	padding-top:10px;
}

h1, h2, h3, h4, h5, form, ul, p {
	margin:0;
	padding:0;
}

iframe {
	border-width:0;
	padding:0;
	margin:0;
}

img {
	border: none;
}

form {
	padding:0;
	margin:0;
}

a,
a:hover,
a:active,
a:visited {
	outline: 0;
	color: #000;
}

a:hover{
	text-decoration: none;
}

/*Common classes*/

.hide {
	display: none;
}

.show {
	display: block;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 11px;
}

/* Main Body and two main columns */
#dMn {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	min-height:765px;
}
#dMnl {
	width:760px;
	float:left;
	padding-right:30px;
}
#dMnr {
	width:160px;
	float:left;
}

/* Adverts */
#iAd0 {
	margin-left:16px;
	height:90px;
	width:728px;
	margin-bottom:12px;
}
#iAd1 {
	height:151px;
	width:160px;
	margin-bottom:20px;
}
#iAd2 {
	height:600px;
	width:160px;
}

/* Top Section */
#dTs {
	position:relative;
	height:150px;
	width:760px;
	background-image:url(/i/nwl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
}
#dTsi {
	position:absolute;
	top:0px;
	left:0px;
}
#dTsu {
	position:absolute;
	top:0px;
	left:334px;
	width:445px;
}
#dTsu ul{
	position:relative;
	list-style:url(/i/bullet-point-grey.gif);
	line-height:18px;
	font-weight:bold;
	font-size:12px;
}

#dTib { background-color:#EEE;
	position:absolute;
	top:103px;
	right:220px;
	width:318px;
	padding:4px 0px;
	border:#999 1px solid;
	background-color:#EEE;
	font-size:12pt;
	text-align:center;
	cursor:pointer;
}
#dTib a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#dTis {
	position:absolute;
	top:103px;
	right:0px;
	width:160px;
	font-size:9pt;
}


/* List Of IOs */
#dIOs {
	width:760px;
	margin-bottom:12px;
}
#dIOs h1 {
	width:760px;
	margin-top:12px;
	margin-bottom:12px;
	width:100%;
	font-size:16pt;
	text-align:center;
}
#dIOs h4 {
	width:760px;
	margin-bottom:12px;
	width:100%;
	padding:4px 0px;
	border:#999 1px solid;
	background-color:#EEE;
	font-size:12pt;
	text-align:center;
	cursor:pointer;
}
#dIOs h4 a {
	font-size:12pt;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#dIOs p {
	width:760px;
	margin-bottom:12px;
	width:90%;
	padding:4px 8px;
	border:#999 1px solid;
	font-size:11pt;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}



/* Main Menu Items */
#topNavLnx {
	width:760px;
	height:56px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	letter-spacing:-0.5px;
	overflow:hidden;
	z-index:1000000;
	margin-bottom:12px;
}
#topNavLnx a {
	display:block;
	float:left;
	padding:16px 10px 0px 10px;
	margin:0px 7px 0px 7px;
	height:56px;
	background: url(/i/bullet-point-arrow-black.gif) 0px 23px no-repeat;
	text-decoration: none;
	color:#4C4C4C;
}
#topNavLnx a:hover {
	background: url(/i/menuItems-bg.jpg) top left repeat;
	text-decoration: none;
	color:#FFF;
	background-color:#000;
}
#topNavLnx a:selected {
	background: url(/i/menuItems-bg.jpg) top left repeat;
	text-decoration: none;
	color:#000;
	background-color:#FFF;
}



/* Footer */
#dFooter {
	float:none;
	clear:both;
	border:#CCC 1px solid;
	text-align:center;
	position:relative; 
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px; 
	padding-bottom:10px; 
	margin-bottom:10px;
	margin-top:30px;
	font-size:12px;
	color:#373736;
}
#dFooter a {
	font-size:12px;
	font-weight:bold;
	color:#9D0000;
}
#dFooter a:link {text-decoration:none}
#dFooter a:visited {text-decoration:none}
#dFooter a:hover {text-decoration:underline}

