body {
  min-width: 920px;      /* 2x (LC fullwidth + CC padding) + RC fullwidth */
  font-family: helvetica, geneva, arial, verdana;
}
a:link { color: #000066; text-decoration: none; font-size: 10pt; font-weight: bold;}
a:visited { color: #000066; text-decoration: none; font-size: 10pt; font-weight: bold;}
a:hover {color: red; text-decoration: none; font-size: 10pt; font-weight: bold;}
a:active { color: #000000; text-decoration: none; font-size: 10pt; font-weight: bold;}
a.links2 { color: #ffffff; text-decoration: none; font-size: 10pt;}
a.links3 { color: #000066; text-decoration: none; font-size: 10pt;}
a.links4 { color: #990000; font-size: 14pt}
a.issue_nav { color: #ffffff; text-decoration: none; font-size: 10pt; }
a.admin { color: black; text-decoration: none; font-size: 11pt; font-weight: bold;}

table.header {
	background-image: url(images/ocbm-header-gradient.gif);
	background-repeat: repeat-x;
	background-color: #1d1b82;
	width: 940px;
}
td.logo {
	width: 200px;
	text-align: center;
}
td.topad {
	width: 100%;
	text-align: center;
	padding: 5px;
}
table.toolbar {
	background-color: #1d1b82;
	width: 940px;
}
td.search {
	text-align: left;
	padding: 5px;
	padding-top: 0px;
	border-bottom: 2px solid #999999;
}
td.subscribe-link {
	text-align: center;
	padding-top: 0px;
	border-bottom: 2px solid #999999;
	font-weight: normal;
}
td.guide {
	text-align: right;
	padding: 5px;
	padding-top: 0px;
	border-bottom: 2px solid #999999;
}
table.main {
	width: 940px;
}
td.navigation  {
	width: 150px;
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #A0A0A0;
}
td.content  {
	padding: 0px 10px;
	vertical-align: top;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}
td.issue  {
	background: #FFFFFF;
	width: 200px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #A0A0A0;
}
td.footer  {
	text-align: center;
	font-size: .9em;
	padding-top: 20px;
}

/* ----- Styles for the left-hand menu ----- */
/*
td.menuoff 
{ 
	background: #CCCCCC; 
	color: #000000; 
	padding: 0 10px; 
	text-decoration: none; 
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #666666;
	border-left: 2px solid #999999;
	border-right: 2px solid #5C5C5C;
}
td.menuon 
{ 
	background: #FFFFFF; 
	color: #000000; 
	padding: 0 10px; 
	text-decoration: none;
	border-top: 1px solid #5C5C5C;
	border-bottom: 1px solid #A0A0A0;
	border-left: 2px solid #5C5C5C;
	border-right: 2px solid #A0A0A0;
}
*/

td.menuoff { 
	background: #FFFFFF; 
	border-bottom: 1px solid #A0A0A0;
	font-size: 10pt;
}
td.menuon { 
	background: #FFFFFF;  
	border-bottom: 1px solid #A0A0A0;
	font-size: 10pt;
}
a.leftnav-link, a.leftnav-link:link, a.leftnav-link:visited {
	color: #000000; 
	text-decoration: none; 
	font-size: 10pt; 
	font-weight: normal;
}
a.leftnav-link:hover {
	color: #000000; 
	text-decoration: underline; 
	font-size: 10pt; 
	font-weight: normal;
}
/* ------------------------------------------ */


/* ----- Styles for the right-hand menu ----- */
.issuenav {
	background: #1d1b82;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 20px;
	border: 2px solid #666666;
	text-align: center;
}
.issuecover {
	border: 2px solid black;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.issuetitle {
	color: #000066;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
}
td.rightmenusectionheader {
	color: #000066; 
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12pt;
}
td.rightmenuheader {
	color: #000066; 
	padding-top: 15px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12pt;
}
td.rightmenuitem {
	color: #000066; 
	padding-bottom: 5px;
	font-weight: normal;
}
td.rightmenusubtitle {
	font-weight: normal;
	font-size: 10pt;
}
a.story, a.story:link, a.story:visited {
	font-family: helvetica, geneva, arial, verdana;
	color: #000066;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}
a.story:hover {
	font-family: helvetica, geneva, arial, verdana;
	color: red; 
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}
a.sectionstory:link, a.sectionstory:visited {
	font-family: helvetica, geneva, arial, verdana;
	font-weight: bold;
	color: #000066;
	font-size: 12pt;
	text-decoration: none;
}
a.sectionstory:hover {
	font-family: helvetica, geneva, arial, verdana;
	font-weight: bold;
	color: red; 
	font-size: 12pt;
	text-decoration: none;
}
/* ------------------------------------ */

p.archiveitem {
	text-align: left;
	height: 140px;
	border-bottom: 1px solid red;
	padding-bottom: 20px;
}
a.subscribe {
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
a.subscribe:link, a.subscribe:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
a.subscribe:hover {
	color: red;
	font-size: 12px;
	font-weight: normal;
}
td.subscribe-left {
	width: 124px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}
td.subscribe-right {
	width: 286px;
	text-align: left;
	vertical-align: top;
}
.section-header {
	font-family: verdana;
	font-size: 20pt;
	color: #2b28c2;
	margin-bottom: -10px;
	border-bottom: 1px solid #A0A0A0;
}
p.p1  { 
	text-align: justify;
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
}
a.storytitle, a.storytitle:hover {
	font-size: 10pt;
}
a.storytitlebig, a.storytitlebig:hover {
/*	font-family: helvetica; */
	font-size: 24pt;
	font-weight: bold;
	line-height: 29pt;
	text-align: left;
	white-space: pre-wrap;
}
.body-desc {
	font-size: 10pt;
	font-weight: normal;	
}
.leftad {
	padding-top: 0px;
	margin-top: 5px;
}
td.content p.contentad img {
	padding: 0px;
}

/* Set the padding on images in the article content */
td.content p img {
	padding: 10px;
}
.center {
	text-align: center;
	margin: 0px;
	margin-top: 10px;
}








