@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: Verdana, Garamond;
	font-size: 10pt;
	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: #CCC; /*#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: #CCC; /*#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;
}




