body {
	margin: 0px;
	/* background-image: url(images/barnwood-background.gif); */

}
.currentcover {
	margin: 5px 10px 0px 0px;
}
#currenttext {
	float: right;
	text-align: right;
	margin-right: 5px;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #B524FD;
}
#horiznav {	
	background-image:  url(images/redbkgrnd-blk.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 0px;
}
#horiznav ul {
	margin: 0px 0px -1px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 800px;
	height: 20px;
}
#horiznav li {
	display: inline;
	margin-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #FFFFCC;
}
#horiznav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFCC;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}
#horiznav a:hover {
	color: #FFFFFF;
}
#horiznav .right {
	border-right: 0px solid #FFFFCC;
}
#subscribenav {	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
}
/**#subscribenav ul {
	margin: 0px 0px -1px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 267px;
}
#subscribenav li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}**/
#subscribenav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	color: #D03440;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}
#subscribenav a:hover {
	color: #333333;
}
#subscribenav .small {
	font-variant: normal;
}

/**#vertfill {
	background-image:  url("images/greenbkgrnd1.jpg");
	background-repeat: repeat-y;
	width: 135px;
}
#vertnav {
	background-image:  url("images/greenbkgrnd1.jpg");
	background-repeat: repeat-y;	
	width: 135px;
} 
#vertnav ul {
	list-style-type: none;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 2px;
}
#vertnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
}
#vertnav a:hover {
	color: #333333;
}
#vertnav a.currentissue {
	background-color: #A2AE9F;
	border-top: 1px solid #4B6E9A;
	border-bottom: 1px solid #4B6E9A;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
**/
#subscribe {
	background-color: #F1E9DD;
	border-top: 1px solid #4B6E9A;
	border-bottom: 1px solid #4B6E9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding-top: 0px;
	padding-left: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 2px;
}
#subscribe h1 {
	font-size: 1.3em;
	color: #FFFFFF;
	background-color: #D03440;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: -2px;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#subscribe .extra {
	font-size: .85em;
	text-align: center;
	font-weight: bold;
}
#subscribe a {
	color: #333333;
	background-image:  url("images/box.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
}
#subscribe a:hover {
	color: #D03440;
	background-image:  url("images/box_check.gif");
	background-repeat: no-repeat;
}
.bottomleft {
	border-top: 4px solid #4B6E9A;
	margin-left: 20px;
	font-size: .7em;
}
.bottomright {
	border-top: 4px solid #4B6E9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	width: 500px;
	color: #333333;
	padding: 5px;
	margin-top: 10px;



}
.red {
	color: #D03440;
}
#vertfillbottom {
	border-bottom: 1px solid #4B6E9A;
	background-image:  url("images/greenbkgrnd1.jpg");
	background-repeat: repeat-y;
	width: 135px;
}

.imagescroll {
	margin: 2px 0px;
}
#bottomnav {
	background-image:  url("images/greentilebg.jpg");
	background-repeat: repeat;	
	width: 100%;
	height: 40px;
	padding-top: 15px;
	margin: 0px;
}
#bottomnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#bottomnav li {
	display: inline;
	list-style-type: none;
	margin: 0px 10px;
}
#bottomnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
}
#bottomnav a:hover {
	color: #333333;
}

/****** ******************* ******/
/******Image Hover Styles ******/
/****** ******************* ******/
.hover-border	 	{
	border: 2px solid #000000;
	cursor:hand;
	margin: 5px;
}
A:hover .hover-border 	{
	border: 2px solid #CC3333;
	cursor:hand;
	filter: Gray;
}

/****** ******************* ******/
/****** Main Content Styles ******/
/****** ******************* ******/
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;
	padding: 0px;
	border-right: 1px solid #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;







}
#content h1 {
	height: 15px;
	font-family: "Courier New", Courier, mono;
	text-transform: lowercase;
	font-size: 2em;
	color: #8f9E8B;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 5px;

}
#content h2 {
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #D03440;
	clear: left;
	padding-top: 0px;
	margin-left: 5px;


}

#content p {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;


}
#content h3 {
	margin-left: 5px;
}


#content a {
	color: #D03440;
	text-decoration: underline;
}
#content a:hover {
	color: #4B6E9A;
	text-decoration: none;
}

#pub_pullout {
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	float: right;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
}
.pub_head {
	font-weight: bold;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	padding-right: 25px;
	display: inline;
}
.orderbutton {
	border: 1px solid #D03440;
	padding: 3px;
	margin: 3px;
	background-color: #F5F0DE;
	text-decoration: none;
	font-weight: bold;

}
.returntotoc {
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	text-align: right;




}

/*** current issue ***/
#content #title {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	text-align: right;
	margin-right: 10px;
	padding-top: 20px;
}
#content #title h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 2.2em;
	color: #BA9257;
	height: 2em;
}
#content #features {
	margin-left: 0px;
	padding-left: 10px;
	border-left: 2px solid #BA9257;
}
#content #right_toc {
	float: right;
	width: 220px;
	border: 1px dashed #BA9257;
	margin-top: 10px;
	margin-left: 5px;
	padding: 10px;
	clear: left;
}
.columns_toc {
	font-size: .9em;
}
#content ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#content li {
	margin-bottom: 5px;
}
#content #lookahead {
	background-color: #DBE2EB;
	padding: 10px;
}
.bullet li {
	list-style-type: none;
	margin-left: .5em;
}
#smallcopy {
	width: 300px;
	border-right: 1px solid #BA9257;
	padding:  0px 5px 5px 0px;
	margin: 0px 10px 5px 5px;
	float: left;
}
.copyimage {
	border: 10px solid #DBE2EB;
	padding: 2px;
}
.smalllist li {
	font-size: .9em;
	list-style-type: circle;
	margin-left: 1em;
}

#trial form{
	margin-top: 0px;
}
#trial h2 {
	margin-bottom: 0px;
}
.smalltext {
	font-size: 0.9em;
	font-weight: normal;
	color: #BA9257;

}
.notes {
	font-size: 10pt;
	padding-right: 5px;
	padding-left: 5px;

}
.advertiser {
	font-size: .9em;
}

