body {
	background: #c8c8b4;
	margin: 0;
	padding:0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #505050;
}	


a:link, a:visited, a:active  {
	color: #365ebf;
	text-decoration: none;
}

a:hover {
	color: #365ebf;
	text-decoration: underline;
}

p, blockquote {
	font-size: 0.6875em;
	line-height: 15px;
}








#container {
	margin: 10px auto;
	padding-bottom: 20px;
	width: 800px;
	background-color: #FFF;
	background: url('images/bottom.gif') no-repeat bottom #fff;
}



h1.header {
	width: 800px;
	height: 106px;
	background: url('images/header_landing.gif') no-repeat;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h1.header span {
	display: none;
}



h2 {
	color: #4e9e19;
	margin: 15px 0 5px;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
}


h3 {
	color: #505050;
	margin: 20px 0 5px;
	font-size: 0.875em;
	line-height: 1.25em;
	font-weight: bold;
}


#content {
	width: 760px;
	margin: 0;
	padding: 0 20px;
}



#masthead {
	background: url('images/masthead_bg.gif') no-repeat;
	width: 720px;
	height: 116px;
	margin: 20px;	
	padding: 0 20px;	
}

#masthead p {
	margin: 0;	
	padding: 10px;
	font-size: 11px;
}


.disclaimer p {
	margin: 20px 10px 0;
	font-size: 0.625em;
	line-height: 1.125em;
	color: #808080;
}



#footer {
	border-top: 2px #969696 dotted;
	margin: 10px 20px 0;
	padding: 20px 0;
	width: 760px;
}

#footer p {
	font-size: 10px;
	color: #333;
	line-height: 1.2em;
}




.clear {
	clear: both;
}






.deck {
	font-size: 0.75em;
	font-weight: bold;
}




ul, ol {
	font-size: 0.6875em;
	line-height: 15px;
	padding-bottom: 0.6em;
}

li {
	padding: 0.2em;
}









ol li ul {
	font-size: 1em;
	list-style-type: disc;
	margin: 10px 0 0;
	padding: 0 5px;
}

ol li ul li {
	margin: 0;
	padding: 0 0 5px;
}



ol li ol {
	list-style-type: lower-alpha;
}


ol li ul li ol {
	list-style-type: decimal;
}


ol li ul li ol li {
	font-size: 11px;
}



ol.answers li {
	padding-bottom: 15px;
}

ol.answers li span {
	margin-left: -10px;
}





/***** FOOTNOTE *****/


.footnote {
	margin: 30px 10px;
}



.footnote p {
	margin: 0;
	font-size: 0.625em;
}


.footnote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}



/********** BIO WITH IMAGE **********/


div.bio {
	float: left;
	clear: both;
	width: 740px;
	margin: 0 0 20px;
	padding: 0;
}

div.bio img {
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
}

div.bio p {
	float: right;
	width: 610px;
	margin: 0;
	padding: 0;
}



/********** TABLE **********/

table.chart {
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

table.chart td {
	width: 200px;
	margin: 0;
	padding: 12px;
	border: 1px solid #c8c8b4;
	border-collapse: collapse;
	text-align: center;
	font-size: 0.6875em;
}


table.chart tr.month td {
	background: #c9daef;
	font-weight: bold;
	color: #000;
}






td.chartcel {
	font-size: 0.6875em;
	color: #000;
	border: 1px #505050 solid;
	border-collapse: collapse;
}



table.chart td.chart_footer {
	text-align: left;
	width: 100%;
}




td.chartcel ul {
	margin: 0 1em;
	padding: 0 1em;
}



td.charthd {
	font-size: 0.75em;
	font-weight: bold;
	color: #505050;
	background-color: #94b5e0;
	border: 1px #505050 solid;
	border-collapse: collapse;
}



div.fineprint {
	font-size: 9px;
	line-height: 11px;
	margin-top: 10px;
}


sup  {
	font-size: 0.8em;
}


div.toc {
	padding-bottom:10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

p.return {
	margin-bottom: 20px;
	font-size: 11px;
	
}

table.chart caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}


