body {
	margin: 0;
	padding: 0;
	/*color: #7e7e7e;*/
	color: #000000;
	font-size: 150%;
	line-height: 18px; font-weight:normal; font-size:100%; font-family: Arial, Verdana, sans-serif;
	background-color : #919dbc;
}
body.articles {
	/*width: 700px;*/
	background-color: #919dbc;
}
a {
	color: #1D317C;
	background-color: inherit;
}
a:hover {
	color: #575757;
	background-color: inherit;
}
img.center {text-align:center; display:block;}
span.float_right {float:right; border:1px; border-style:dotted; border-color:gray; width:200px; padding:10px 10px 10px 10px; margin:0px 0px 0px 10px; font-family:Arial; font-size:90%;}
span.source {font-family:Arial; font-size:80%; font-style:italic; line-height:13px; padding-left: 5em;}
span.width {width:590px;}
span.error {color:red;}
span.red {color:red;}
p {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
p.sm {
	font-size:89%;
}
p.sup {font-family:Arial; font-size:12px; font-style:italic; line-height:15px;}
p.center {text-align:center;}
p.center_error {text-align:center; color:red;}
p.quote {background-color:#EFF3FF; padding:10px 10px 10px 10px; border:1px; border-style:dotted; border-color:gray;}
.smtext {
	font-size:89%;
}
li {
	margin: 0 0 5px 0;
}
ol.line_height li {margin: 0 0 15px 0;}
li.sm {
	margin: 0 0 0 0;
}
li.sm_main {
    margin-top:-12px;
    line-height:20px;
    font-size:16px;
}
table#table_bullet_list {width:100%;border-collapse:collapse;}
table#table_bullet_list tr.table_bullet_row {position:relative;top:-10px;height:5px;}
table#table_bullet_list td.table_bullet img{position:relative;top:-8px;left:2px;}
table#table_bullet_list td.table_bullet_singleline img{position:relative;top:0px;left:2px;}
table#table_bullet_list td.table_bullet{height:5px;}
table#table_bullet_list td.table_bullet_text {position:relative;left:0px;height:5px;line-height:18px;}
table#table_bullet_list td.table_bullet_text span.text {text-decoration:underline;}

ol.upper_alpha li {
	list-style-type: upper-alpha;
}
hr {
	margin: 7px 0 7px 0;
}
hr.line {
	border:0;
	border-top: 1px solid #919dbc;
	height: 0;
	background: #919dbc;
}
h1 {font-size:130%; font-weight:bold; margin:0 0 0 0}
h1.articles {color:black; line-height:27px;}
h1.landing {height:auto; line-height:30px; font-size:150%; color:#00009C;}
h2 {font-size:120%; font-weight:bold; margin:15px 0 0px 0}
h2.articles2 {font-size:120%; font-weight:bold; margin:15px 0 15px 0}
h2.articles {color:black;}
h2.landing {height:auto; line-height:22px; font-size:90%; color:black;}
h2.body {height:auto; line-height:25px; font-size:160%; color:#00009C; text-align:center;}
h2.center {text-align: center;}
h3 {font-size:100%; font-weight:bold; margin:10px 0 0px 0}
h4 {font-size:80%; font-weight:bold; margin:10px 0 5px 0}
strong.blue {color:#00009C;}
.highlight {
	background-color: #ffc
}
.highlight.u {
	text-decoration: underline;
	background-color: #ffc
}
.sup {line-height: 2.0em}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	/*width:auto;*/
	width:680px;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#navAlpha {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
}
body>#navAlpha {width:128px;}

#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

.contentMain {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:500px;
	margin:0px 210px 20px 170px;
	border:2px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#navAlpha2 {
	position:relative;
	width:150px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:3;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
}
body>#navAlpha2 {width:128px;}

#navBeta2 {
	position:relative;
	width:190px;
	top:20px;
	/*right:20px;*/
	/*left:20px;*/
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:3;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta2 {width:168px;}

#content {
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	width: 790px;
	background-color: #fff;
}
#content2 {
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	width: 500px;
	background-color: #fff;
}
#content2_center {
	margin: 0px auto;
	text-align: center;
	padding: 10px 10px 10px 10px;
	width: 500px;
	background-color: #fff;
}
#content3 {
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	width: 700px;
	background-color: #fff;
}
#content4 {
	margin: 5px auto;
	padding: 10px 10px 10px 10px;
	width: 500px;
	align: center;
	background-color: #fff;
	z-index:0;
}
#content5 {
	clear: both;
	margin: 5px auto;
	padding: 10px 10px 0px 10px;
	width: 500px;
	align: center;
	background-color: #fff;
	z-index:0;
}
/*right col for content.php*/
#content_right_col {
	/*margin: 5px auto;*/
	padding: 10px 10px 5px 10px;
	margin: 5px 5px 5px 0px;
	width: 500px;
	float: right;
	/*align: center;*/
	background-color: #fff;
	z-index:0;
}
#content_right_col_2 {
	/*margin: 5px auto;*/
	position: relative;
	padding: 10px 10px 5px 10px;
	margin: 5px 5px 5px 0px;
	width: 500px;
	/*float: right;*/
	left: 260px;
	/*align: center;*/
	background-color: #fff;
	z-index:1;
}
	.list-margin-top {margin-top:5px;}
	ol#page_one { counter-reset: item }
	ol#page_two { counter-reset: item 5 }
	ol#jt-rights {counter-reset:jt-rights;}
	ol#jt-rights li {list-style-type:lower-roman;counter-increment: jt-rights;}
	li { display: block }
	ol#page_one li:before {
		content: counter(item) ". ";
		counter-increment: item;
		display:block;
		}
	ol#page_two li:before {
		content: counter(item) ". ";
		counter-increment: item;
		display:block;
		}
	ol#jt-rights li:before {
		content: counter(jt-rights) ")";

		display:block;
		}

#content_right_col_3 {
	/*margin: 5px auto;*/
	position: relative;
	padding: 10px 10px 5px 10px;
	margin: 5px 5px 5px 0px;
	width: 500px;
	/*float: right;*/
	top: 150px;
	left: 190px;
	/*align: center;*/
	background-color: #fff;
	z-index:1;
}
/*left col for content.php*/
#content_left_col {
	float: left;
	width: 242px;
	margin: 0 0 0px 0;
	padding: 5px 5px 5px 5px;
	z-index:0;
}
#content_left_col_2 {
	position: absolute;
	/*float: left;*/
	top: -3px;
	left: -250px;
	width: 242px;
	margin: 0 0 0px 0;
	padding: 5px 5px 5px 5px;
	z-index:1;
}
#content_left_col_3 {
	position: absolute;
	/*float: left;*/
	top: 120px;
	left: 40px;
	width: 242px;
	margin: 0 0 0px 0;
	padding: 5px 5px 5px 5px;
	z-index:1;
}
#content_grid {
	clear: both;
	margin: 5px auto;
	padding: 10px 10px 0px 10px;
	width: 700px;
	align: center;
	background-color: #fff;
	z-index:0;
}
#content_articles {
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	width: 790px;
	background-color: #919dbc;
}
#content_articles_line {
	border: 1px solid #fff;
	width: 790px;
	/*height: auto;*/
}

.header {
	height: 150px;
	background: #ffffff;
	color: #808080;
	margin: 3px 0 0 0;
	padding: 10px 10px 5px 10px;
	border: 1px solid #ccc;
}
.header_articles {
	height: auto;
	background: #ffffff;
	color: #808080;
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #ccc;*/
}
.header_content {
	height: auto;
	background: #ffffff;
	color: #808080;
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #ccc;*/
}
.header_landing {
	height: auto;
	text-align:center;
	background: #ffffff;
	/*color: #808080;*/
	color:black;
	margin: 0px 0 0 0;
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #ccc;*/
}
.header2 {
	clear: both;
	height: 70px;
	width: 680px;
	min-width:120px;
	background: #ffffff;
	color: #808080;
	margin: 0 0 0 0;
	padding: 10px 0px 5px 0px;
	border: 1px solid #ccc;
}
.header2 a {
	padding-left: 5px;
}
.header2 span {
	padding-right: 5px;
}
.header3 {
	margin: -5px 5px 30px 0px;
	padding-top: 5px;
	padding-left: 0px;
}

.subheader {
	clear: both;
	height: 29px;
	width: 680px;
	background: #F6F6F6;
	min-width:120px;
	margin: 0 0 0 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	color: #626262;
	background: #F6F6F6;
	font-weight: bold;
	font-size:90%;
}
.subheader a {
	text-decoration: underline;
	color: #626262;
	background: #F6F6F6;
}
.subheader a:hover {
	text-decoration: none;
}
.subheader.one_col {
	clear: both;
	height: 23px;
	width: 680px;
	min-width:120px;
	margin: 0 0 0 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.subheader2 {
	clear: both;
	height: 29px;
	background: #F6F6F6;
	min-width:120px;
	margin: 0 0 0 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	color: #626262;
	background: #F6F6F6;
	font-weight: bold;
	font-size:90%;
}
.subheader2 a {
	text-decoration: underline;
	color: #626262;
	background: #F6F6F6;
}
.subheader2 a:hover {
	text-decoration: none;
}

.subheader_right {
	background: #F6F6F6;
	color: #626262;
	line-height: 28px;
	/*width: 100%;*/
	width: 680px;
	padding: 6px 7px 7px 7px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.subheader_right a {
	margin: 0 0 0 0;
	color: #626262;
	background: inherit;
	font-weight: bold;
	font-size:90%;
	text-decoration: none;
}
.subheader_right a:hover {
	background: #33ADDB;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}
/*****************************************/
/*original main index center content*/
.left {
	float: left;
	padding: 0px 9px 0px 0px;
	width: 475px;
	background-color: #fff;
}
.left_content {
	clear: both;
	float: left;
	padding: 0px 9px 0px 0px;
	width: 475px;
	background-color: #fff;
}
/*body_index_2.php main index center content*/
.right_index_main {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 10px 0px;
	width: 540px;
	background-color: #fff;
}
/*body_index_3.php main index center content*/
.right_index {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 0 10px 0;
	width: 600px;
	background-color: #fff;
}
.right_index_2 {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0 0 10px 0;
	width: 600px;
	left: 190px;
	background-color: #fff;
}
.right_index_content {
	clear: both;
	float: right;
	padding: 0px 9px 0px 0px;
	width: 590px;
	background-color: #fff;
}
.center_content {
	clear: both;
	margin: 0px auto;
	padding: 0px 9px 0px 0px;
	width: 475px;
	background-color: #fff;
}
.center_content_600 {
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 600px;
	background-color: #fff;
}
/*****************************************/
.line {
	height: 2px;
	margin: 10px 0 10px 0;
}
.line_short {
	background: gray;
	width: 400px;
	margin: 5px auto;
	height: 1px;
}
.right_left {
	float: right;
	width: 210px;
	padding: 10px;
	background: #f2f2f2 url('corner.gif') no-repeat bottom right;
	color: #626262
}
.right_right {
	float: left;
	width: 210px;
	padding: 10px;
	background: #f2f2f2 url('corner.gif') no-repeat bottom right;
	color: #626262
}
/*****************************************/
.footer {
	clear: both;
	color: #999999;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	line-height: 13px;
}
.footer a {
	text-decoration: underline;
}
/*****************************************/
.module_body {background-color:#ffffff;}
.module_hdr{padding:3px 6px 3px 6px; background-color:#1874CD; color:#ffffff;; border:1px solid #cccccc}
/*****************************************/
/*main index center content*/
.sec {margin-top:10px; padding-top:0px; padding-bottom:10px; border:1px solid #ccc; width:495px;} /*main index center content*/
.sec_index_2 {margin-top:10px; padding-top:0px; padding-bottom:0px; border:1px solid #ccc; width:540px;}
.sec_index_2_landing {margin-top:10px; padding-top:0px; padding-bottom:10px; width:540px;}
.sec_landing {margin-top:10px; padding:10px 25px 10px 25px; border:1px solid #ccc; width:540px;} /*main index center content landing pages*/
.sec.wide {width:680px;}
.sec.one_col {width:680px;}
.sec2 {margin-top:10px; border:1px solid #ccc;} /*main index right or left content*/
.secTitle {font-size:12pt; font-weight:bold; color:#EEEEEE; background:#38659A url('blueGradient12.gif') repeat-x; padding:5px; background-color:#38659A;}
.secTitle_newsletter {font-size:12pt; font-weight:bold; color:#EEEEEE; background:#38659A url('blueGradient12.gif') repeat-x; padding-left:5px; padding-right:0px; padding-top:4px; padding-bottom:2px; background-color:#38659A}

ul {margin: 5px 0 0 50px;}
/*****************************************/
/*original right column content*/
.right {
	float: right;
	width: 260px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.right h3 {
	background: #6C757A url('corner.gif') no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
.right_articles {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;
	margin: 0 0 3px 0;
	border:1px solid #ccc;
}
/*body_index_2.php left column content*/
.left_index_main {
	float: left;
	width: 240px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.left_index_main h3 {
	background: #6C757A url('corner.gif') no-repeat top left;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
/*body_index_3.php left column content*/
.left_index {
	float: left;
	width: 180px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.left_index_2 {
	position: absolute;
	top: 325px;
	width: 180px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.left_index h3 {
	background: #6C757A url('corner.gif') no-repeat top left;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
.left_index_articles {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;
	margin: 0 0 3px 0;
	border:1px solid #ccc;
}
/*****************************************/
.image {
	float: left;
	margin: 0 0 0 0;
	border: 3px solid #999;
	padding: 2px 2px 2px 2px
}
.image.sm {
	margin: 5px 9px 7px 0;
}
.imgdetail {
	float: right;
	margin: 0 10px 10px 10px;
	border: 3px solid #999;
	padding: 2px 2px 2px 2px
}


/******/
#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.caption_500 {
	margin:5px auto;
	padding: 0 0 5px 0;
	width: 500px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.table_content {
	clear:both;
	margin:5px auto;
	border-collapse: collapse;
	width:600px;
}
.table_content th {
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
.table_content td {
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
.table_content_500 {
	clear:both;
	margin:5px auto;
	border-collapse: collapse;
	width:500px;
}
.table_content_500 th {
	border-color: gray gray gray gray;
	border-collapse: collapse;
	color: black;
}
.table_content_500 td {
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
.table_content_landing_probate {
	clear:both;
	margin:5px auto;
	border-collapse: collapse;
	width:375px;
}
.table_content_landing_probate th {
	border-color: gray gray gray gray;
	border-collapse: collapse;
	text-align:center;
	padding:3px 3px 3px 3px;
}
.table_content_landing_probate td {
	border-color: gray gray gray gray;
	border-collapse: collapse;
	text-align:center;
}
.table_content_landing_astor {
	clear:both;
	margin:5px auto;
	border-collapse: collapse;
	width:425px;
}
.table_content_landing_astor th {
	border-color: gray gray gray gray;
	border-collapse: collapse;
	text-align:center;
	padding:3px 3px 3px 3px;
}
.table_content_landing_astor th.center {text-align:left;}
.table_content_landing_astor td {
	border-color: gray gray gray gray;
	border-collapse: collapse;
	text-align:center;
}
.table_content_left_col {
	clear:both;
	margin:5px auto;
	border-collapse: collapse;
	width:240px;
}
.table_content_left_col th {
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
.table_content_left_col td {
	border-color: gray gray gray gray;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
	margin: 10px auto;
}
.sitemap.table {
	width: 500px;
}
.table_sitemap {
	clear:both;
	margin:5px auto;
	border-collapse: collapse;
	width:700px;
}
.table_sitemap th {
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color:#38659A;
	color: #eeeeee;
	font-size:11pt;
	font-weight:bold;
	font-family: Arial, Verdana, sans-serif;
}
.table_sitemap td {
	border-color: gray gray gray gray;
	border-collapse: collapse;
	padding: 7px 7px 7px 7px;
	text-align: center;
}
.table_sitemap td.gray {
	background-color:gray;
}
.table_sitemap a:link {text-decoration: underline;}
.table_sitemap a:visited {background-color:transparent;}
.table_sitemap a:hover {text-decoration: none;}
.table_sitemap a:active {}

.table_about_us td.left_col {width: 1.5em; vertical-align: baseline;}
.table_about_us td.right_col {width: 1.5em; vertical-align: baseline;}

#title {font-size:12pt; font-weight:bold; color:#EEEEEE; background:#38659A url('blueGradient12.gif') repeat-x; padding-left:5px; padding-right:0px; padding-top:4px; padding-bottom:2px; background-color:#38659A;}

#underline {text-decoration: underline;}
.under1 {text-decoration: underline;}
.underline_s {text-decoration: underline; font-weight: bold;}
#text_align_left {text-align: left;}
#text_align_center {text-align: center;}
.text_align_center1 {text-align: center;}
#img_border {border: 0px;}

/******************************************************************************
body section*/

/*list-------------------------------*/
ol.ol_list {
	counter-reset: counter;
	margin: 0 0 15px 0;
	list-style-position: outside;
}
li.marker:before {
	display: marker;
    content: "(" counter(counter) ")";
    counter-increment: counter;
    width: 6em;
    text-align: center;
}
ol.start_counter_6 {counter-reset: counter 6;}
li.ol_nocount {
	counter-increment: counter;
	display: visibility;
}

li.line_height {line-height: 2em;}

ol.lower-alpha {list-style-type: lower-alpha;}

ul.about-us {
	margin: 10px auto;
}

/*img-------------------------------*/
img.no_border {border: none;}

/*text-------------------------------*/
/*used by files: body_index_3.php*/
div.indent {padding-left: 1em;}