@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
}
.saviFixed #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.saviFixed #header {
	background: #fff;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.saviFixed #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;
}
.saviFixed #container #mainContent table {
	margin-bottom: 10px;
}

.saviFixed #mainContent li {
	width: 75%;
}
.saviFixed #container #mainContent h1 {
	font-size: 150%;
	font-weight: 700;
	color: #457abe;
}
.saviFixed #container #mainContent {
	font-family: Verdana, Helvetica, Arial, "Sans serif";
	font-size: 100%;
	font-weight: normal;
}
.saviFixed #container #mainContent p {
	margin-top: 0px;
	margin-bottom: 10px;
	max-width: 500px;
}
.saviFixed #container #mainContent h3 {
	font-size: 100%;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 5px;
}


.saviFixed #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#A96519;
}
.saviFixed #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color: #FFE6C9;
	text-align: right;
}
.saviFixed #container #header #band {
	background-image: url(../img/band.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 700px;
}
.saviFixed #container #menu {
	padding: 0px 0px 0px 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: solid #457abe 2px;
}
.saviFixed #container #footer a {
	color: #FFCC92;
}
.saviFixed #crumb {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 20px;
	background: #ffffff;
	font-size: 100%;
}
.saviFixed #container #mainContent h4 {
	margin-bottom: 4px;
	font-weight: 600;
	clear: both;
	padding-top: 8px;
}
.saviFixed #container #mainContent #subTitle {
	margin-top: 0px;
	margin-bottom: 4px;
}




.saviFixed #top {
	float: right;
	font-size: 80%;
}


.saviFixed #container #mainContent #issueBox {
	border: 1px solid #457abe;
	background-color: #c9e1ff;
	padding: 15px 15px 0px 15px;
}
.saviFixed #container #mainContent #showIssue {
	float: left;
	padding-right: 50px;
}
.saviFixed #container #mainContent #showIssue img {
	margin-bottom: 4px;
}

.saviFixed #container #mainContent #showIssue p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
}

.saviFixed #container #mainContent #issueBox img {
	margin-right: 20px;
}
.saviFixed #container #mainContent #clearBoth {
	clear: both;
}

.saviFixed #container #mainContent #issueBox table {
	margin: 0px;
	padding: 0px;
}

.saviFixed #container #mainContent #issueBox #volSpecs {
	font-size: 130%;
	font-weight: 600;
}
.saviFixed #container #mainContent #issueBox td {
	vertical-align: top;
}
.saviFixed #container #mainContent #issueBox ul {
	list-style: square;
	margin-left: 15px;
	padding-left: 0px;
}

.saviFixed #container #mainContent #issueBox li {
	padding-bottom: 10px;
}
.saviFixed #container #mainContent #issueBox p {
	margin-bottom: 4px;
}
.saviFixed #container #mainContent #articlePhoto {
	margin-right: 20px;
	float: left;
}
