﻿body
{
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #222222;
}
/* Main Layout Table */
.mainLayout {
	width: 680px;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}
.mainLayout td { vertical-align: top; }
.topBanner {
	text-align: center;
}
.topBanner img { border:0; }
.topNav {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	margin-bottom: 30px;
}
.pageTitle {
	margin: 0px 0px 5px 0px;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	color: #000000;
	margin: 13px 0 3px 0;
}
h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 13pt;
	color: #0033CC;
	margin: 8px 0 3px 0;
}
p {
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12.5pt;
	margin: 12px 0px 15px 0px;
}

ul {
	list-style-image: url(images/square.gif);
	list-style-position: outside;
	margin: 8px 0px 17px 35px;
	padding: 0;
}
li {
	font-size: 10pt;
	line-height: 13.5pt;
}


a:link {color: #3366cc; text-decoration: none;}
a:visited {color: #	993399; text-decoration: none;}
a:hover {color: #0099cc; text-decoration: none;}

/* HomePage Table featuring 4 newsletters */
.homePage {
	width: 640px;
	vertical-align: top;
	margin-top: 15px;
}
.homePage td {
	width: 160px;
}

/* ExamplesPage Table featuring 2 columns with lists */
.examplesPage {
	width: 680px;
	vertical-align: top;
	margin-top: 15px;
}
.examplesPage .left-column {
	width: 340px;
	padding: 0px 15px 0px 0px;
}
.examplesPage .right-column {
	width: 340px;
	padding: 0px 0px 0px 15px;
}
/* Reduce left-indent on examplePage lists */
.examplesPage ul {
	list-style-image: url(images/square.gif);
	list-style-position: outside;
	margin: 8px 0px 17px 18px;
	padding: 0;
}

/* FOUNDER = EACH BLOCK of Founder's IMAGE + TEXT*/
.founder { margin-bottom: 25px; }
.founder img {
	float: left;
	margin: 2px 10px 10px 0px;
}

/* COVER = EACH BLOCK of cover's IMAGE + TEXT*/
.cover { margin-bottom: 25px; }
.cover img {
	float: left;
	margin: 2px 10px 10px 0px;
}