@charset "UTF-8";
/* CSS Document */

/* RESETS DEFAULT STYLES */
	html, body, div, span,
	applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dd, dl, dt, li, ol, ul,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		line-height: 1;
		font-family: inherit;
		/*text-align: left;*/
		vertical-align: baseline;
	}
	a img, :link img, :visited img {
		border: 0;
	}
	ol, ul {
		list-style: none;
	}
/* GENERAL */

body {
	font-size: 62.5%;
	background-image: url(images/blueback.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
}

	#container {
		margin: 0 auto;
		width: 800px;
		text-align: left;
	}

#nav {
	background-image: url(images/navback.gif);
	width: 800px;
}

#nav ul {
		text-align: right;
		padding: 2px 40px 0 0;
	}

	#nav ul li {
		display: inline;
		background: url(images/navding.gif) no-repeat right center;
		padding: 0 14px 0 10px;
	}
	
	#nav ul li.last {
		background: none;
		padding: 0 0 0 8px;
	}
	
	#nav ul li a:link, #nav ul li a:visited {
		font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
		line-height: 24px;
		color: #e2dfc6;
		text-decoration: none;
	}
	
	#nav ul li a:hover, #sub_nav ul li a:active {
		color: #004457;
		text-decoration: none;
	}
	
#header {
background: url(images/topback.gif) no-repeat center;
height: 125px;
}

		#header h1 {
	text-indent: -10000px;
	background: url(images/subheader.gif) no-repeat left;
	height: 125px;
	}
	
	#middle_splash {
		background: #F5F2EB;
		}
		
			#middle_splash h1 {
		text-indent: -10000px;
		background: url(images/middlesplash.jpg) no-repeat center;
		height: 279px;
	}
	
#middle {
		background: #F5F2EB url(images/leftborder.gif) no-repeat;
		padding: 8px 40px 8px 40px;
		}
		
		#middle p {
		font: normal 1.2em/2em Verdana, Arial, Helvetica, sans-serif;
		color: #77400F;
		}
		#middle ul {
	margin: 10px 0px 10px 0px;
		
		}
	
		#middle li {
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	font: normal 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
		color: #77400F;
		
		}
	
	#middle h1 {
		text-indent: -10000px;
		background: url(images/middlesplash.jpg) no-repeat center;
		height: 279px;
	}
	
	#middle h2 {
		font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
		line-height: 24px;
		color: #003333;
	}
	
#b_rule{
	background: url(images/bottomrule.gif) no-repeat center;
	height: 6px;
}
#bottom {
	background: url(images/bottomstrip.jpg) repeat-y center;
	height: 200px;
}

