@CHARSET "ISO-8859-1";

body { margin: 0px; background-color: #B1B1B1; font-family: 'helvetica','Arial Rounded MT Bold'; font-size: 12pt; }

#header { width: 100%; background-color: #01080C; background-image: url('images/header.jpg'); background-position: top center; text-align: center; border-bottom: solid 5px #888888; }
#header_image { width: 702px; margin: auto; height: 131px; }
#scroller { width: 100%; height: 39px; color: #FFFFFF; font-weight: bold; font-size: 24pt; }

#content_wrapper { width: 100%; text-align: center; padding-bottom: 15px; }
#nav { width: 190px; float: left; text-align: left; font-size: 18pt; padding-top: 15px; }
#nav div { padding-top: 10px; padding-left: 10px; }
#nav a { text-decoration: none; color: #0097C9; }
#nav a:hover { color: #00C0FF; }
#main_content { width: 560px; float: right; text-align: left; }

#scrollingText
	{
		width: 100%;
		height: 15px;
		position: relative;
	}
	
#scrollingText div.scrollableArea p
	{
		display: block;
		float: left;
		margin: 0;
		padding-right: 65px;
		padding-top: 1px;
		font-size: 22pt;
		font-weight: bold; 
		color: #353535; 
		white-space: nowrap;
	}

a img { border: none; }

a:visited, a:link, a:active { font-weight: bold; color: #039DD6; }

a:hover { text-decoration: none; color: #039DD6; }

td { background-color: #EFEFEF; vertical-align: top; }

#footer a { color: #FFFFFF; font-weight: bold; font-size: 14pt; }

#content { width: 820px; margin: auto; background-color: #EFEFEF; border-left: solid 15px #888888; border-right: solid 15px #888888; border-bottom: solid 15px #888888; padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 15px; }

td.top { background-color: transparent; padding: 0px; margin: 0px; color: #000000; }

/* td.top a:link, a:active, a:visited { text-decoration: none; color: #000000; } */

h1 {font-weight: bold; color: #23914F; font-size: 16pt; margin-top: 0px; padding-top: 0px; }
h2 {font-weight: bold; color: #23914F; font-size: 14pt; margin-top: 15px; margin-bottom: 5px; }
.faq3	{ color: #0000FF; padding: 7px; margin-bottom: 15px; border: solid 1px #000000; background-color: #FAFDBF; }
.faq2	{ color: #FF0000; padding: 7px; margin-bottom: 15px; border: solid 1px #000000; background-color: #FAFDBF; }
.faq1	{ color: #000000; padding: 7px; margin-bottom: 15px; border: solid 1px #000000; background-color: #FAFDBF;}

/* FOR MARKETING LETTER */
/* Font Definitions */
 @font-face
	{font-family:"Helvetica";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:"Helvetica";
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma","sans-serif";}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
	
	
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}	
