@charset "UTF-8";
/* CSS Document */

.sidebar {
	width: 280px;
	margin: 0 5px 15px 15px;
	background-color: #3c4c59;
	float: left;
}

.widget {
	width: 250px;
	margin: 15px 15px 30px 15px;
}

.widget_divider {
	margin: 4px 0 8px 0;
}

.widget_pr {
	width: 180px;
	padding-left: 70px;
	margin: 15px 15px 30px 15px;
	color: #d7d8da;
	line-height: 1em;
	background-image: url(sidebar_icon_pdf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.nacs_content {
	width: 174px;
	padding-left: 76px;
	background-image: url(sidebar_logo_nacs.gif);
	background-repeat: no-repeat;
	background-position: left 5px;	
}

.main_content {
	width: 530px;
	margin: 0 35px;
	float: left;
}