@charset "utf-8";
/* CSS Document */

/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/page_bg.gif) top repeat-x #ccc;
	font: 100% Arial, Helvetica, sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	color: #005295;
	padding: 0.5em 0.2em;
	font-size: 1.6em;
}

p {
	font-size: 0.8em;
	padding: 0.5em 2em 0.5em 0.5em;
}

	p.large {
		font-size:1.4em;
		font: bold;
		text-align: center;
		color: #0052A8;
	}

a {
	color: #005295;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.pdf img {
	border: none; 
	vertical-align: middle;
}

ul {
	font-size: 0.8em;
	margin: 0 3em;
	
}

ul li {
	padding: 0.5em 0;
}

dl {
	font-size: 0.8em;
	width: 100%;
	overflow: hidden;
	line-height: 1.7em;
	width: 98%;
}

	dt {
		float: left;
		display: block;
		width: 12em;
		font-weight: bold;
		clear: left;
		text-align: right;
	}
	
	dd {
		margin-left: 13em;
	}
	
img.left {
	float:left;
	margin:0 1em 2em 0;
}

/* Layout Divs */

#container {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

	#header {
		height: 250px;
		background: url(../images/header_bg_home.jpg);
		position: relative;
	}
	
	#content {
		padding: 0 0.2em;
	}
		
		#butCont {
			margin: 0 1em;
			width: 100%;
			overflow: hidden;
		}
		#npbh {
			width: 350px;
			float:left;
			
		}
		
		#mer {
			width: 350px;
			float: left;
			margin-left: 1em;
		}
		
		
/* Footer */
	
	#footer {
		background: url(../images/footer_home_logos.gif);
		height: 80px;
		clear: both;
	}
	
	#footerInfo {
		background: #ccc;
		text-align: center;
		font-size: 0.7em;
		letter-spacing: 0.3em;
		padding: 0.5em;
	}
