/* 
	CSS required by the news releases hosted by Newswire and accessible at http://www.cibc.com/ca/media-centre/news-releases.html
	
	Updated August 2013
*/

body {
	background-color:#ffffff;
	color:#666666;
	font-family:Arial, sans-serif;
	padding:5%;
	max-width:700px;
}
#logo { 
	position:relative;
	float:left;
	height:68px;
	margin-bottom:20px;
}
#logo a img {
	border:none;
	vertical-align:text-bottom;
}
#content {
	clear:both;
	padding:10px 0 30px 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:13px;
	color:#666666;
}
#content h3 {
	color:#333333 !important;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
}
#content p {
	padding:3px 0;
}
#content dd p {
	padding:0;
	margin:3px 0 7px 0;
}
#content a {
	text-decoration:none;
	color:#AF0B1C;
}

#logo img {
	fl/oat:left;
}
#title {
	float:right;
	margin-bottom:20px;
}
#content dd p a b { font-weight: normal; }
#content dd { margin-left:0; }
#content dl { margin-top:-30px; }
#content dt { padding-top:20px; }
/*#content  a:hover , #content  a:visited { color: #600060 !important; }*/

@media handheld {
	body {
		min-width:300px;
		padding:10px;
	}
}
