body {
margin-left: 0;
margin-top: 0;
margin-right:0;
margin-bottom:0;
background-color:#F7F7F7;
background:url(../images/index_bg.gif) repeat-y;
}

img, img a {
border-color: #DFDFDE;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:14px;
	padding-left:27px;
	padding-top: 30px;
}
#nav a:link { color: #666666; text-decoration: none;}
#nav a:active { color: #666666; text-decoration: none;}
#nav a:visited { color: #666666; text-decoration: none;}
#nav a:hover { color: #6D0017; text-decoration: none; }

.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	margin-right: 50px;
	padding-bottom: 0px;
	padding-left: 5px;
	
}

.issuecover {
	padding-left:15px;
	padding-top:2px;
	}

.issue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	text-align: right;
	padding-top: 2px;
	padding-right: 85px;
	}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-bottom: solid #CCCCCC;
	border-bottom-width: 1px;
	margin-right: 27px;
	margin-left: 5px;
	line-height: 17px;
	}
	
.SubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6d0017;
	border-bottom: solid #CCCCCC;
	border-bottom-width: 1px;
	margin-right: 27px;
	margin-left: 5px;
	line-height: 17px;
	}
	
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	margin-right: 27px;
	padding-bottom: 10px;
	padding-left:5px;
	}
	
.bodytext a:link { color: #333333; text-decoration: underline;}
.bodytext a:active { color: #333333; text-decoration: underline;}
.bodytext a:visited { color: #333333; text-decoration: underline;}
.bodytext a:hover { color: #6D0017; text-decoration: underline; }

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#777777;
	line-height: 15px;
	padding-left: 10px;
	padding-top: 10px;
	}

/* Accordion Styles */

.SubHead{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6d0017;
	border-bottom: solid #CCCCCC;
	border-bottom-width: 1px;
	margin-right: 27px;
	margin-left: 5px;
	margin-top: 15px;
	line-height: 10px;
}

.SubLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-left: 10px;
	padding-right: 7px;
	padding-top: 10px;
	margin-bottom:0px;
	display: block;
}

.SubLinks a:link { 
	color: #666666; text-decoration: none;
	/*background-image:url(../images/subnav_bullet.gif);*/
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .7em;
	padding-right: .7em;
	display: block;
}
.SubLinks a:active { 
	color: #666666; text-decoration: none;
	/*background-image:url(../images/subnav_bullet.gif);*/
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .7em;
	display: block;
}
.SubLinks a:visited {
	color: #666666; text-decoration: none;
	/*background-image:url(../images/subnav_bullet.gif);*/
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .7em;
	display: block;
}
.SubLinks a:hover { color: #6D0017; text-decoration: none;
	color: #6D0017; text-decoration: none;
	background-image:url(../images/subnav_bullet_over.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .7em;
	display: block;
}

.Spacer {
padding-bottom: 8px;

}


