/******************/
/**** WELCOME *****/
/******************/
	#welcome { 
		margin:0 0 10px;
		height:171px;
		background:transparent url(images/welcome.jpg) no-repeat center;
		clear:both; }
	#welcome p { display:none; }

/******************/
/*** HOME TEXT ****/
/******************/
	
	/*classes*/
	.home_text { 
		margin:0; padding:.5em 1em 1em;
		height:337px;
		text-align:left; 
		border-right:1px dotted #999;
		border-left:1px dotted #999;
		border-bottom:1px dotted #999;}

	.read_more { 
		margin:1em 0 0 0; padding:0 17px 0 0;
		text-align:right; 
		text-transform:uppercase;
		background:transparent url(images/arrow.gif) no-repeat right;  }
	.read_more a { color:#0032A1; }
	.black_li { color:#000; font-weight:normal; }
	
	/*ids*/
	#send_p { margin:2em 0 0; text-align:center; }
	#home_text { 
		margin:0; padding:0 1em 1em; 
		height:350px;
		text-align:left; 
		border:1px dotted #999;}
	
	/*columns*/
	#left {
		margin:0 10px 0 0;
		width:380px;
		float:left;
		display:inline; }
		#left h2 { 
			margin:0; padding:0; 
			height:24px; width:380px; 
			background:transparent url(images/noteworthynews.gif) no-repeat bottom; }
		#left h2 span { display:none; }
		
	#middle { 
		margin:0;
		width:185px;
		float:left;
		display:inline; }
		#middle h2 { 
			margin:0; padding:0; 
			height:30px;
			border:1px dotted #999;
			background:#EBEBEB url(images/sect_2.gif) no-repeat center; }
		#middle h2 span { display:none; }
		
		#middle ol { margin:0 0 0 20px; padding:0; text-align:left; }
		#middle	ol li { padding:.5em 0; color:#0000CC; font-weight:bold; }
		
	#right {
		margin:0;
		width:185px;
		float:left;
		display:inline; }
		#right h2 { 
			margin:0; padding:0; 
			height:30px;
			border:1px dotted #999;
			background:#EBEBEB url(images/sect_3.gif) no-repeat center; }
		#right h2 span { display:none; }	
		
/******************/
/***** FOOTER *****/
/******************/
	#footer { 
		margin:0;
		height:38px;
		background:transparent url(images/footer.jpg) no-repeat center bottom; 
		clear:both; }
	#footer p { display:none; }
