/*
	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
*/

div#twoColumnContainer {
	background-color: #fff; /* real color */
}
div#leftBar {
	width: 217px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
	background-color:#f7f4e5;
}
div#leftBar h2 {
	background-color:#f7f4e5;
	font-style:italic;
	font-size:13px;
	margin-top:10px;
}
div#leftBar h3 {
	text-transform:uppercase;
	font-size:11px;
	margin-top:15px;
	margin-bottom:0px;
	font-weight:normal;
}
div#leftBar p {
	margin-top:0px;
}
div#leftBar ul {
	margin:0px;
	padding:0 0 0 20px;
}
div#leftBar ul li {
	list-style:none;
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:0px;
	font-weight:normal;
}
div#leftBar .indenth3 {
	margin-top:0px;
	text-indent:20px;
}
div#rightBar {
	width: 520px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 10px;
	margin-right: 15px;
	*margin-right: 7px;
}
div#rightBar .headline {
	font-size:13px;
	font-weight:bold;
	font-stretch:extra-expanded;
	background-color:#fff;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
div#rightBar .headlinecite {
	font-style:italic;
}
ul.genericlist, ol.genericlist {
	margin-left:20px;
}
ol.genericlist li {
	list-style:decimal;
}
div#twoColumnContainer { 
	background: url(/share/i/generic_2col_left238.gif) repeat-y;
}



/*
	div#leftBar total width  = 275
	div#rightBar total width = 513
	
	div#twoColumnContainer = 788
*/


