body {
	background-color: #FFFFFF;
	margin-top: 490px;
	margin-right: 0px;
	margin-bottom: 350px;
	margin-left: 0px;

}

#title {
	position: absolute;
	left: 0px;
	top: 0px;
	vertical-align: middle;
	z-index: 2;




}

/* Issue styling and positioning */

.issueInner {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding: 10px;
	margin-left: 1px;

}

.issueInner p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#issueBox {
	margin-top: 100px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;

}
#issueStar {
	text-align: right;
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	z-index: 3;

}

#issueSpacer {
	height: 1px;
	width: 100%;
	font-size: 1px;
	background-image: url(../img/issue_back.gif);
	background-repeat: repeat-x;

}

#issue {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 100px;
	width: 100%;

}

.issueOuter {
	background-image: url(../img/issue_back.gif);
	background-repeat: repeat-y;
	margin-left: 440px;
}

/* Box styling */

.title {
	background-image: url(../img/title_background.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	height: 37px;


}

.contentBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px 20px 4px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:auto;

}


html>body .contentBox {
  width:auto;
} 
 
.contentBox p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottom {
	background-image: url(../img/bottom_back.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-bottom: 30px;



}


.subscribeLine {
	background-image: url(../img/subscribe_dotted_line.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-bottom: 10px;
}

.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	height: 22px;
	width: 200px;
	border: 1px solid #999999;
	margin-bottom: 15px;
	vertical-align: middle;
}

.button {
	width: 100px;
	float: right;
	background-color: #F9F9F9;
	margin-left: 10px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 22px;






}

.unsubscribeLine {

	background-image: url(../img/unsubscribe_dotted_line.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-bottom: 10px;
}

#footer {
	margin-top: 100px;
	margin-bottom: 350px;
	padding-top: 15px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;


}

a:link {
	color: #33CCCC;
}

a:visited {
	color: #999999;
}
form {
	padding-bottom: 10px;
}
.issueInner a {
	color: #666666;
	text-decoration: none;
}
.innerIssue a:active {
	color: #666666;
	text-decoration: none;
}
.innerIssue a:hover {
	color: #00FFCC;
	text-decoration: underline;
}
.issueInner a:visited {
	color: #666666;
}
.innerIssue a:link {
	color: #666666;
	text-decoration: none;
}

