/* CSS Document */

#pageWrapper {
	width: 792px;
	text-align: left;
	font-family: Verdana;
	font-size: 0.8em;
	color: black;
	font-weight: normal;
	}
	
#header {
	background-image: url('/images/header.gif');
	background-repeat: no repeat;
	height: 200px;
	width: 792px;
	}
	
#issue {
	text-align: right;
	font-size: 1.5em;
	border-bottom: 1px solid #999DB2;
	height: 1.5em;
	width: 792px;
	margin-bottom: 10px;
	} 

#mainWrapper {
	width: 792px;
	margin-bottom: 5px;
	}
	
#leftColumn {
	float: left;
	width: 523px;
	}
	
#articleWrapper, #relatedArticles {
	border: 1px solid #999DB2;
	width: 523px;
	margin-bottom: 10px;
	}
	
#articleTitle {
	font-size: 1.5em; 
	color: #484B60;
	margin: 5px 5px 0px 5px;
	}
	
#articleText {
	margin: 5px 5px 5px 5px;
	}

.leftColHead {
	border: 1px solid #999DB2;
	border-bottom: none;
	background-color: #A5A7BA;
	width: 523px;
	height: 2em;
	}
	
.rightColHead {
	border: 1px solid #999DB2;
	border-bottom: none;
	background-color: #A5A7BA;
	height: 2em;
	width: 257px;
	}

.subscription {
	border: 1px solid #ffb310;
	border-bottom: none;
	background-color: #ffb310;
	height: 2em;
	width: 257px;

}
	
*html .rightColHead { /* This is the tan hack */
	width: 257px;
	w\idth: 259px;
	}
	
.rightColBlock {
	border: 1px solid #A5A7BA;
	margin-bottom: 10px;
	width: 257px;
	}

.subblock {
	border: 1px solid #ffb310;
	margin-bottom: 10px;
	width: 257px;
	background-color: #FDF0C6;
}
	
*html .rightColBlock { /* This is the tan hack */
	width: 257px;
	w\idth: 259px;
	}
	
.headText {
	color: white;
	font-weight: bold;
	margin: 5px;
	}

#rightColumn {
	float: right;
	width: 259px;
	}

ul {
	list-style-image: url('/images/bullet.gif');
	margin-top: 5px;
	margin-right: 5px;
	}
	
img {
	border: 1px solid #999DB2;
	}

a {
	color: #484B60;
	}
	
li {
	margin-bottom: 5px;
	}
	
.margin5px {
	margin: 5px 5px 5px 5px;
	}
	
#copyright {
	color: #484B60;
	width: 792px;
	text-align: center;
	float: left;
	border-top: 1px solid #999DB2;
	padding-top: 5px;
	margin-bottom: 5px;
	}
	
#summaryTable {
	font-size: 1em;;
	width: 516px;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
	margin-right: 7px;
	}
	
*html #summaryTable { /* This is the tan hack */
	width: 516px;
	w\idth: 503px;
	}

.summaryTableRow {
	padding-bottom: 10px;
	}
	
td {
	vertical-align: top;
	}
	
.summaryArticleTitle {
	color: #484B60;
	font-weight: bold;
	}

	


