body {
	background-color: #FFF;
	margin-top: 10px;
}

#body {
	clear: both;
	height: 600px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	/* text-align: center; */
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/* Header settings */
/* 
z-index settings:
	position: relative or absolute for zindex 
	caveat: while z-index is inherited in header[*] just fine,
	'position: relative' must be explicitly stated for IE to understand.
*/
#body #header {
	position:relative;
	z-index: 200;
	overflow:visible;
}

#body #header #hbadge {
	position:relative;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 233px; /*233*/
	width: 168px; /*168*/
	clear:  none;
}

#body #header #hblankmid {
	position:relative; 
	margin: 0px;
	padding: 0px;
	float: left;
	height: 64px;
	width: 449px;
}

#body #header #hright {
	position:relative; 
	float: right;
	top: 0px;
	right: 0px;
	height: 64px;
	width: 153px;
}

#body #header #hbottom {
	position:relative; 
	margin: 0px;
	padding: 0px;
	float: left;
	height: 77px;
	width: 602px;
}
#body #header #hnav {
	position:relative; 
	margin: 0px;
	padding: 0px;
	float: left;
	height: 29px;
	width: 602px;
	background-image: url(../img_layout/header_main/header_05.png);
}
#body #header #hbar {
	position:relative; 
	margin: 0px;
	padding: 0px;
	float: left;
	height: 63px;
	width: 602px;
	display: block;
}


/* blurb settings */
#body #blurb {
	position:relative; /* relative or absolute for zindex */
	z-index: 1;
	background: url(../img_layout/header_mainblock/mainarea-20071027.jpg);
	height: 515px;
	width: 770px;
	padding: 0px;
	float: left;
	margin-top: -111px;
	padding: 0px;
	text-align: left;
}


#body #blurb #blurbcontent {
	position: relative;
	z-index: 400;
	width: 280px; 
	height: 280px; 
	margin: 150px 0px 0px 400px;
	padding: 10px;
	/*border:1px solid red;*/
	overflow:auto;
}
#body #blurb #blurbcontent h1 {
	font-size: 150%;
	color: #000;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#body #blurb #blurbcontent h2 {
	font-size: 120%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#body #blurb #blurbcontent p {
	font-size: 90%;
	font-color: #999;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}




.bottombox {
	background-color: #999;
	display: block;
	margin: 29px 0px 20px 18px;
	clear: none;
	width: 170px;
	float: left;
	overflow: auto;
}
.bottomboximg {
	display: block;
	margin: 10px 0px 20px 18px;
	clear: none;
	width: 170px;
	float: left;
	overflow: auto;
}

#box2 h2 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 20px; color: #FFF; font-weight: bold; }
#box3 h2 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 20px; color: #FFF; font-weight: bold; }

#box2 p { font-family: Geneva, Arial, Helvetica, sans-serif; font-size:14px; }
#box3 p { font-family: Geneva, Arial, Helvetica, sans-serif; font-size:14px; }

/* HEADER NAV for front page */
#body #header #hnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* 
	font-weight: bold;
	color: #CC6600;
	*/
}
#body #header #hnav a {
	margin: 2px 1px 2px 1px;
	padding: 3px 20px 3px 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#body #header #hnav a:link {
	color: #fff;
	text-decoration: none;
}
#body #header #hnav a:hover {
	color: #fff;
	background: #990000;
	text-decoration: none;
}
