@charset "utf-8";
body {
	background:url(../images/lynx.jpg) no-repeat 50% 0;
}
a, a:visited, a:active {
	color:#2093C5;
	text-decoration:none;
}
a:hover {
	text-decoration:none
}

img {
	border:none;
}
hr {
	border:0;
	border-bottom:1px solid #BEBEBE;
	background:transparent;
}
.container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #BEBEBE;
	margin:0 auto;
	width:915px;
}
.header {
	border-bottom:1px solid #BEBEBE;
}
.watch {
	width:280px;
	padding:0 10px 0 0;
	border-right:1px solid #BEBEBE;
}
.rightColumn {
	color:#41403F;
	width:600px;
}
.rightColumnCTA {
	font-size:18px;
	font-weight:normal;
	color:#333;
}
.rightColumnHeaderTop {
	font-size:18px;
	font-weight:normal;
	color:#2093C5;
}
.rightColumnHeader {
	font-size:18px;
	font-weight:normal;
	color:#2093C5;
	margin:50px 0 0 0;
}
.leftColumn {
	width:285px;
	padding:0 10px 0 0;
	border-right:1px solid #BEBEBE;
}
.leftColumnHeader {
	font-size:18px;
	font-weight:normal;
	color:#2093C5;
	margin-left:10px;
	margin-right:10px;
}
.left_img {
	margin:0 0 20px 0;
}
.indent {
	padding:0 230px 0 0;
}
.quote {
	font-size:14px;
	font-weight:normal;
	color:#2093C5;
	background:url(../images/quote.jpg) no-repeat 50% 0;
	margin-right:20px;
}
.quote_source {
	display:block;
	margin:20px 0;
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:right;
	font-style:italic;
}

p, li{
	color:#666;
	line-height:1.5;
}

li{
	margin-bottom:10px;
}