/* CSS RESET ------------------------ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 17px;
	}

#header .main-menu,
#header .utility,
#header fieldset,
#banner,
#breadcrumbs strong,
#ads,
#right-column,
#left-column,
.issue-list-wrap,
.addthis_button,
#footer .social-list,
#footer .menu-list {
	display: none !important;
	}
	
div {
	clear: both;
	}
	
/*img {
	float: left;
	}
*/
h1, h2, h3, h4, h5 {
	margin: 10px 0 20px 0;
	}

p {
	margin: 0 0 10px 0;
	}


#breadcrumbs {
	padding: 10px 0;
	margin: 10px 0 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#footer {
	padding: 10px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #ccc;
	}
	
h3 {
	font-size: 1.2em;
}
h4 {
	font-size:1.15em;
}
h5 {
	1.1em;
}
ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 5px 0 5px; 10px;
}
ol {
	list-style-position: inside;
	list-style-type: decimal;	
	padding: 5px 0 5px; 10px;
}
ul ul, ol ol {
	padding-left:20px;	
}
blockquote {
	padding: 10px 30px 10px 30px;	
}