/* CSS Document *//* -------  Layout CSS(Centered Fixed Width) ------ */body {	font-family: Verdana, Arial, Helvetica, sans-serif;		margin-left: 10%;	margin-right: 10%;	padding: 0;	font-size: 12px;	text-align: center;	background-color:  #CCCCCC;	}#container {	background-color: #FFFFFF;	width: 760px;	margin: 10px auto 10px auto;	border: 1px solid;	border-color: #000000;	text-align: left;}#masthead { 	width: 760px;	height: 164px;  	/* background-image: url(/images/header.jpg); */	text-align: center;}#menu {	background-color: #000000;	height: 50px;	width:100%;		}#issue{	float:left;	width: 300px;	color: #FFFFFF;	text-align:left;	font-size: 16px;	font-style: normal;	padding-bottom: 5px;	padding-top: 5px;	padding-left: 10px;	background-color: #000000;}#issue a {text-decoration: none; color:#FFFFFF; font-weight: normal;}#issue a:visited {text-decoration:none;  font-weight: normal;}#issue a:hover {text-decoration: line-through;  font-weight: normal;}#links { float: right;padding-left: 10px;padding-right: 10px;padding-bottom: 5px;padding-top: 5px;width: 400px;color:#FFFFFF;font-size:14px;font-style:normal;display: inline;}#links a {text-decoration: none; color:#FFFFFF; font-weight: normal;}#links a:visited {text-decoration:none;  font-weight: normal;}#links a:hover {text-decoration: line-through;  font-weight: normal;}		/*----------main: content & font styles------------*/#main { 	width: 720px;	background-color: #FFFFFF;	padding-bottom: 20px;	padding-left: 30px;	padding-top: 20px;	text-align:left; 	}.title {font-size: 20px; color:#660000;}.title a, a:visited {color:#660000; text-decoration: none}.title a:hover {color:#666600; text-decoration: none}.author { font-size: 12px; color: #999999; font-style: normal;}.author a, a:visited {color: #999999; text-decoration: none; }.author a:hover {color: #333333; text-decoration:none;}.subtitle {font-size: 12px; color: #CC9900; font-style: normal;}.subtitle a, a:visited {color: #CC9900; text-decoration: none;}.subtitle a:hover {color: #CC9900; font-style: normal; font-weight: bold;}.section-heading {font-size: 18px; color:#000000;}.book-review {font-size: 15px; color: #000000; font-style: normal;}.book-review a, a:visited {color: #666666; text-decoration: none; font-style: normal;}.book-review a:hover {color: #660000; text-decoration: line-through;}.text {font-family:Verdana, Arial, Helvetica, sans-serif; 		font-size:12px; 		color:#000000;		margin-left: 1em;		margin-right: 1.5em;}.text a, a:visited {color: #660000; text-decoration: none; }.text a:hover {color:#666666; text-decoration:none;}.blockquote {font-family:Arial, Helvetica, sans-serif; 		font-size: 12px; 		color:#000000; 		margin-left: 1.5em; 		padding-left: 5px; }.fine-print {font-family:Verdana, Arial, Helvetica, sans-serif; 		font-size:9px; 		color:#000000;		margin-left: 1em;		margin-right: 1.5em; }.fine-print a,  a:visited {color: #660000; text-decoration: none; }.fine-print a:hover {color:#666666; text-decoration:none;}/*-------------footer--------------*//*---width set back 40 to add right padding for ISSN # ----*//*-- #footer {background-color: #000000;height: 30px;width:720px;text-align: right;padding-top: 12px; padding-right: 40px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;color:#FFFFFF;}--*/#footer {	background-color: #000000;	height: 50px;	width:100%;		}#copyright {	float: left;	width: 400px;	padding-bottom: 2px;	padding-right: 5px;	padding-top: 8px;	padding-left: 10px;	background-color: #000000;	}#copyright a {text-decoration: none; color: #CCCCCC; font-weight: normal;}#copyright a:visited {text-decoration:none;  font-weight: normal;}#copyright a:hover {text-decoration: line-through;  font-weight: normal;}#issn { float: right;width: 200px;text-align: right;padding-top: 15px;  padding-right: 40px;font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;color:#FFFFFF;}