@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	border:none;
	color: #000000;
}
.oneColFix #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 0 0 4px;
	border: none;
	text-align: left;
}
.oneColFix #header {
	height:197px;
	background-image:url(../_art/bxm_hdr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding: 0 5px 0 5px;
	position:relative;
}
.oneColFix #homeLink {
	border:none;
	padding:0;
	margin:0;
	width:296px;
	height:94px;
	position:absolute;
	top:17px;
	left:12px;
}
.oneColFix #header h1 {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border:none;
}
.navLinks p {
	font-size:11px;
	font-weight:bold;
	border:none;
	padding:0;
	margin:0;
}
.navLinks a {
	text-decoration:none;
}
.navLinks a:link {
	text-decoration:none;
	color:#05005f;
}
.navLinks a:visited {
	text-decoration:none;
	color:#05005f;
}
.navLinks a:hover {
	text-decoration:none;
	color:#196b70;
}
#staff {
	padding:0;
	margin:0;
	border:none;
	width:80px;
	position:absolute;
	bottom:5px;
	left:205px;
}
#reprints {
	padding:0;
	margin:0;
	border:none;
	width:80px;
	position:absolute;
	bottom:5px;
	left:345px;
}
#iReply {
	padding:0;
	margin:0;
	border:none;
	width:80px;
	position:absolute;
	bottom:5px;
	left:430px;
}
#subscribe {
	padding:0;
	margin:0;
	border:none;
	width:80px;
	position:absolute;
	bottom:5px;
	left:555px;
}
.oneColFix #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border:none;
	margin:0;
}
.oneColFix #mainContent #gotBack {
	border:none;
	margin:0;
	padding:0;
	width:625px;
}
.oneColFix #mainContent #gotBack h1{
	border:none;
	margin:0;
	padding:8px 0 0 0;
	font-size:1.5em;
}
.oneColFix #mainContent #haveIssuesL {
	border:none;
	margin:0;
	padding:0;
	width:362px;
	float:left;
}
.oneColFix #mainContent #haveIssuesL h2{
	border:none;
	margin:0;
	padding:0 0 8px 0;
	font-size:1em;
}
.oneColFix #mainContent #haveIssuesR {
	border:none;
	margin:0;
	padding:0;
	width:362px;
	float:right;
}
.oneColFix #mainContent #haveIssuesR h2{
	border:none;
	margin:0;
	padding:0 0 8px 0;
	font-size:1em;
}
.issueLeft{
	border:none;
	margin:0;
	padding:0 0 15px 0;
	width:173px;
	float:left;
}
.issueRight{
	border:none;
	margin:0;
	padding:0 0 15px 0;
	width:173px;
	float:right;
}
.isList {
	border-top:none;
	border-right:none;
	border-bottom:solid;
	border-left:none;
	border-color:#473dff;
	border-bottom-width:3px;
	margin:0 0 3px 0;
	padding:0 0 6px 0;
}
.isTitle {
	border-top:none;
	border-right:none;
	border-bottom:solid;
	border-left:none;
	border-color:#999999;
	border-bottom-width:1px;
	margin:0;
	padding:0;
	font-size:0.85em;
	font-weight:bold;
	color:#666666;
}
.isDesc {
	border:none;
	margin:0;
	padding:2px 0 6px 0;
	font-size:0.7em;
}
.oneColFix #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	border:none;
	background:#a6ac00;
	clear:both;
	height:105px;
	border-bottom:solid #473dff 2px;
	border-top:solid #473dff 2px;
}
.oneColFix #footer #SCPlogo{
	padding: 0 0 0 30px;
	margin:0;
	border:none;
	width:200px;
	height:105px;
	float:left;
}
.oneColFix #footer p {
	margin: 5px 170px 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:0.75em;
}
