@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	font-family: "Arial", Helvetica, sans-serif, Arial Narrow;
	font-size:12px;
	color:#464646;
	background:url(images/bkgrnd.jpg) top left #0067b2;
	line-height: 16px;
}

h1 {
	font-size:16px;
	text-transform:uppercase;
}

h2 {
	font: Arial Narrow;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
}

strong {
	font-size: 14px;
	color:#0c558a;
	font-weight:bold;
}

.left-checkmarklist {
	font-style:italic;
	font-size:16px;
	color:#007236;
	line-height:1.4em;
	list-style-image: url(images/icon-greencheckmark.jpg);	
}

.left-checkmarklist li {
	padding-bottom: 8px;
}


.left-column {
	background:url(images/bkgrnd-leftcontent-fill.jpg) left repeat-y;
}

.left-column-content {
	background:url(images/bkgrnd-top-leftcontent.jpg) left top no-repeat;
	padding: 0 12px 0 30px;
}

.left-column-text {
	padding: 0 12px 0 30px;
	color:#464646;
}

.left-column-smalltext {
	padding: 0 12px 0 30px;
	font-size: 10px;
	color:#999;
}

.right-column {
	background:url(images/bkgrnd-rightcontent-fill.jpg) right repeat-y;
}

.right-column-content {
	background:url(images/bkgrnd-top-rightcontent.jpg) right top no-repeat;
}

.right-column-text {
	color:#069;
	padding: 0 30px 0 20px;
}

.right-checkmarklist {
	list-style-image: url(images/icon-bluecheckmark.jpg);	
	font-size:14px;
}
 
.right-checkmarklist li {
	padding-bottom: 12px;
}

.content-footer {
	background: url(images/bkgrnd-content-btm.jpg) left top no-repeat;
}

.page-footer {
	background:#bedcf1;
	color:#0067b2;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
}

.page-footer a{
	color:#0067b2;
	text-decoration:none;
	font-weight:bold;
}