/* CSS Document */
.leftmenu .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:275px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
.leftmenu .rightcol {
	width: 260px;
	float: right;
	position: relative;
	border-left: 1px dotted #2f5993;
	padding: 1em 0 5em 0.25em;
	margin-left: 0.5em;
}

img.left {
	float: left;
	margin-right: 7px
}
img.right {
	float: right;
	margin-left: 10px;
}
img.print {
	display: none;
}
table.compare {
	width: 95%;
	border: none;
}
table.compare td {
	width: 50%;
	padding: 4px 12px;
}
table.compare td.left {
	border-right: 1px solid #da91ae;
}
p.wrap {
	margin-top: 50px;
}
.first {
	font-size: 26px;
	font-style: italic;
}
.firstltr {
	font-size: 20px;
	font-style: italic;
	padding-right: 2px;
}


