/* [=color style guide] -------
#fbf8d5 - Light tan (primaryContent bg color)
#971936 - Maroonish Red (Heading, and heading bg color)
#ad193a	- Lighter red (Article content bg)
#3e6b8f - Dark Blue (sidebar h3 bg)
#507fa6 - Light Blue (sideBox bg)
-----------------------------
[=layout] */
.compTOC #primaryContent {
	background:#fbf8d5;
	padding:0 6px 12px 6px;
	width:684px;
}
#compCover {
	float:right;
	margin-top:-53px;
	margin-bottom:20px;
}
p.intro {
	font-size:12px;
	font-style:italic;
	line-height:1.5;
}
h2#whatsNew {
	clear:both;
	background:transparent url(/~/media/VPI/Images/newsletter/whats_new.ashx) no-repeat 0 0;
	color:#971936;
	height:31px;
	margin:0 0 10px 0;
	text-indent:-9999px;
	width:405px;
}
/* [=compPrimary] -------------------------------------------------*/
#compPrimary {
	float:left;
	width:452px;
}
#compPrimary h3 {
	background-color:#971936;
	color:#f5f5f5;
	font:bold 18px/34px Verdana, Helvetica, Arial, sans-serif;
	height:34px;
	margin:0;
	padding-left:6px;
}
#compPrimary h3 a {
	color:#f5f5f5;
}
#compPrimary h3 a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
/* [=Article] */
.article {
	color:#fbf8d5;
	background:#ad193a;
	margin:0 0 4px 0;
	padding:6px;
}
.article:hover {
	background:#B3193A;	
}
.article .image180 {
	float:left;
	margin:3px 6px 6px 0;
}
.article a {
	color:#fff;
	font-weight:bold;
}
#primaryContent .article p a:hover, 
#primaryContent .article li a:hover {
	color:#971936;
	background:#fbf8d5;
}
.article p {
	float:right;
	line-height:1.35;
	margin:0 0 6px 0;
	width:242px;
}
/* [=compSecondary] -------------------------------------------------*/
#compSecondary {
	float:right;
	width:222px;
}
#compSecondary h3 {
	background:#3e6b8f;
	color:#f5f5f5;
	clear:left;
	font:bold 16px/34px Verdana, Helvetica, Arial, sans-serif;
	height:34px;
	margin:0;
	padding-left:6px;
}
#compSecondary h3 a {
	color:#f5f5f5;
}
#compSecondary h3 a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
#compSecondary .sideBox {
	background:#507fa6;
	color:#fbf8d5;
	font-size:12px;
	margin:0 0 4px 0;
	padding:6px 6px 12px 6px;
}
#compSecondary .sideBox:hover {
	background:#5283AB;
}
.sideBox .bullet {
	font-size:12px;
}
.sideBox .image180 {
	float:left;
	margin:0 0 2px 0;
}
#compSecondary .sideBox p {
	font-size:12px;
	margin:0 0 6px 0;
}
#compSecondary .sideBox a:hover {
	color:#fff;
}
/* [=elements] -------------------------------------------------*/
.compTOC h1 {
	background:transparent url(/~/media/VPI/Images/newsletter/companion_h1.ashx) no-repeat 0 0;
	color:#971936;
	height:40px;
	text-indent:-9999px;
	margin:25px 0 0 0;
	width:225px;
}
h2.identifier {
	color:#971936;
	font:normal normal normal 14px/1.3 Verdana, Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	margin:0 0 0 6px;
	text-transform:uppercase;
}
.reference h1 {
	background:transparent url(/~/media/VPI/Images/newsletter/VPI_Reference_Guide.ashx) no-repeat 0 0;
	color:#971936;
	height:40px;
	text-indent:-9999px;
	margin:0 0 0 0;
	width:485px;
}