/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2007.06.07
PURPOSE:		Housing Preservation Project Printable/Alt Pages Stylesheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* UNIVERSAL DEFINITIONS */

body {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	margin: 0px;
	padding: 0px;
}

table, tr, td {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
}

a { font-weight: bold; text-decoration: underline; color: #5e8823; }
a:visited { font-weight: bold; text-decoration: underline; color: #5e8823; }
a:hover { font-weight: bold; text-decoration: none; color: #5e8823; }
a:active { font-weight: bold; text-decoration: none; color: #5e8823; }




/* CONTENT DEFINITIONS */

#main_content_container {
	width: 650px;
	margin: 0px;
	padding: 0px;
}

#main_content {
	margin: 0px;
	padding: 10px;
}

#back_link {
	margin: 0px;
	padding: 0px;
}



#sponsors {
	width: 440px;
	margin: 40px 0px 10px 94px;
	padding: 4px 0px 2px 0px;
	border: 1px solid #5e8823;
	text-align: center;
}
#sponsors_header {
	font-weight: bold;
	color: #999999;
}
.sponsors_table {
	margin: 5px 3px 0px 3px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-style: none;
}
.sponsors_table td {
	padding: 2px;
	border-width: 0px;
	border-style: none;
}



.article_headline {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
.article_body {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.article_downloads_header {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #cccccc;
}
.article_download_container {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}



.city_name {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

.city_content_header {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.city_content_header2 {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.city_content_centered {
	width: 590px;
	margin: 0px 0px 0px 20px;
	text-align: center;
}
.city_content_text {
	width: 590px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}
.city_content_source {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	color: #999999;
}

.city_data_table {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-style: none;
}
.city_data_table td {
	padding: 2px 5px 2px 5px;
	border-width: 0px;
	border-style: none;
}
.city_data_table td.right {
	padding: 2px 5px 2px 5px;
	text-align: right;
	border-width: 0px;
	border-style: none;
}
.city_data_table td.center {
	padding: 2px 5px 2px 5px;
	text-align: center;
	border-width: 0px;
	border-style: none;
}

.city_data_table_b {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #5e8823;
	border-spacing: 0px;
	border-collapse: collapse;
}
.city_data_table_b tr.header {
	background-color: #d8d4c9;
}
.city_data_table_b td {
	padding: 3px 5px 4px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #5e8823;
	border-spacing: 0px;
	border-collapse: collapse;
}
.city_data_table_b td.right {
	padding: 3px 5px 4px 5px;
	text-align: right;
	border-width: 1px;
	border-style: solid;
	border-color: #5e8823;
	border-spacing: 0px;
	border-collapse: collapse;
}
.city_data_table_b td.center {
	padding: 3px 5px 4px 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #5e8823;
	border-spacing: 0px;
	border-collapse: collapse;
}
.city_data_table_b td.affordability_num {
	width: 60px;
	padding: 3px 5px 4px 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #5e8823;
	border-spacing: 0px;
	border-collapse: collapse;
}
.city_data_table_b td.action_info {
	width: 110px;
	padding: 3px 5px 4px 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #5e8823;
	border-spacing: 0px;
	border-collapse: collapse;
}
.city_data_table_b td.challenge_info {
	width: 250px;
	padding: 3px 5px 4px 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #5e8823;
	border-spacing: 0px;
	border-collapse: collapse;
}

