@charset "utf-8";
body 	{
		color:#252525;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		line-height:14px;
		font-weight:normal;
		text-align:center;
		background:#252525;
		background-image:url(images/bkgd-tile.gif);
		background-repeat:repeat-x;
		margin:0px;
		padding:0px;
		}
		
.page #container 	{
					width:1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
					background-image:url(/images/bkgd-header.gif);
					background-repeat:no-repeat;
					margin:auto;
					padding:0px;
					text-align:left; /* this overrides the text-align: center on the body element. */					
					}
							
.page #mainContent 	{
					padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
					}
					
p.text  {
		color:#959595;
		font-family:tahoma,arial,verdana;
		font-weight:normal;
		font-size:11px;
		line-height:11px;
		margin-top:20px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		}
		
a.text:link 	{
				color:#959595;
				font-weight:normal;				
				font-size:11px;
				line-height:14px;
				font-family:tahoma,arial,verdana;
				text-decoration:none;
				}

a.text:visited {
				color:#959595;
				font-weight:normal;				
				font-size:11px;
				line-height:14px;
				font-family:tahoma,arial,verdana;
				text-decoration:none;
				}

a.text:hover 	{
				color:#e4a652;
				font-weight:normal;				
				font-size:11px;
				line-height:14px;
				font-family:tahoma,arial,verdana;
				text-decoration:underline;
				}
					
a.text:active 	{
				color:#ffffff;
				font-weight:normal;				
				font-size:11px;
				line-height:14px;
				font-family:tahoma,arial,verdana;
				text-decoration:underline;				
				}
				
p.flashlink  	{
				color:#959595;
				font-family:tahoma,arial,verdana;
				font-weight:normal;
				font-size:11px;
				line-height:11px;
				margin-top:15px;
				margin-left:0px;
				margin-right:0px;
				margin-bottom:0px;
				}				
				
a.flash:link 	{
				color:#959595;
				font-weight:normal;				
				font-size:11px;
				line-height:14px;
				font-family:tahoma,arial,verdana;
				text-decoration:none;
				}

a.flash:visited {
				color:#959595;
				font-weight:normal;				
				font-size:11px;
				line-height:14px;
				font-family:tahoma,arial,verdana;
				text-decoration:none;
				}

a.flash:hover 	{
				color:#e4a652;
				font-weight:normal;				
				font-size:11px;
				line-height:14px;
				font-family:tahoma,arial,verdana;
				text-decoration:underline;
				}
					
a.flash:active 	{
				color:#ffffff;
				font-weight:normal;				
				font-size:11px;
				line-height:14px;
				font-family:tahoma,arial,verdana;
				text-decoration:underline;
				}
				
span	{color:#e4a652;		
		}				
