/* Master Stylesheet
----------------------------------------------------------------------------- */

	@import url("style.css");
	@import url("navigation.css");
	

/* Style Precedents
----------------------------------------------------------------------------- */

	body {
	
	background: url(../images/layout/background.gif) top;
	margin: 0;
	padding: 0;
	color: #3e0502;
	font: normal 13px/15px "Trebuchet MS", Trebuchet MS, Trebuchet, Arial, sans-serif;
	
	}
	
	h1, h2, h3, h4, h5 {

	margin: 0;
	padding: 0;

	}

	h1 {
		
	border-bottom:1px dashed #ddd8d5;
	font-size:22px;
	font-weight:bold;
	padding:0 0 10px;
	margin:0 0 10px;

	}

	h2 {
		
	height:55px;
	line-height:45px;
	background:url(../images/layout/h2-bg.gif) top left no-repeat;
	padding:0 0 0 45px;
	font-size:18px;
	font-weight:bold;
    text-align:left;

	}

	ul, ol {

	margin: 0;
	padding: 0;
	list-style-type: none;

	}

	p {

	margin: 0 0 10px 0;
	line-height:1.4em;

	}

	a {

	color: #blue;
	text-decoration: none;

	}

	a:hover {

	color: #0f0;

	}

	img {

	border: none;

	}
	
	.clear {
		
	clear: both;
		
	}

/* Forms Stylesheet
----------------------------------------------------------------------------- */

	form {
	
	margin: 0;
	padding: 0;
	
	}

	form br {

	clear: left;	

	}
	

/* Text Fields and Dropdown Menus
----------------------------------------------------------------------------- */

	label input, select, textarea {
	
	float: left;
	margin: 0;
	
	} 

