body {
	background:#044769 /*#004d74*/ url(images/css/bg_fade.jpg) top center repeat-x;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}

h2 {
	FONT-FAMILY:Arial, Helvetica, sans-serif; 
	FONT-SIZE:12pt; 
	FONT-WEIGHT:bold; 
	COLOR:#737161;
}
/*************************************
*  HOME PAGE LAYOUT                  *
**************************************/

div#branding {
	margin:auto;
	background:url(images/css/header.jpg) center no-repeat;
	width:746px;
	height:112px;
	position:relative;
}
div#edition {
	width:250px;
	position:absolute;
	top:80;
	right:30;
	height:15px;
	font-size:x-small;
	color:darkred;
	text-align:bottom;
	clear:both;
	
}
div#edition .ed {
	float:left;	
}
div#edition .ed_date {
	float:right;	
}

div#info_head {
	margin:auto;
	background:url(images/css/content_cap.jpg) center no-repeat;
	width:746px;
	height:22px;
}

div#info_content {
	margin:auto;
	background:url(images/css/bg_content.jpg) center repeat-y;
	width:746px;
	min-height:50px;
	text-align:left;

}
div#article {
	margin:0 5px;
	background:url(images/css/bg_article2.jpg) top repeat-x;
	width:736px;
	min-height:200px;
	}
div#article .title {
	margin: 0 15px;
	padding-top:10px;
	font-size:medium;
	font-weight:bold;
	border-bottom:2px darkred solid;
	}
div#article .byline {
	margin: 0 15px;
	font-style:italic;
	}
	
	
	
div#footer {
	margin:auto;
	height:131px;
	width:746px;
	background:url(images/css/footer.jpg) bottom center no-repeat;
	font-size:8pt;
	color:darkred;
}
div#footer div.foot {
	padding-top:40px;
	text-align:center;
}
div#sidebar {
	float:right;
	margin-right:5px;
	width:189px;
}
	div#sidebar .boxhead {
		height:27px;
		width:189px;
		background:url(images/css/sidebar_header.png) top center no-repeat;
		}
		
	div#sidebar .content {
		width:189px;
		background:url(images/css/sidebar_content.png) center repeat-y;
		min-height:50px;
		}
		
	div#sidebar .boxfoot {
		height:27px;
		width:189px;
		background:url(images/css/sidebar_footer.png) top center no-repeat;
		}
	
	div#sidebar dl {
		margin: 0 10px 0 10px;
		color:white;
		}
	
	div#sidebar dt {
		padding-top:3px;
		}
	div#sidebar dt .new {
		font-size:8pt;
		color:darkred;
		background-color:yellow;
		/*border:1px solid red;*/
		padding:0 2px;
		font-weight:bold;
		}
	div#sidebar dd {
		margin-left:5px;
		padding-left:20px;
		padding-bottom:8px;
		}
	div#sidebar dd .new {
		font-size:8pt;
		color:darkred;
		background-color:yellow;
		border:1px solid red;
		padding:0 5px;
		font-weight:bold;
		}
	div#sidebar a {

		color:white;
		text-decoration:none;
	
		}

		div#sidebar a:hover {

		text-decoration:underline;
		
		}
	div#sidebar a.foot {
		float:right;
		margin-right:20px;
		font-size:8pt;
		color:#cccccc;
		line-height:1em;
		}

	
.newspaper {
	width:510px;
	margin-left:10px;
	}
	
/**************************************************************
...Image UL...START
**************************************************************/
ul.imageUL {
	margin:10px 0px 5px 30px;
	padding:0;
	list-style: url(/images/css/golddot.png);
}

		
