/* CSS Document */

	body, 
	h1, h2, h3, h4,
	p, ul, ol, li, a,
	form, table { 
		border: 0;
		margin:0;
		padding:0;
		}
	img { border:0;}	
		
		li { padding-bottom:9px;}
		/* Classes */
		
		.clear { clear:both}
		.clear_left { clear:left}
		.clear_right { clear:right}
		
		.focus {margin-top:15px; margin-left:13.5px; width:600px;}
		
		/* Layout Divs */
		
		#main_top {
		height:16px;	
		}
		
		#main_content {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		margin-top:15px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:15px;
		text-align:left;
		width:748px;
		}
			
		#box1 {width:231px; float:left; margin:15px 0 7px 90px; border:1px solid #000066;}
		#box1 p {padding-left:0;}

		#box2 {width:231px; float:right; clear:right; margin:15px 85px 7px 0px;border:1px solid #000066;}
		#box2 p {padding-left:0;}
		
		#main_text {
		width:635px;
		margin:auto;
		margin-top:15px;
		}
		
		#main_news_events {
		width:370px;
		margin:auto;
		margin-top:15px;
		border:1px solid #000066;
		
		}
			#main_news_events p { padding-left:0; }
		
		#main_footer {
		width:220px;
		margin:auto;
		margin-top:15px;
		}		
		
		#main_bottom {
		height:16px;
		}