body {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 13px;
	background-color: #ffffff;
}

/* css for header area */
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 61px;
	width: 100%;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logort {
	position: absolute;
	top: 0px;
	left: 192px;
	height: 28px;
	width: 16px;
	background-color: #f7dc15;
}
#logorb {
	position: absolute;
	top: 28px;
	left: 192px;
	height: 28px;
	width: 16px;
	background-color: #fcfd08;
}
#logorte {
	position: absolute;
	top: 0px;
	left: 192px;
	height: 28px;
	width: 16px;
	background-color: #fcfd08;
}
#logoaddinfo {
	position: absolute;
	top: 0px;
	left: 208px;
	padding: 0 5px 0 5px;
	height: 28px;
	background-color: #f27f55;
}
#logoaddinfo a:hover {
	text-decoration: none;
}
.addinfotext {
	padding: 0px 7px 0px 30px;
	font-family: "Gill Sans", "TrebuchetÊMS", Verdana, san-serif;
	font-size: 15px;
	line-height: 28px;
	color: #fcfd08;
	text-align: left;
	vertical-align: 12%
}
.addinfonum {
	padding: 0px 7px 0px 0px;
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 21px;
	line-height: 28px;
	color: #ffffff;
	text-align: left;
}

/* primary navigation */
#nav {
	position: absolute;
	top: 61px;
	left: 0px;
	margin: 0;
	width: 147px;
	height: 120px;
} 
#nav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 16px;
	line-height: 22px;
}

#nav li {
	vertical-align: bottom;
	margin: 2px 0 0 0;
	background-color: #d5dcd6;
	width: 147px;
}

#nav a {
	/*/*/display: block;
	margin: 0;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
	width: 147px;/* */
}
        
#nav a:hover {
	background-position: 0 -22px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -44px;
}
#nav .bottom_item {
	margin: 0px 9px 0px 9px;
	padding: 2px 5px 2px 5px;
	background-color: #d5dcd6;
	text-align: right;
}
#tsubs a  {
	width: 147px;
	background: url(images/mxsubs.gif) top left no-repeat;
}

#tcurrent a  {
	width: 147px;
	background: url(images/mxcurrent.gif) top left no-repeat;
}

#tprevious a  {
	width: 147px;
	background: url(images/mxprev.gif) top left no-repeat;
}

#treading a  {
	width: 147px;
	background: url(images/mxreading.gif) top left no-repeat;
}

#tsubmissions a  {
	width: 147px;
	background: url(images/mxsubmissions.gif) top left no-repeat;
}

#tinfo a  {
	width: 147px;
	background: url(images/mxinfo.gif) top left no-repeat;
}

#tcontact a  {
	width: 147px;
	background: url(images/mxcontact.gif) top left no-repeat;
}

/* secondary navigation--used in information and subscribe sections */
#submenu {
	margin: 24px 0 20px 0;
	height: 20px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}

#submenu li {
	padding: 0 20px 0 0;
	display: inline;
	float: left;
}

#submenu a:active, #submenu a.selected {
	color: #333333;
}

/* general content sections of pages */
#contents {
	position: absolute;
	top: 63px;
	bottom: 0px;
	height: 89%;
	/* start hide from mac ie5 \*/ 
	height: auto;
	/* end hide */
	_height: expression(document.body.clientHeight -63);
	width: 100%;
	overflow: auto;
}
#innercont {
	position: relative;
	padding: 0px 0px 0px 154px;
}
#innerconttext {
	position: relative;
	padding: 0 0 20px 179px;
}
#innerbottom {
	padding: 0 20px 0 0;
	clear: both;
}

/* container and css for cover images */
.cover {
	position: relative;
	width: 512px;
}
.coverborder {
	position: relative;
	width: 512px;
}
.coverborder img {
	border: 1px solid #cccccc;
}
.imagetitle {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #666666;
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
}

/* css for two column content layouts--3 types (standard, i for images, and s for a 
version with larger left margin used for masthead */
#contentrt {
	width: 50%;
	_width: expression((document.body.clientWidth -180)/2);
	position: relative;
	float: right;
}
#contentlt {
	width: 49%;
	_width: expression((document.body.clientWidth -180)/2);
	position: relative;
	float: left;
}
#contentrts {
	width: 50%;
	_width: expression((document.body.clientWidth -217)/2);
	position: relative;
	float: right;
	margin: -16px 0 0 0;
	_padding: 0 0 0 0;
	_margin: 0 0 0 0;
}
#contentlts {
	width: 45%;
	_width: expression((document.body.clientWidth -217)/2);
	position: relative;
	float: left;
	margin: -16px 0 0 16px;
	_margin: 0 0 0 0;
	_padding: 0 0 0 16px;
}

#contentrti {
	_width: expression((document.body.clientWidth -200)/2);
	position: relative;
	float: right;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 50%;
	_width: expression((document.body.clientWidth -180)/2);
}
html>body #contentrti {
	width: 50%;
}

#contentlti {
	_width: expression((document.body.clientWidth -200)/2);
	position: relative;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 50%;
	_width: expression((document.body.clientWidth -180)/2);
}
html>body #contentlti {
	width: 49%;
}

/* general text styling */
a {
	text-decoration: none;
	color: #006699;
}
a:link, a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
p {
	margin: 10px 0 0 0;
}
#innerconttext p.top {
	margin: 0 0 24px 17px;
}
#innerconttext p {
	margin: 0 0 16px 17px;
	font-family: georgia, times;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
#innerconttext p.info {
	margin: 0 10px 16px 17px;
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}
#innerconttext p.interviewer {
	margin: 0 10px 16px 17px;
	font-family: georgia, times;
	font-size: 13px;
	line-height: 16px;
	text-indent: -15px;
	font-weight: bold;
	color: #666666;
}
a.titlec {
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 15px;
	color: #006699;
	font-weight: normal;
	line-height: 19px;
}
.titlecon {
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	line-height: 19px;
}
.authorcon {
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 0 11px;
}
.author {
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
	margin: 24px 0 10px 0;
}
.title {
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #333333;
}

/*poetry text stylings (for indent and proper line br)*/
#innerconttext p.poem {
	text-indent: -35px;
	padding: 0 0 0 52px;
	margin: 0 0 0 0;
}
#innerconttext p.poembr {
	text-indent: -35px;
	padding: 0 0 16px 52px;
	margin: 0 0 0 0;
}
#innerconttext p.poembr100 {
	text-indent: -35px;
	padding: 0 0 16px 152px;
	margin: 0 0 0 0;
}
#innerconttext p.poembr50 {
	text-indent: -35px;
	padding: 0 0 16px 102px;
	margin: 0 0 0 0;
}
#innerconttext p.poem100 {
	text-indent: -35px;
	padding: 0 0 0 152px;
	margin: 0 0 0 0;
}
#innerconttext p.poem50 {
	text-indent: -35px;
	padding: 0 0 0 102px;
	margin: 0 0 0 0;
}

/*span for blank space inline in poems*/
.spacer {
	color: #ffffff;
}

/* styling for previous issues page */
.prev {
	margin: 10px 0 0 20px;
	height: 101px;
}
.prev img {
	border: 1px solid #cccccc;
}
.prevtop {
	margin: 10px 0 0 20px;
	height: 101px;
}
.prevtop img {
	border: 1px solid #cccccc;
}
html>body .prevtop {
	margin: 20px 0 0 20px;
}
.prevtitle {
	margin: -101px 0 0 105px;
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	line-height: 15px; 
}
.prevtext {
	margin: 12px 5px 0 105px;
	height: 80px;
	font-family: "Gill Sans", "TrebuchetÊMS", arial, san-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
}
.prevtitle a {
	color: #006699;
}

/* form layout css and styles for subscription section */
div.row {
	clear: both;
	padding-top: 6px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: left;
	line-height: 16px;
	padding: 5px 0 0 0;
}

div.row span.formw {
	float: left;
	width: 200px;
	text-align: left;
}
.note {
	color:#ff3333;
	font-size: 12px;
}
.orders {
	float: left;
	margin: 0 20px 10px 20px;
}