/********** BASE STYLES **********/
body {
	font: normal 10pt/16pt Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
	width: auto !important;
	float: none !important;
}

a:link, a:visited {
	color: #ef3e42;
	background: transparent;
	text-decoration: underline;
	font: 10pt Helvetica, Arial, sans-serif;
} 

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold !important;
}

h1#logo {
	text-align: right;
}

h1#logo a img {
	border: none !important;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

ul {
	list-style: square;
}

#header {
	margin-bottom: 2%;
	border-bottom: 1px solid #333;
}

#footer {
	margin-top: 2%;
	border-top: 1px solid #333;
	font-size: 9pt;
	text-align: center;
	font-style: italic;
}

#footer .bds a {
	font-size: 9pt !important;
	font-style: italic !important;
}

#article p {
	margin: 0 !important;
	padding: 0 !important;
}

#page_header .date, #page_header .category {
	font-style: italic;
}

#article p.intro {
	padding-bottom: 1% !important;
	font-style: italic;
	font-size: 11pt !important;
}

/*********** DISABLED STYLES ************/
#donations, ul#main_nav, ul#sub_nav, ul#footer_nav, div.page_menu, ul#days, #slideshow, #actions, #sidebar, .read_more, .more_news, .more_events, .read_other_stories, #article_actions, .addthis_toolbox, ul#sort_by, div.left img, ul.pagination, ul.sub_pagination {
	display: none !important;
}