#publication_header_magazine {
	background-image:url("/templates/taa/images/texas_apartments_magazin.jpg");
	height:100px;
	width:788px;
}
h1.componentheading_magazine {
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#093164;
	margin:5px 10px 0px 0px;
}
.contentheading_magazine{
	font-size:16px;
	font-weight:bold;
	color:#093164;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.contentheading_magazine a, .contentheading_magazine a:visited{
	text-decoration:none;
	color:#147CA3;
}
.contentheading_magazine a:hover{
	color:#0A3261;
}
.article_row_magazine {
	width:788px;
	float:left;
	clear:both;
	margin:0px 0px 0px 0px;
}
.leading_magazine {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #147CA3;
}
div.top_article .contentheading_magazine{
	font-size:18px;
}
.leading_magazine{
	width:788px;
}
.leading_magazine .leftLinks{
	text-align:left;
	float:left;
}
.archive_category {
	font-size: 15px; 
	color: #093164;
	font-weight: bold;
	clear: both;
	text-decoration: none;
	margin-top: 8px;
	border-bottom: 2px solid #093164;
}
#publication_header_magazine a {
font-size:11px;
padding:0 0 0 10px;
}

.rightLinks {
text-align:right;
float: right;
font-size:11px;
padding:0 0 0 10px;
}

a, a:visited {
color:#0A3261;
text-decoration:underline;
}

/*  This fixes the left column problem on the publications' archives pages, but also breaks lots of other pages.  Need to set it to only happen on those pages somehow.
#bottomContent .middleColumn {
width:788px;
margin:0px;
}

#bottomContent .leftColumn {
display: none;
width: 0px;
}

*/