/* Start of CMSMS style sheet 'WFBluoakVertNews : niftyCorners' */
/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}
/* End of 'WFBluoakVertNews : niftyCorners' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : borders' */
#header, #box, #hbox, #sidebar, #menu_horiz, #header h1, #menu, #wrapper, #menuwrapper, #newsbox, #contenthead, .breadcrumbs, #content, #contentbox, #newsblock, #news, #newsblock2, #news2, #mainblock, #main, #block2, #content3, #flat, .right49, .left49, .top49, #footer{border: 0px solid #000}

#header, #footer, #menu, #content { border: 0px solid #000 }
/* End of 'WFBluoakVertNews : borders' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : Links' */
/* LINKS */

a { color: #5A7CBD; }
a:visited { color: #629B8A; background: transparent;}
a: hover { color: #333; }

        #contenthead
	a,
	a:link 
	a:active, a:visited {color: #222;
	text-decoration: none;
	}
        #contenthead
         a:hover {color: #fff;
	text-decoration: underline;
	}
        .breadcrumbs
	a,
	a:link 
	a:active, a:visited {color: #222;
	text-decoration: none;background-color:none;
	}
        .breadcrumbs
         a:hover {color: #fff;
	text-decoration: underline;
	}
        #flat
	a,
	a:link 
	a:active, a:visited {color: #3981FE;
	text-decoration: none;
	}
        #flat
         a:hover {color: #666666;
	text-decoration: underline;
	}
        .NewsSummary
	a,
	a:link 
	a:active, a:visited {color: #3981FE;
	text-decoration: none;
	}
        .NewsSummary
         a:hover {color: #666666;
	text-decoration: underline;
	}

	#main a,
	a:link 
	a:active, a:visited {color: #7AAF9F;
	text-decoration: underline; background: transparent;
	}
	#main a:hover {12px; color: #333;
	text-decoration: underline; background: transparent;
	}
        #menu a,  #menu a:link, #menu a:active, #menu a:visited 
       {color: #fff;
        font-size: 14px;
        font-weight: bold;
        font-family: arial, verdana;
        text-decoration: none;
        background: #7AAF9F;
	}
       
        #menu a:hover {color: #333;
	text-decoration: none;
	}

        div#footer a, div#footer a:visited {color: #fff; font-size: 10px; background: transparent;}

        .right49 a:link, .right49 a:hover, .right49 a:visited, .left49 a:link, .left49 a:hover, .left49 a:visited { background: transparent }
/*

/* END LINKS */
/* End of 'WFBluoakVertNews : Links' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : ruth CSSMenu Vert' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */

#menuwrapper { 
	width: 100%; 
	}


/* Unless you know what you do, do not touch this */ 

#primary-nav { 
	list-style: none; 
	argin: 0px; 
	padding: 0px; 
	width: 100%; 
        margin: 0px;
	}
#primary-nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
        margin-left: px; 
	position: absolute; 
	top: 0; 
	left: 100%; 
	display: none; 
        
	}
#primary-nav li { 
    margin-bottom: -1px; 
	position: relative; 
        line-height: 18px;
	}


/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	color #fff; 
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
	}
#primary-nav li, #primary-nav li .menuparent { 
	background-color: #7AAF9F; 
	}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #7AAF9F;
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */


#primary-nav ul li .menuparent, #primary-nav ul li .menuparent:hover,#primary-nav li .menuparent, #primary-nav li .menuparent:hover { 
	/*background-image: url(uploads/WFBluoakVertNews/arrow.gif); */
	background-position: center right; 
	background-repeat: no-repeat;
        background-color: #7AAF9F;
	}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
       background-color: #7AAF9F;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul, #primary-nav li.menuparenth ul ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul, #primary-nav ul ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
/* End of 'WFBluoakVertNews : ruth CSSMenu Vert' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : News' */
.NewsSummary {
    margin: 5px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin-bottom: 10px;
 }

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */
 
.NewsSummaryLink {}
.NewsSummaryAuthor {display:none}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}

/* End of 'WFBluoakVertNews : News' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : wireframeRVLayout' */
/* SITE SPECIFIC LAYOUT */

div#contenthead {margin:1px 0 ; padding: 0 5px; }
 * html body div#contenthead { margin:1px 0; padding: 10px 0; }
div.breadcrumbs {margin:5px 0;padding:1px 0 3px 10px;text-align: left;font-size: 90%;}

html{height: 100%; margin: 0 auto}
body{margin: 15px; }

div#box{width: 837px; margin: 0px auto;padding:0;}
div#widebox{width: 1107px; margin: 0px auto;padding:0;}
div#page{margin: 0 auto;padding: 0px;text-align: left; vertical-align: top;}

div#header{overflow: hidden; height: 430px; margin:0px; background: #fff url('uploads/WFBluoakVertNews/header_bg.gif') repeat-y left top; }
div#register { height: 102px; width: 220px; text-align: right; float: left; margin: 0px;}
div#logo { float: left; height: 430px; width: 265px; margin: 0px; background: #7AAF9F url(uploads/WFBluoakVertNews/brown_lines.gif) repeat-x 0 252px; margin: 0px;}
div#flashcontent { float: right; height: 390px; width: 572px; padding: 0; }

*html body div#header h1{margin: 105px 0 0 435px; padding:0}

div#content{ background: #fff; margin-top: -3px; padding: 0 5px 0 0; }
div#content_pad { padding: 0 15px 0 0; }
div#menu {margin:0px;padding: 0px; width: 209px; }
div#twocol { margin: 0; padding: 0px; height: 100%; }
div#leftcol { float: left; width: 265px; height: 100%;  }
div#rightcol{ float: right; width: 550px; margin: 0; padding: 0; background: #fff; }
div#widecol{ float: right; width: 820px; margin: 0; padding: 0; background: #fff; }
div#sub{ width: 837px; }

div#menuwrapper{margin:0px;padding:7px 0; background: #7AAF9F;}
div#sidebar {float: left;width: 256px; margin: -3px 10px 0 0; padding: 5px 19px 18px 36px; display:inline ; background: #7AAF9F url('uploads/WFBluoakVertNews/brown_lines_bottom.gif') bottom repeat-x; height: 240px; }
div#sidebar_narrow {float: left; width: 210px; margin: 0px 10px 0 0; padding: 5px 19px 50px 36px; display:inline; background: #7AAF9F;}
div#newsbox{margin:15px 0px 0px;padding:0px}
div#newsbox h2{margin:0;padding:5px 0 1px 5px}
div#main{margin:0; padding:0}
div#content table{margin:5px auto}
div#content th{padding:7px}
div#main table{margin:0}
div#main form{margin:0}
div#intro { height: 241px; line-height: 26px; font-size: 14px; margin-top: -15px 0; padding: 0 30px 0 0; overflow: hidden;}
div#intro p { margin: 0; padding: 20px 0 0 0; }  /* this is to prevent a wonky white homepage area when edited */

div.photobanner {
  margin: 20px 0 0 10px;
  width: 520px;
  height: 165px;
  position:relative;
}

div.caption {
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: 2px;
  margin: 0; 
  padding: 0;
}

div.photobanner a, div.photobanner a:visited {color: #fff; } 

div#banner1 { background: transparent url('/uploads/images/Banner%20Photos/BNR%20James-Longley-Family-at-Clinic.jpg'); }

div#banner2 { background: transparent url('/uploads/images/Banner%20Photos/BNR James-Longley-Two-Boys.jpg'); }

div#banner3 { background: transparent url('/uploads/images/Banner%20Photos/BNR James-Longley-Child-Patient.jpg'); }

div#banner4 { background: transparent url('/uploads/images/Banner%20Photos/BNR James-Longley-Book-Market.jpg'); }

div#banner5 { background: transparent url('/uploads/images/Banner%20Photos/BNR James-Longley-Kissing-Koran.jpg'); }

p.center {margin: 0px;text-align: center}
.center{margin-left:180px}

div#footer{clear: both; width: 827px; margin: 0 0 0 0; vertical-align: top; padding: 5px; text-align: center;  }
div#footer p {}
div#footer input {margin: 0;}
div#footer form {display: inline; margin:0; padding: 0; }
div#partner { text-align: center; padding: 15px 0 15px 0; width: 100%; }
div#copyright { background: transparent; color: #fff; font-size: 10px; text-align: center; padding: 15px 2px 2px 2px; }

div#flat{clear:both;height:45px;margin:5px;padding:5px;}
div.left49 {float:left;width: 60%;}
div.right49 {float:right;width: 10%;text-align: right;}
div.left49 p,div.right49 p{margin:0px 20px; padding:0px}

/* End of 'WFBluoakVertNews : wireframeRVLayout' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : ruthcolor' */
/* Layout sections */
/* NEW CSS */

/*colors*/
body{background: #393938 url(uploads/WFBluoakVertNews/bg.gif); }
div#box, div#widebox {background: #fff; }
div#page{ }
div.subpage { background: transparent; background-image: url('uploads/WFBluoakVertNews/leftcol_bg.gif' ); background-repeat: no-repeat; background-position: bottom left; }
div#hbox{ background: #fff; }
h1 a{color: #5A7CBD}
h1 a:hover{color: #5A7CBD}
#header h1{font-size: 163%;color: #5A7CBD}
hr {color: #5A7CBD; background: #88A7E1; height: 2px; }
h1{color: #5A7CBD}
h2{color: #7AAF9F}
h3{color: #5A7CBD}
div#header{}
div#wrapper{background: #fff}
div#menuwrapper{background: transparent;}
div#menu_horiz{background-color: #7AAF9F}
div#content{background-color: #fff}
div#contentbox{ackground-color: #fff}
div#contenthead{background-color: #88A7E1}
input.newsletter {border: 2px solid #7AAF9F; color: #999; font-size: 12px; padding: 2px;}
span.headline {font-size: 24px;  color: #88a7e1; }

div#footer{height: 59px; border-top: 4px solid #999; background: #88A7E1 url(uploads/WFBluoakVertNews/white_lines_blue.gif) bottom repeat-x; color: #ffffff;}

/* End of 'WFBluoakVertNews : ruthcolor' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : ruthForms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
/*things for no borders*/
	th {
		font-weight: bold;
		text-align: center;
                border-bottom:none;
	}
	tr {

	}
	td {
		font-size: 1em;
               border-left:none;
               border-bottom:none;
	}
/* no boreders*/
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		
/* End of 'WFBluoakVertNews : ruthForms' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : ruthtypo' */
h1,h2,h3{font-family: arial,sans-serif}
h2{font-size: 1.75em;margin: 0px;padding: 5px 0 0 20px}
address{padding: 3px 15px;font-style:normal}

body {
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
                line-height: 1.2em;
	}
	div {
		font-size: 12px;
	}
	img {
		border: 0;
	}
	

	
/* HEADINGS */
	h1 {
		font-size: 24px;
                line-height: 22px;
		margin: 0 0 10px 0;
		padding: 43px 0 0 8px;
	}

        h1.banner {line-height: 22px; padding: 22px 0 0 8px; }

	#main_sub h2 {
		ont-size: 14em;
                ine-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 8px 0 0 8px;
	}

	h2 {
		ont-size: 1.75em;
                ine-height: 1.5em;
		margin: 0 0 0.5em 0;
		adding: 7px 0 0 15px;
	}

        div#header  h2 {
		font-size: 1.5em;
                line-height: 1.5em;
		margin-left:220px;padding:0;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	#menu_vert h2 {
		margin-left: 10px;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0 10px;
		line-height:1.4em;
	}
 body.xml p {
		font-size: 1em;
		margin: 5px auto;
		padding: 0px;
		line-height:1.4em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
                padding-left: 10px;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */

        #main ul {
                line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}

        #main_sub ul {
                list-style-position: inside;
                line-height:1.4em;
                margin: 0 0 0 1em; 
                padding: 0 0 1em 1em;

	}
	#main_sub li {
            margin: 0 0 0 1em;
            padding: 0 0 0 10px;
            list-style: square;
        }

	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {width:100%
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: center;
border-bottom:1.5px solid;
	}
	tr {

	}
	td {
		font-size: 1em;
border-left:1px dotted;
border-bottom:1px dotted;
	}
/* END TABLE */	
	
	hr {
		   
	}
	hr {
		
		argin:2px  0;
		order-bottom: 1px dotted black;
	}
/* End of 'WFBluoakVertNews : ruthtypo' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : ruthTools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.menu_horiz:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html>body .menu_horiz{
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
	* html .menu_horiz{
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */
/* End of 'WFBluoakVertNews : ruthTools' */

/* Start of CMSMS style sheet 'WFBluoakVertNews : JSRVLayout1boxWnews' */
/* SITE SPECIFIC LAYOUT */

/* JS CSS, uncomment this for Rounded corners, that means goto the very bottom and delete the * and the / forward slash and put it at the end of this sentence, don't forget to comment the wireframe CSS




div#contenthead {width:100%;margin:1px 0 ; padding: 5px 0; }
 * html body div#contenthead { margin:1px 0; padding: 10px 0; }
div.breadcrumbs {padding-left: 10px;text-align: left;font-size: 85%;}

html{height: 100%; margin: 5px auto}
body{margin:0;padding:10px auto}

div#box{width:800px;margin: 0px auto;padding:6px 0 0}
div#page{;margin: 0 auto;padding: 0px;text-align: left}


div#header{height: 390px; margin:0px auto;padding: 0;}
 *html body div#header h1{margin: 105px 0 0 435px;padding:0}
div#content{width: 875;margin:0px; padding: 0px; }
* html body div#ontent{;width: 875px;margin: 0;padding: 0 }

div#menu {margin:0 10px;padding: 0}
 * html body div#menu {margin:5px;}

div#menuwrapper{margin:0px;padding:7px 0}
div#sidebar {float: left;width: 25%; margin: 0 ;display:inline ;}
div#newsbox{margin:15px 10px 5px;padding:0px;;border: 2px double #466D5D}
div#newsbox h2{margin:0;padding:5px 0 1px 5px}
div#main{margin:0;padding:0}
div#content table{margin:5px auto}
div#content th{padding:7px}
div#main table{margin:0}
div#main form{margin:0}

p.center {margin: 0px;text-align: center}
.center{margin-left:180px}

div#footer{clear: both;margin-top: 10px}
div#footer p {margin: 0;padding: 5px;text-align: center;}

div#flat{height:45px;margin:0px;padding:0px;}
div.left49 {float:left;width: 60%;}
div.right49 {float:right;width: 10%;text-align: right;}
div.left49 p,div.right49 p{margin:0px 20px; padding:0px}

*/
/* End of 'WFBluoakVertNews : JSRVLayout1boxWnews' */

