body {
	background-image: url(images/bg-body-new.png);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top center;
}

.inbox {
	width: 1029px;
	border: 0px;
	padding: 0px;
	/* background-color: #fff; */
}

.inbox td {
	border: 0px;
	padding: 0px;
}

.inbox td#topleft {
	width: 14px;
	height: 72px;
	background-image: url("images/gray_topleft-border.gif");
	background-repeat: no-repeat;
}

.inbox td#topmiddle {
	width: 990px;
	height: 72px;
	background-image: url("images/red_topmiddle-bg.gif");
	background-repeat: repeat-x;
}

.inbox td#topmiddle div#finchlogo {
	top: 20px;
	width: 189px;
	height: 72px;
	float: left;
	background-image: url("images/red_finch-logo.gif");
	background-repeat: no-repeat;
}

.inbox td#topmiddle div#nav {
	position: relative;
	height: 72px;
	top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0192c1;
	text-align: center;
}

.inbox td#topmiddle div#nav div {
	display: inline;
	margin: 0px 5px;
	padding: 0px;
}

.inbox td#topmiddle div#nav div table.bg {
	height: 36px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.inbox td#topmiddle div#nav div table.bg td.left {
	width: 10px;
	height: 36px;
}

.inbox td#topmiddle div#nav div table.bg td.body {
	padding: 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0192c1;
}

.inbox td#topmiddle div#nav div table.bg td.body a {
	text-decoration: none;
	color: #0192c1;
}

.inbox td#topmiddle div#nav div table.bg td.right {
	width: 10px;
	height: 36px;
}

div.fmenu {
	position: absolute;
	z-index: 5;
	padding: 0px;
	margin: 0px;
	opacity: 0.9;
	moz-opacity: 0.9;
	khtml-opacity: 0.9;
	filter: alpha(opacity=90);
}

div.fmenu table.sub {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0192c1;
	background-image: url("images/navbg-body.gif");
	font-weight: bolder;
	border-left: 1px solid #004058;
	border-right: 1px solid #004058;
	border-bottom: 1px solid #004058;
}

div.fmenu table.sub tr td {
	padding: 4px 10px;
	margin: 0px;
	border-top: 1px solid #000;
	white-space: nowrap;
}

div.fmenu table.sub td a {
	text-decoration: none;
	color: #0192c1;
}

div.fmenu table.sub td a:hover {
	text-decoration: none;
}

div.fmenu table.sub tr.hi {
	background-color: #0192c1;
}

div.fmenu table.sub tr.hi td {
	color: #fff;
}

div.fmenu table.sub tr.hi td a {
	color: #fff;
}

div.fmenu table.sub tr.hi td a:hover {
	color: #fff;
}

div.fmenu table.sub tr.hi td a:visited {
	color: #fff;
}


.inbox td#topmiddle div#nav div table.bgOn {
	height: 36px;
	border: 0px;
	padding: 0px;
	display: inline;
}

.inbox td#topmiddle div#nav div table.bgOn td.left {
	width: 10px;
	height: 36px;
	background-image: url("images/navbg-left.gif");
	background-repeat: no-repeat;
}

.inbox td#topmiddle div#nav div table.bgOn td.body {
	background-image: url("images/navbg-body.gif");
	padding: 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0192c1;
}

.inbox td#topmiddle div#nav div table.bgOn td.body a {
	text-decoration: none;
	color: #0192c1;
}

.inbox td#topmiddle div#nav div table.bgOn td.right {
	width: 10px;
	height: 36px;
	background-image: url("images/navbg-right.gif");
	background-repeat: no-repeat;
}

.inbox td#topmiddle div#nav div table.bgMore {
	height: 36px;
	border: 0px;
	padding: 0px;
	display: inline;
}

.inbox td#topmiddle div#nav div table.bgMore td.left {
	width: 10px;
	height: 36px;
	background-image: url("images/navbg-left-more.gif");
	background-repeat: no-repeat;
}

.inbox td#topmiddle div#nav div table.bgMore td.body {
	background-image: url("images/navbg-body.gif");
	padding: 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0192c1;
}

.inbox td#topmiddle div#nav div table.bgMore td.body a {
	text-decoration: none;
	color: #0192c1;
}

.inbox td#topmiddle div#nav div table.bgMore td.right {
	width: 10px;
	height: 36px;
	background-image: url("images/navbg-right-more.gif");
	background-repeat: no-repeat;
}

.inbox td#topmiddle div#nav div table.bgHi {
	height: 36px;
	border: 0px;
	padding: 0px;
	display: inline;
}

.inbox td#topmiddle div#nav div table.bgHi td.left {
	width: 10px;
	height: 36px;
	background-image: url("images/navbg-cur-left.gif");
	background-repeat: no-repeat;
}

.inbox td#topmiddle div#nav div table.bgHi td.body {
	background-image: url("images/navbg-cur.gif");
	padding: 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
}

.inbox td#topmiddle div#nav div table.bgHi td.body a {
	text-decoration: none;
	color: #fff;
}

.inbox td#topmiddle div#nav div table.bgHi td.right {
	width: 10px;
	height: 36px;
	background-image: url("images/navbg-cur-right.gif");
	background-repeat: no-repeat;
}

/* .inbox td#topmiddle div#nav a {
	color: #0081b7;
	text-decoration: none;
}

.inbox td#topmiddle div#nav a:link {
	padding: 5px 20px;
	color: #0081b7;
	text-decoration: none;
}

.inbox td#topmiddle div#nav a:hover {
	color: #0081b7;
	background-color: #0f1922;
}

.inbox td#topmiddle div#nav a:visited {
	color: #0081b7;
	text-decoration: none;
}

.inbox td#topmiddle div#nav a.hi {
	padding: 5px 20px;
	color: #fff;
}

.inbox td#topmiddle div#nav a.hi:link {
	padding: 5px 20px;
	color: #fff;
	background-color: #0081b7;
	text-decoration: none;
} */

.inbox td#topmiddle div#nav a.hi:hover {
	color: #0192c1;
	background-color: #0f1922;
}

.inbox td#topmiddle div#nav a.hi:visited {
	color: #fff;
	background-color: #0192c1;
	text-decoration: none;
}

.inbox td#topright {
	width: 15px;
	height: 72px;
	background-image: url("images/gray_topright-border.gif");
	background-repeat: no-repeat;
}


.inbox td.middleleft {
	width: 14px;
	background-image: url("images/red_middleleft-border.gif");
	background-repeat: repeat-y;
}

.inbox td.middle {
	background-image: url("images/middle-center-bg.gif");
}

.inbox td.middleright {
	width: 15px;
	background-image: url("images/red_middleright-border.gif");
	background-repeat: repeat-y;
}

.inbox td div#comb {
	position: relative;
	height: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inbox td div#comb a {
	text-decoration: none;
}

.inbox td div#comb a:link {
	color: #0192c1;
	text-decoration: none;
}

.inbox td div#comb a:visited {
	color: #0192c1;
	text-decoration: none;
}

.inbox td div#comb a:hover {
	color: #0192c1;
	text-decoration: underline;
}

.inbox td div#comb div#combleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 43px;
	background-image: url("images/comb-left.gif");
	background-repeat: no-repeat;
}

.inbox td div#comb div#combmiddle {
	position: absolute;
	left: 14px;
	right: 12px;
	top: 0px;
	height: 43px;
	width: expression(this.offsetParent.offsetWidth-26);
	background-image: url("images/comb-bg.gif");
	background-repeat: repeat-x;
}


.inbox td div#comb div#combright {
	position: absolute;
	width: 10px;
	height: 43px;
	top: 0px;
	right: 0px;
	background-image: url("images/comb-right-corner.gif");
	background-repeat: no-repeat;
}

.inbox td div#comb div#combregion {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 170px;
	height: 43px;
	background-image: url("images/comb_region_bg.gif");
	background-repeat: repeat-x;
}

.inbox td div#comb div#combshadow {
	position: absolute;
	top: 0px;
	right: 180px;
	width: 10px;
	height: 43px;
	background-image: url("images/comb-right-shadow.gif");
	background-repeat: no-repeat;
}

.inbox td div#comb div#combselect {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 170px;
	color: #535352;
	text-align: right;
}

.inbox td div#comb div#combselect select {
	font-size: 10px;
}


.inbox td div#comb div#combcontent {
	position: absolute;
	top: 16px;
	left: 20px;
	right: 540px;
	width: expression(this.offsetParent.offsetWidth-350);
	color: #535352;
	text-align: left;
}

.inbox td div#comb div#comblogin {
	position: absolute;
	top: 9px;
	right: 190px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535352;
	text-align: right;	
	white-space: nowrap;
}

.inbox td div#comb div#comblogin span.n {
	position: relative;
	top: -2px;
}

.inbox td div#comb div#comblogin table.btn {
	display: inline;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #fff;
	position: relative;
	top: 4px;
	margin-left: 5px;
}

.inbox td div#comb div#comblogin table.btn td.left {
	background: url("images/aqbtn-left.gif") no-repeat;
	height: 20px;
	width: 12px;
}

.inbox td div#comb div#comblogin table.btn td {
	background: url("images/aqbtn-bg.gif") repeat-x;
	height: 20px;
	text-align: center;
}

.inbox td div#comb div#comblogin table.btn td a {
	color: #fff;
	text-decoration: none;
}

.inbox td div#comb div#comblogin table.btn td a:link {
	color: #fff;
	text-decoration: none;
}

.inbox td div#comb div#comblogin table.btn td a:hover {
	color: #fff;
	text-decoration: underline;
}

.inbox td div#comb div#comblogin table.btn td.right {
	background: url("images/aqbtn-right.gif") no-repeat;
	height: 20px;
	width: 12px;
}

.inbox td#botleft {
	width: 14px;
	height: 25px;
	background-image: url("images/gray_botleft-border.gif");
	background-repeat: no-repeat;
}

.inbox td#botmiddle {
	right: 15px;
	height: 25px;
	background-image: url("images/gray_botmiddle-bg.gif");
	background-repeat: repeat-x;
}

.inbox td#botright {
	width: 15px;
	height: 25px;
	background-image: url("images/gray_botright-border.gif");
	background-repeat: no-repeat;
}

.inbox div#thebody {
	position: absolute;
	top: 130px;
	bottom: 25px;
	left: 20px;
	right: 20px;
	width: expression(this.offsetParent.offsetWidth-40);
	height: expression(this.offsetParent.offsetHeight-155);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inbox table.footer {
	width: 100%;
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.inbox table.footer a {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.inbox table.footer a:link {
	color: #fff;
	text-decoration: none;
}

.inbox table.footer a:visited {
	color: #fff;
	text-decoration: none;
}

.inbox table.footer a:hover {
	color: #26a0c9;
	text-decoration: underline;
}

.inbox table.footer td#footleft {
	width: 14px;
	height: 44px;
	background-image: url("images/dgray_footer-left.gif");
	background-repeat: no-repeat;
}

.inbox table.footer td#footcontent {
	width: 750px;
	height: 44px;
	background: #969696;
}

.inbox table.footer td#footright {
	width: 15px;
	height: 44px;
	background-image: url("images/dgray_footer-right.gif");
	background-repeat: no-repeat;
}
.inbox table.footer td#footreg {
	height: 44px;
	background: #969696;
}
.inbox table.footer td#footreg table#region {
	height: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

.inbox table.footer td#footreg table#region b {
	color: #fff;
}

.inbox table.footer td#footreg table#region td.left {
	width: 8px;
	height: 24px;
	background-image: url("images/dgray_country_nav_left_bg.gif");
	background-repeat: no-repeat;
}

.inbox table.footer td#footreg table#region td {
	height: 24px;
	background-color: #a6a6a6;
}

.inbox table.footer td#footreg table#region td a {
	color: #fff;
	font-weight: normal;
}

.inbox table.footer td#footreg table#region td select {
	font-size: 10px;
}

.inbox table.footer td#footreg table#region td.right {
	width: 10px;
	height: 24px;
	background-image: url("images/dgray_country_nav_right_bg.gif");
	background-repeat: no-repeat;
}

.inbox div.sidecol {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-left: 2px;
}

.inbox div.sidecol table.sidebar {
	font-family: Arial, Helvetica;
	font-size: 12px;
	width: 100%;
}

.inbox div.sidecol table.sidebar td.top {
	height: 9px;
	width: 100%;
	background-image: url("images/sidebar-top.gif");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.inbox div.sidecol table.sidebar td.mid {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url("images/sidebar-bg.gif");
	background-repeat: repeat-y;
}

.inbox div.sidecol table.sidebar td.mid h3 {
	color: #0192c1;
	font-size: 18px;
	font-weight: bolder;
	padding: 5px 15px 5px 15px;
	margin: 0px;
}

.inbox div.sidecol table.sidebar td.mid h3 a {
	text-decoration: none;
	color: #0192c1;
}

.inbox div.sidecol table.sidebar td.mid h3 a:link {
	text-decoration: none;
}

.inbox div.sidecol table.sidebar td.mid h3 a:hover {
	text-decoration: none;
}

.inbox div.sidecol table.sidebar td.mid div {
	padding: 0px;
	margin: 1px;
	white-space: nowrap;
	overflow: hidden;
}

.inbox div.sidecol table.sidebar td.mid div a {
	background: url("images/sb-rightarrow.gif") no-repeat;
	color: #666;
	text-decoration: none;
	padding-left: 20px;
	margin: 0px 20px;
	line-height: 24px;
}

.inbox div.sidecol table.sidebar td.mid div a:link {
	color: #666;
	text-decoration: none;
}

.inbox div.sidecol table.sidebar td.mid div a:hover {
	background: url("images/sb-rightarrow_on.gif") no-repeat;
	color: #000;
	text-decoration: underline;
}

.inbox div.sidecol table.sidebar td.mid div.hi {
	background: url("images/sb-hibg.gif") repeat-x;
	font-weight: bold;
	color: #000;
}

.inbox div.sidecol table.sidebar td.mid div.hi a {
	background: url("images/sb-rightarrow_on.gif") no-repeat;
	color: #000;
}

.inbox div.sidecol table.sidebar td.mid div.hi a:link {
	color: #000;
	text-decoration: none;
}

.inbox div.sidecol table.sidebar td.mid div.hi a:hover {
	background: url("images/sb-rightarrow_on.gif") no-repeat;
	color: #000;
	text-decoration: underline;
}

.inbox div.sidecol table.sidebar td.bot {
	height: 9px;
	width: 100%;
	background-image: url("images/sidebar-bot.gif");
	background-repeat: no-repeat;
}

.inbox div.sidecol div.moreSideBar {
}

.inbox div.bleed {
	width: 100%;
}

.inbox div.contentBody {
	width: 720px;
	background-color: #fff;
	padding: 10px;
	float: right;
	margin-right: 5px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.inbox div.contentBody p.head {
	font-size: 18px;
	font-weight: bolder;
	color: #903;
	font-family: Arial, Helvetica;
	margin: 0px;
}

.inbox div.contentBody p.subhead {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica;
	margin-top: 0px;
}

.inbox div.contentBody div.body {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica;
	margin-top: 10px;
}

.inbox div.contentBody ul.attach {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	list-style-position: inside;
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px dotted #eee;
}

.inbox div.contentBody ul.attach li a {
	color: #0192c1;
	font-size: 12px;
	text-decoration: none;
	margin-left: 5px;
}

.inbox div.contentBody ul.attach li.pdf {
	list-style-image: url('images/pdficon.gif');
}

.inbox div.contentBody ul.attach li a:hover {
	text-decoration: underline;
}