.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4a4d4f;
	text-decoration: none;
}
.hdr1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4a4d4f;
	text-decoration: none;
}
.hdr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.hdr_cr {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4c6877;
	text-decoration: none;
}
.error { color: red }
.odd  { background-color: #eee }

/*Headers ----------------------------  */
div#header {
	position: relative;
	width: 740px;
	height: 107px;
	background: #8d8d8d;
}

h1#sitetitle {
	width: 442px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	font: italic bold 12px Verdana, sans-serif;
	border-bottom: 1px solid #fff;
}

h1#sitetitle a {
	position: absolute;
	top: 30px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	background-color: #8d8d8d;
}

img#sitelogo {
	position: absolute;
	top: 0;
	right: 0;
}

ul#navigation {
	padding: 0;
	margin: 0;
	width: 442px;
	background-color: #ccc;
	/*overflow: hidden;*/
	border-left: 1px solid #4a4d4f;
	border-bottom: 1px solid #4a4d4f;
	border-right: 1px solid #666;
	border-top: 1px solid #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	position: absolute;
	bottom: 92px;
	left: 0;
}

ul#navigation li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	padding: 4px 0;
}

ul#navigation li a {
	font-style: italic;
	text-decoration: none;
	border-right: 1px solid #999;
	padding: 3px 14px;
	display: block;
}

ul#navigation li a:hover {
	color: #fff;
}

ul#navigation a.contact {
	border: none;
} 

ul#navigation ul {
	display: none;
	width: 136px;
	position: absolute;
	left: 20px;
	top: 27px;
	z-index: ;
	background-color: #dee0e0;
	padding: 0;
	margin: 0;
	border: 1px solid #4a4d4f;
}

ul#navigation li:hover ul {
	display: block;
}

ul#navigation li li {
	padding: 0;
	border-bottom: 1px solid #4a4d4f;
}

ul#navigation li li a {
	display: block;
	width: 120px;
	padding: 4px 8px;
	float: left;
	border-right: 0;
}

ul#navigation li li a:hover {
	color: #4a4d4f;
	background-color: #ccc;
}

/* Section Specific Headers */


body.home div#header {
	height: 248px;
	background: #8d8d8d url(images/home-header.gif) no-repeat 0 bottom;
}

body.home div#header h1#sitetitle a {
	background: #8d8d8d;
}

body.home ul#navigation {
	bottom: 141px;
}

body.contact div#header {
	height: 199px;
	background: #7f9354 url(images/contact-header.gif) no-repeat 0 bottom;
}

body.contact div#header h1#sitetitle a {
	background: #7f9354;
}

body.recovery div#header {
	height: 199px;
	background: #597584 url(images/recovery-header.gif) no-repeat 0 bottom;
}

body.recovery div#header h1#sitetitle a, body.verify div#header h1#sitetitle a, body.electronics div#header h1#sitetitle a {
	background: #597584;
}

body.verify div#header {
	height: 199px;
	background: #597584 url(images/verify-header.gif) no-repeat 0 bottom;
}

body.electronics div#header {
	height: 199px;
	background: #597584 url(images/electronics-header.gif) no-repeat 0 bottom;
}

body.debt div#header {
	height: 199px;
	background: #c67c2c url(images/debt-header.gif) no-repeat 0 bottom;
}

body.debt div#header h1#sitetitle a {
	background: #c67c2c;
}

body.member div#header {
	height: 199px;
	background: #4f237c url(images/member-header.gif) no-repeat 0 bottom;
}

body.member div#header h1#sitetitle a {
	background: #4f237c;
}