#header {
	background:  url(../images/header_news.jpg) no-repeat 0 0;
}
#content ul li span {
		font-style: italic;
		font-size: 10px;
}
#content p.open a {
	background: #f60 url(../images/minus.gif) no-repeat 6px 6px;
	text-indent: 15px;
	color: #fff;
	display: block;
	padding: 1px 10px;
	border: 1px solid #036;
}
#content p.open a:hover {
	background: #f60 url(../images/minus.gif) no-repeat 6px 6px;
	color: #fff;
	border: 1px solid #036;
}
#content p.closed a {
	background: #036 url(../images/plus.gif) no-repeat 6px 6px;
	text-indent: 15px;
	color: #fff;
	display: block;
	padding: 1px 10px;
	border: 1px solid #f60;
}
#content p.closed a:hover {
	background: #fff url(../images/plus_hover.gif) no-repeat 6px 6px;
	color: #036;
	border: 1px solid #f60;
}
#newsheader {
	padding: 5px 10px 15px 0;
	margin: 0 0 10px 0;
	text-align: right;
	background: #f5f5f5 url(../images/newsarticle.gif) repeat-x left bottom;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: none;
	border-left: 1px solid #003366;
}
#newsheader a {
	text-decoration: none;
	color: #039;
	padding: 0 0 1px 0;
	border-bottom: 1px solid #ccc;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#newsheader a:hover {
	color: #f60;
	border-bottom: 1px solid #f60;
}
iframe {
	width: 100%;
	height: 100%;
}
#newssearch {
	height: 20px;
	position: absolute;
	top: 30px;
}
p#newsnav {
	position: relative;
	font-size: 10px;
	margin: 40px 5px 5px 5px;
    text-align: left;
    background: #f5f5f5;
    padding-top: 0;
}
p.open {
	position: relative;
}
h1 {
	position: relative;
}
ul {
	position: relative;

}

