html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;
}
body {
 margin:0px;
 padding:0px;
 font-size:11px;
 text-align:left;
 color: #666666;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
table {
border-collapse:collapse;
}
td {
padding:0;
}
ul {
	list-style: square;
}
li {
	line-height: 20px;
	padding: 0 0 0 0px;
	font-size:12px;
}

h1, h3,h4 {
	font-size:12px;
	font-weight:bold;
	color: #666666;
}
	
h2 {
	font-size:11px;
	font-weight:bold;
	color: #666666;
}	

a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
#sidenav ul {
	margin-left: 0;
	padding-left: 0;
	}
#sidenav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
	line-height: 14px;
	margin-left: 0 px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.subcopy {
	margin: 15px 15px 15px 0px;
	padding:0px;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.imgcont {
	float: right; 
	margin: 0px 0px 5px 10px; 
	width: 350px;
	border: solid 1px #000;
	text-align: right
}
.caption {
	font-size: 10px;
	margin: 2px 2px 2px 2px;
	text-align: right;
}

/* CTA */

.ctaCall {
  font-size: 13px;
  color: #666666;
  font-weight: bold;
}

