body	{
	margin: 0px;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4;
	font-size: 9.5pt;
	color: #4D4D4D;
}

#container	{
	display: block;
	margin: 0px;
	width: 640px;
	text-align: left;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
}

#masthead	{
	width: 640px;
	height: 150px;
	background-image: url(images/masthead.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#masthead p	{
	position: absolute;
	visibility: hidden;
}

#masthead p.date	{
	visibility: visible;
	width: 214px;
	color: #A53026;
	font-size: 8.5pt;
	font-weight: bold;
	text-align: right;
	margin-top: 131px;
	text-transform: uppercase;
}

/*++++++++++ TABLE OF CONTENTS ++++++++++*/

#toc	{
	float: left;
	width: 221px;
	background-color: #fcdc00;
	background-image: url(images/toc_bg.gif);
	background-repeat: repeat-y;
	margin: 0px 25px 0px 0px;
	line-height: 1.2; 
}

#toc img	{
	float: left;
}

#toc ul	{
	list-style: none;
	padding: 10px 0px 40px 0px;
	margin: 0px 5px 0px 45px ;
}

#toc ul li	{
	padding: 0px;
	margin: 0px 0px 11px 0px ;
}

#toc a:link	{
	color: #00703c;
	text-decoration: none;
}

#toc a	{
	color: #00703c;
	text-decoration: none;
}

#toc a:hover	{
	color: #000;
	text-decoration: none;
}

/*+++++++++ CONTENT +++++++++*/

div.content	{
	margin: 0px 0px 10px 246px;
}

img	{
	display: block;
	margin-bottom: 11px;
}

div.content p	{
	margin: 0px 20px 11px 0px;
}

p.caption	{
	color: #808080;
	font-size: 8.5pt;
}

h1	{
	color: #E01F26;
	text-transform: uppercase;
	font-size: 11pt;
	margin: 0px 0px 11px 0px;
}

h1 span	{
	font-weight: normal;
}

h2	{
	color: #00703c;
	font-size: 11pt;
	margin: 0px 0px 11px 0px;
}

h3	{
	font-size: 11pt;
	margin: 0px 0px 11px 0px;
}

img.pictureleft	{
	margin-right: 20px;
}

div.smallgreen	{
	float: left;
	width: 173px;
	background-color: #dbe9e1;
	margin: 0px 20px 0px 0px;
}

div.smallgreen H2	{
	color: #4D4D4D;
	background-color: #adcebc;
	padding: 12px;
	line-height: 1.2;
}

div.smallgreen ul	{
	color: #4D4D4D;
	list-style: square;
	padding: 0px 5px 10px 12px;
	line-height: 1.2;
	font-size: 8.5pt;
	margin: 0px 0px 0px 15px;
}

div.smallgreen ul li	{
	margin: 0px 0px 11px 0px;
}

div.content a	{
	color: #E01F26;
	font-weight: bold;
	text-decoration: none;
}

div.content a:hover	{
	text-decoration: underline;
}

div.green	{
	background-color: #dbe9e1;
	padding: 7px 7px 11px 7px;
	margin: 0px 0px 11px -7px;
}

div.green p	{
	margin: 0px;
}

div.green p.credit	{
	margin: 0px 0px 11px 10px;
	font-style: italic;
}

/*+++++++++ DIVIDER +++++++++*/

div.divider	{
	clear: both;
	width: 100%;
	height: 5px;
	background-image: url(images/divider.gif);
	margin: 0px 0px 40px 0px;
}

/*+++++++++ FOOTER +++++++++*/

div.top	{
	margin: 20px 0px 0px 0px;
	text-align: right;
}

div.top img	{
	margin: 0px;
}

div.footer	{
	clear: both;
	margin: 0px;
}

div.footer img	{
	margin: 0px;
}

