html, body  {
				background: #99CC99;
				margin: 0px;
				padding: 0px;
				font-family: Arial, Helvetica, Sans-serif;
				color: #000000;
			}

p			{
				margin-top: 2px;
			}

h1			{
				font-size: 22px;
				margin-bottom: 2px;
			}			
			
h2			{
				font-size: 18px;
				padding-bottom: 0px;
				margin-bottom: 0px;
			}
			
h3			{
				font-size: 20px;
				padding-bottom: 0px;
				margin-bottom: 0px;
			}
			
#titleleft	{
				position: absolute;
				float: left;
				top: 44px;
				margin-left: 110px;
				width: 332px;
				height: 26px;
				background-image: url('../_images/title1.gif');
			}
			
#titleright	{
				position: absolute;
				top: 44px;
				margin-left: 634px;
				width: 267px;
				height: 26px;
				background-image: url('../_images/title2.gif');
			}
			
#navleft	{
				position: absolute;
				top: 70px;
				margin-left: 110px;
				background: #FFFFFF;
				background-image: url('../_images/navbg.jpg');
				background-repeat: no-repeat;					
				border: 1px solid #000000;
				width: 117px;
				/*height: 100%;*/
				padding-top: 40px;
			}
			
#content	{
				position: absolute;
				top: 70px;
				padding: 20px;
				margin-left: 271px;
				background: #FFFFFF;
				background-image: url('../_images/mainbg.jpg');
				background-repeat: no-repeat;					
				border: 1px solid #000000;
				width: 589px;
				
			}
			
#footer		{
				font-size: 10px;
				font-weight: bold;
				text-align: center;
				vertical-align: bottom;
				margin-top: 40px;;
			}
			
div.link	{
				font-size: 14px;
				font-weight: bold;
				padding-left: 8px;
				padding-bottom: 10px;
			}

div.link a  {
				text-decoration: none;
				color: #000;
			}
			
div.link a:visited  {
				text-decoration: none;
				color: #000;
			}
			
div.link a:active  {
				text-decoration: underline;
				color: #000;
			}			

div.link a:hover  {
				text-decoration: none;
				color: #99CC99;
			}

div.img		{
				width: 100%;
				text-align: center;
				margin-top: 10px;
				margin-bottom: 14px;
			}

#getflash	{
				width: 100%;
				text-align: center;
				margin-top: 10px;
				margin-bottom: 14px;
				font-size: 10px;
			}
			
div.boundbox {
				width: 95%;
				border: 2px solid black;
				padding: 6px;
			}
			
div.boundbox p.quote {
				font-size: 12px;
				font-style: italic;
			}