/* Clay Aiken */
/* Master Stylesheet
----------------------------------------------------------------------------- */

	@import url("actions.css");
	@import url("alerts.css");
	@import url("forms.css");	
	@import url("layout.css");
	@import url("navigation.css");
	@import url("prompts.css");
	@import url("tabs.css");
	@import url("widgets.css");
	

/* Style Precedents
----------------------------------------------------------------------------- */


	body {
	
	background: #3e3e3e url(../images/layout/bg-body.gif);
	margin: 0 0 50px 0;
	padding: 0 0 30px 0;
	color: #222;
	font: normal 12px/15px Arial, sans-serif;
	
	}
	
	h1, h2, h3, h4, h5 {
	
	margin: 0;
	padding: 0;
	
	}
	
	h2 {
	
	display: none;
	
	}
		
	h3 {
	
	display: block;
	font: normal 20px/24px Arial, sans-serif;
	color: #111;
	
	}
	
	h4 {
	
	color: #333;
	font: normal 14px/17px Arial, sans-serif;

	}
			
	ul, ol {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
	
	p {
	
	margin: 0 0 13px 0;
	line-height: 18px;
	
	}
		
	a {

	color: #5f9dbe;
	text-decoration: none;
	
	}
		
	a:hover {
	
	color: #000;
	
	}
		
	img {
	
	border: none;
	
	}
	
	
/* Lists */


	dl {
	
	margin: 0;

	}
			
	dt {

	width: 115px;
	clear: left;
	float: left;
	margin-bottom: 3px;
	font-weight: normal;
		
	}
		
	dd {

	width: 210px;
	float: left;
	margin: 0 0 3px 0;
	color: #fff;
	
	}
