@media print { .noPrint { display: none; } }

body {
	margin-left: 0px;
	margin-right: 0px;
	font-size:90%;
	font-family: arial, helvetica, serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.dropcontent {
	width: 100%; /*300px;*/
	height: 100%; /*140px;*/
	border: 0px solid black;
	background-color: #FFF /*#FFECC6;*/
	display: block;
	/*padding: 13px;*/
}

#dropmsgoption { /*drop down list for magazine distribution locations*/
	width: 300px;
}

#cover { /* Cover Image */
	border-style: double;
	/*margin-top: 13px;*/
	float: left;
}

.headlines li {
	font-size: 158%;
	margin-bottom: 13px;
	border: 0px solid #0A0;
}

.headlines li a {
	color: #000;
	text-decoration: none;
	/*font-size: 130%;*/
}

.headlines li a:hover {
	text-decoration: underline;
}

.toc {
	border: 1px solid #000;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
}

h2 {
	border-bottom: 1px dashed #000;
}

p, li {
	text-align: justify;
}

/*

#articles {
	border: 0px solid #F00;
	text-align: left;
	width: 400px;
}

#articles ul li a {
	border: 0px solid #00F;
	font-family: Verdana;
	font-size: 20pt;
	color: #000; 
	text-decoration: none;
}

#articles ul li a:hover {
	text-decoration: underline;
}

.page {
	color: #555;
}

.style2 {
	color: #000
}

.style4 {
	font-size: 20px;
}

.style6 {
	color: #000;
	font-size: 10px;
}

ul li {
	margin-bottom: 20px;
}
*/




ul#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Garamond;
	font-size: 13pt;
	color: #555;
	/*font-variant: small-caps;*/
}

ul#nav > li { /* all list items */
	float: left;
	position: relative;
	width: 150px; /*10em;*/
	border: 0px solid #000;
}

ul#nav > li:hover {
	/*background-color: #EAB;*/
	color: #000;
}

ul#nav > li a {
	text-decoration: none;
	color: #000;
}

ul#nav > li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	border-top: 1px dashed #000;
	/*background-color: #EAB;*/
	list-style-type: none;
	padding-left:0;
	margin-left:0;
	width: 150px;
	padding-bottom: 5px;
}

ul#nav > li > ul > li > a {
	color: #000;
	text-decoration: none;
	/*border: 1px solid #0A0;*/
	font-size: 90%;
}

ul#nav > li > ul > li > a:hover {
	color: #000;
	text-decoration: underline;	
}

ul#nav > li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav > li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}




ul.headlines > li {
	line-height: 0.6em;
	margin-left: -40px;
}

ul.headlines > li > a {
/*border: 1px dashed #EEE;*/
	text-decoration: none;
	color: #555;
	font-size: 80%;
	line-height: 1px;
}

ul.headlines > li > a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	font-size: 80%;
}

.cat {
	font-variant: small-caps; 
	font-weight: bold;
	font-size: 60%;
	text-decoration: none;
	border-bottom: 2px solid #000;
	margin-bottom: 13px;
	color: #000;
	padding-left: 5px;
}

#issue {
	width: 900px;
	background-color: #000;
	color: #FFF;
	font-family: Trebuchet MS, Trebuchet, Verdana;
	font-size: 200%;
	border-bottom: 3px solid #000;
}

/*ul#nav>li {padding-top: 5px; padding-bottom: 5px; margin-top: -10px; border-top: 2px dashed #0F0; text-align: center; align: center; }*/

ul#nav>li>a {color: #000; font-family: 'Archivo Narrow', sans-serif; text-align: center; align: center;}

ul#nav>li>a:hover {color: #000;}

ul#nav a {color: #000; font-family: 'Archivo Narrow', sans-serif; text-align: center; align: center; font-size: 100%; }
