@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #19115f;
	background: #A9B4D4 url(../image-files/page-background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 601px; 
	background: #c4615e;
	margin: 0 auto; 
	text-align: left;
}

.container2 {
background: #ffffff;
	border-right: 1px solid #C90;
	border-left: 1px solid #C90;
}

#banner {
	width: 601px;
	height: 293px;
	background: url(../image-files/newsletter-08-banner.jpg) no-repeat;
}

#nlinfo {
	font: 12px Georgia, "Times New Roman", Times, serif;
}

h1 {
	height: 40px;
	width: 525px;
	color: #fff;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	padding: 13px 0 0 60px;
	background: url(../image-files/hbg-star.gif) no-repeat;
	margin-bottom: 0;
}

p {		margin-top: 0;	}

#botdiv {
	width: 601px; 
	height: 7px;
	background: url(../image-files/bg-bot-div.gif) repeat-y;
	margin: 0 auto 10px; 	
}

.navbar {
	width: 570px;
	height: 20px;
	color: #fff;
	background-color: #19115f;
	margin: 3px auto;
}

.navbar span {
	float: left;
	font-weight: 700;
	margin: 0 20px 0 5px;
	padding-top: 2px;
}

.navbar a {
	display: block;
	padding-top: 2px;
	width: 20px;
	height: 18px;
	float: left;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	border-left: #999 1px solid; 
	color: #ccc;
}

.navbar a:link {
	text-decoration: none;
	color: #ccc;
}
.navbar a:visited {
	text-decoration: none;
	color: #ccc;
}
.navbar a:hover {
	text-decoration: underline;
	color: #fff;
}
.navbar a:active {
	text-decoration: underline;
	color: #b20838;
}

#rtn {
	width: 55%;
	text-align: right;
}

#article {
	width: 550px;
	padding: 5px 10px;
	margin: 5px 0 5px 15px;
}

.pullquote {
	margin: 10px auto;
	width: 400px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #990000;
}

	.article-2 {
	 width: 55%;
	 float: left;
	}
	
	#sidebar {
		font-size: 80%;
		width: 35%;
		height: auto;
		margin-left: 370px;

	}

	#sidebarHL {
		 width: 90%;
		 height: auto;
		 margin: 0 auto 10px;
		 background-color: #fffcbf;
		 padding: 10px;
	}
	
	.hlhr {
		width: 90%;
		height: 3px;
		border-bottom: #A0002B 1px dotted;
		margin: 0 auto 10px;
	}
