/* @group Newsletter Archives */
.wide-skyscraper{
	width: 140px;
	height: 580px;
	padding: 10px;
	float: left;
	background-color: #395684;
	border: 3px double #061e40;
	color: white;
	font: .8em Futura, Frutiger, "Trebuchet MS", Tahoma, Geneva, sans-serif;
	margin-right: 1em;
}
.wide-skyscraper h3{
	color: white;
	font-size: 1.2em;	
}
.wide-skyscraper p:first-line{
	font-weight: bold;	
}
.cutline{
	font-size: small;
	font-style: italic;	
}
.sales{
	border-bottom: 1px solid #0c1e66;
	border-left: 1px solid #0c1e66;
}
.sales th,
.sales td{
	border-top: 1px solid #0c1e66;
	border-right: 1px solid #0c1e66;
	padding: 3px;
}
.sales th{
	background-color: #ccc;	
	font-size: small;
}
.box{
	text-align: justify;
	padding: 10px;
	border: 5px solid black;	
}
#archive{
	background-color: #e2eafc;
	border-bottom: 1px solid #0c1e66;
	border-left: 1px solid #0c1e66;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-align: center;
}
#archive th,
#archive td{
	border-top: 1px solid #0c1e66;
	border-right: 1px solid #0c1e66;
	padding: 5px;
}
#archive h2{
	margin-bottom: 0;
}
#archive ul{
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
#archive li{
	display: block;
}
#archive a {
	color: #0c1e66;
	display: block;
	font-size: small;
}
#archive a:visited{
	color: #663366;
}

#archive a:hover {
	color: white;
	text-decoration: none;
	background-color: #001d3b;
}

/* @end */

/* @group AJAX Members List */

#memnav a {
	font-size: 15px;
	font-weight: bold;
	background-color: #006;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#memnav a:hover {
	font-size: 15px;
	font-weight: bold;
	background-color: #006699;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

/* @end */
