/*---- Layout ----*/
div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#test {
	width: 80%;
	padding: 0;
	margin: 0;
}
/*#masthead h1
{
	display: inline;
}

/*/*/*/*/* /*style I added*/

#title {
	clear: left;
}
#news-item h4 {
	margin-left: 30px;
}

#masthead, #footer
{
	z-index: 10;
}
.hide
{
	display: none;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.hnav
{
	padding: 0px 0px 0px 0px;
}
.hnav ul
{
	text-align: right;
	list-style-type: none;
	line-height: normal;
	margin: 0 1px 4px 0px;
	padding: 0px;
}
.hnav ul li  {
	display: inline;
	white-space: nowrap;
	font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	/*/*/ /*/display: none;/*  */
}
.hnav ul li a
{
	text-decoration: none;
	color: #000;
	background-color: #ECEDCF;
	margin: 0 -1px 0 0;
	padding: 4px 10px 4px 10px;
}
.hnav ul li a:hover
{
	background-color: #E9967A;
	color: #336;
}
.hnav .current {
	background-color: #F4F5E3;
	padding: 4px 10px 4px 10px;
	margin: 0 -1px 0 0;
	/margin: 0 2px 0 0;
	color: #EC7952;
}