/*
	lr_msaiotw.css	
	
	styling for two-column MSA Item of the Week page
	this overrides anything set in twocolumntext.css, thus
	setting specific colors and widths
*/
h1 {
	padding: 0 0 8px 5px;
}
div#twoColumnContainer { 
	background: url(/share/i/generic_2col_left268.gif) repeat-y;
	height: 1%;
	margin: 0;
	padding: 0;
	width: 790px;
}
div#graySubheadBg {
	background: url(/share/i/tmpl_2colgraysubhead.gif) no-repeat;
	height: 27px;
	padding: 0 0 0 10px;
}
div#graySubheadBg h2 {
	background: none;
	font: italic bold 16px arial;
	padding-top: 4px;
	margin: 0;
}
div#leftBar {
	display: inline;
	float: left;
	padding: 0 10px;
	margin: 0;
	width: 247px;
}
div#rightBar {
	display: inline;
	float: left;
	width: 487px;
	margin: 0 14px 0 21px;
	padding: 0;
}
div#leftBar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#leftBar ul {
	margin: 10px 0 0 0;
	padding: 0 0 12px 0;
}

#leftBar li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	list-style-type: disc;
	margin-left: 12px; 
	padding-bottom: 12px;
}

div#leftBar blockquote {
	border-top: 1px #adadad solid;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 15px 0 0 0;
}

#tabArea h2 {
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

div#tabArea p.indentedLinks a {
	margin-left: 15px;
}


div#leftBar h2 {
	background-color:#f7f4e5;
	font-style:italic;
	font-size:13px;
	margin-top:10px;
}

/*
	div#leftBar total width  = 275
	div#rightBar total width = 513
	
	div#twoColumnContainer = 788
*/


