@charset "UTF-8";

/* strip existing styles */

	* {
	
		border: 0px;
		margin: 0px;
		padding: 0px;
		
	}
	
/* xhtml tag rules */

	body {

		background-color: #313B3D;
		
	}
	
	a:link {
	
		color: #FFFFFF;
		
	}
	
	a:visited {
	
		/* add rules here */
		
	}
	
	a:hover {
	
		color: #FFFFFF;
		
	}
	
	a:active {
	
		color: #FFFFFF;
		
	}
	
	p {
	
		/* add rules here */
		
	}
	
	ul {
	
		/* add rules here */
		
	}
	
	li {
	
		/* add rules here */
		
	}
	
/* id rules */	

	#layout_outer {
	
		text-align: center;
		
	}
	
	#layout_inner {
	
		width: 1021px;
		
		margin-top: 8px;
		
		margin-left: auto;
		
		margin-right: auto;
		
	}
	
	#alternate_content_container {
	
		display: none;
		
	}
	
	#section_what_overview_body_lists_1, #section_what_overview_body_lists_2, #section_what_overview_body_lists_3 {
	
		float: left;
		
	}
	
		
/* class rules */	
	
	.section_container {
	
		/* add rules here */
		
	}
	
	.clear_float {
	
		clear: both;
		
	}
	
	.section_header {
	
		/* add rules here */
		
	}
	
	.section_body {
	
		/* add rules here */
		
	}
	