/* rc_intro_style */	

html, body {
	margin:0px;
	padding:0px;
	background:#000000;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
a:link { text-decoration:none;color:#66CCFF; }
a:visited { text-decoration:none;color:#66CCFF; }
a:active { text-decoration:none;color:#66CCFF; }
a:hover { text-decoration:underline;color:#FFFF00; } 
			
a.right-column:link { text-decoration:none;color:#ffffff;}
a.right-column:visited { text-decoration:none;color:#ffffff;}
a.right-column:active { text-decoration:none;color:#ffffff;}
a.right-column:hover { text-decoration:none;color:#66CCFF;}		
			
			
div.hr hr {
  display:none;
}	

.image-border {
  	border:1px solid #000000;			  
	}
	
/* End of General Styles*/	


/* Structure Styles */	
	
#body-center {
	text-align:center;
	}	
	
#body {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border:0px solid #ffffff;
	background-color: #000000;
	background-image: url(images_intro/body_850_2.jpg);
	background-repeat: no-repeat;
	}	

#header {
	position:relative;
	left:0px;
	top:0px;
	height:220px;	
	border:0px solid #000000;	
	}	
		
#menu-box {
	position:absolute;
	top:280px;
	left:350px;
	line-height:40px;
	color:#ffffff;
	border:0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 462px;
	}	
		
	#menu a {
		display:inline;
		text-decoration:none;
		color:#66CCFF;
		}
		
	#menu a:hover {
		color:#FFFF00; 
		}	

#left-top-text {
	position:absolute;
	left:20px;
	top:180px;
	width:270px;
	color:#CBCA9A;
	border:0px solid #ffffff;	
	}	
	
#center-middle-text {
	position:absolute;
	left:350px;
	top:330px;
	width:500px;
	line-height:20px;
	color:#CBCA9A;
	border:0px solid #ffffff;	
	}		
		
#column-left {
	float:left;
	width:700px;
	border:0px solid #ffffff;	
	}	
			
	#column-left-text {
		height:340px;
		border:0px solid #000000;	
		voice-family:"\"}\""; 
		voice-family:inherit;
			height:340px;
		}
		html>body #column-left-text {
			height:375px;
		}		
	
	#column-middle {
		position:relative;
		left:0px;
		top:0px;
		color:#979788;
		border:0px solid #000000;			
		}	
				
		#column-middle-text {
			border:0px solid #000000;	
			}		
					
#footer {
	clear:both;
	height:67px;
	color:#CBCA9A;
	padding:10px 10px 0px 0px;
	text-align:right;
	background:#000000 url(images/bg-footer.gif) repeat-x 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBCA9A;
	}	
	
