body {
	margin: 25px 0 0 0;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* masthead */

#core {
	width: 780px;
	background-color: White;
	border-top: 2px solid #8B0000;
	border-left: 2px solid #8B0000;
	border-right: 2px solid #8B0000;
	border-bottom: 2px solid #8B0000;

}
#newsfeed {
padding-left: 5px; 
width:760px;
height: 75px;
overflow:auto;
margin-left:auto;
margin-right:auto;
}
#masttop {
	 /*background-image: url(images/Top_Bar/topbg.jpg);*/
	 background-position: bottom;
	 background-repeat: no-repeat;
	 width: 780px;
	 height: 85px;
}

#footer {
		border-top: 2px solid #8B0000;
}

#mast-adspace {
float: left;
font-size: 9px;
width: 468px;
height: 70px;
border: solid 1px #000;
background-color: #FFF;
margin-left: 5px; 
margin-top: 5px; 
}

#searchbox {
	display:none;
	width: 100%;
	float: right;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	position:inherit;
	top:0;
	right:0;
}

/* Body */

#navBar{
	width: 135px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
}

#content{
 	width: 510px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
    font-size: 10pt;
    font-family: Arial;
}

#rightBar {
	width: 135px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;

}
