body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #4584BE;
	background-repeat: repeat-x;
	background-image: url(/sites/hendems/images/bg_gradient.gif);
	background-attachment: fixed;
}

br {
	clear: both;
}

#wrapper {
	width: 726px;
	text-align: left;
	background-color: white;
	padding: 5px;
	margin: 20px auto 0;
}

table {
	border-width: 0;
}

table th {
	text-align: left;
}

a {
	text-decoration: none;
	color: #195ba6;
}

a:hover {
	text-decoration: underline;
}

/* @group Header Area */

#header {
	width: 726px;
	height: 140px;
	background: url(/sites/hendems/images/hcdc_banner.jpg) no-repeat;
	margin: 0;
}

/* @group Top Nav */

#topNav {
	width: 725px;
	height: 25px;
	border: 1px solid #b7cad6;
	background: #dcf0fe;
	text-transform: lowercase;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	border-left-style: none;
	margin-top: 5px;
	text-align: center;
	color: #618a9f;
}

#topNav ul {
	margin: 0;
	padding: 0;
}

#topNav ul li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #b7cad6;
}

#topNav ul li a {
	color: #618a9f;
	text-decoration: none;
	width: 90px;
}

#topNav ul li:first-child a {
	width: 86px;
}

#topNav ul li a:link, #topNav ul li a:visited {
	padding: 7px 0px;
	display: block;
}

#topNav ul li a:hover {
	display: block;
	padding: 7px 0px;
	color: #4f585e;
	background: #b7cad6;
}
	
/* @end */
	
/* @end */

/* @group Content Area */

/* @group Writing Area */

#content h1 {
	text-transform: none;
	color: #bc3535;
	padding: 0px;
	margin: 0 0px 10px;
	font: normal 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content {
	padding: 5px;
	width: 496px;
	margin-top: 5px;
	color: #333;
	font: .8em/1.75em Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 0px 0px white;
	float: left;
}

#content h2 {
	font: normal 1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 .4em;
}

#content hr {
	border-bottom: 1px solid #eaeaea;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 1.25em;
}

#content p {
	padding: 0px;
	margin: 0 0 1.25em;
}

#innercontent {
	width: 480px;
	float: left;
}

/* @end */

/* @group Sidebar */

#sidebar .caption {
	font-weight: bold;
	font-size: .65em;
}

#sidebar {
	background: #fff5ea;
	border: 1px solid #ebd2af;
	text-align: left;
	width: 201px;
	float: right;
	color: #333;
	margin-top: 5px;
	padding: 5px;
	text-shadow: 0px 0px 0px #fff5ea;
}

#sidebar h1 {
	font: bold 13px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px dotted #b7a789;
	margin: 20px 0px 2px 0px;
}

#sidebar h1:first-child {
	margin-top: 0px;
}

#sidebar p {
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#sidebar p a {
	color: #333;
	text-decoration: none;
}

#sidebar p a:hover {
	font-weight: bold;
}
	
/* @end */

#footer {
	clear: both;
	background-color: #ecf3ff;
	padding: 5px;
	text-align: center;
	font: .65em "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	color: #a9afb9;
	margin-top: 5px;
}

#footer a {
	text-decoration: none;
	color: #f18a2a;
}

#footer a:hover {
	text-decoration: underline;
}
	
/* @end */
	
	