body {
	text-align:center;
	background-color:#FFFFFF;
	padding:0;
	margin-top: 10px;
	height: 900px;
}
#wrapper {
	width:753px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	display: block;
	border: solid #243B5A 1px;
/*	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: solid #243B5A 1px;
	background-color: #CCCCCC; */
/*	border: solid silver 5px; */
/*	border: solid silver 10px; */
}
#masthead {
	height: 96px;
	background-color: #253B5A;
}
#logo {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 375px;
	float: left;
	border: solid #fff 1px;
}
#headerright {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 375px;
	float: left;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-width: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#nav
{
	background-color: #194876;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	height: 2.25em;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}
#nav ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: .25em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none none 0px;
}
#nav li {
	display: block;
	float: left;
	line-height: 1px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	line-height: 1.2em;
	text-align: center;
	padding-right: .89em;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 0.88em;
}
#nav a.last {
	padding-right: 0em;
	border-right-color: none;
	border-right-style: none;
	border-right-width: 0px;
}
#nav ul li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}
#pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #154576;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
	width: 750px;
	border: solid white 1px;
	margin: 0px 0px 0px 0px;
}
#content p {
	text-align: justify;
}
#content p.indent {
	text-indent: 1em;
}
#content p.al {
	text-align: left;
}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #154576;
	display: inline;

/*	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; */
}
#content h2 {
	font-size: 13px;
	font-weight: 400;
	color: #336699;
	text-align: left;
}
#content h3 {
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	margin-top: -1em;
}
#content h4 {
	font-size: 1em;
	font-weight: normal;
	color: #336699;
	text-align: center;
	letter-spacing: 0.4em;
	border: solid #336699 1px;
	margin-top: 0px;
	padding-top: 0px;
}
#content h5 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.4em;
	border: solid #cccccc 1px;
	background: #336699;
}
#content h6 {
	font-size: 1em;
	font-weight: normal;
	color: #336699;
	font-style: italic;
}
#colleft {
	margin: 0px 0px 0px 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	height: auto;
	border: 0;
	width: 320px;
	padding-left: 40px;
	padding-bottom: 20px;
	background-color: transparent;
	padding-right: 15px;
	border-right-color: #243B5A;
	border-right-style: solid;
	border-right-width: 1px;
}
/*
#colleftbottom {
	background: transparent;
}
*/
#colright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 320px;
	text-align: left;
	border: none none 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}


pre {
	line-height: 0em;
}
.noems {
	line-height: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
	background-image: url(/images/spacer.gif);
	height: -10px;
	background-color: transparent;
}

/*
#navleft {
	margin: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	border: 0;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 321px;
	background-image: url(/images/navleftbg.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
}
#navleft ul {
	padding-right: 0px;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#navleft li {
	display: block;
	line-height: 1.5em;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 142px;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}
#navleft li.nbdr {
	border-bottom-color: none;
	border-bottom-style: none;
	border-bottom-width: 1px;
	padding-bottom: 0px;
}
#navleft a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#navleft a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
*/
/*#content img {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none 0px; */
}
#credits {
	color :#fff;
	font : 9px Arial, Helvetica, sans-serif;
	width: 750px;
	text-align: left;
	display: block;
	position: relative;
	height: 1em;
}		
#credits a {
	color :#999999;
	font : 9px Arial, Helvetica, sans-serif;
	text-decoration : none;
	cursor : help;
}		
#credits a:hover {
	color :#33CCFF;
	font : 9px Arial, Helvetica, sans-serif;
	background: url(/images/underline1.gif) repeat-x 100% 100%;
	text-decoration : none;
	cursor : help;
}/*
#tagline {
	background-color: #133960;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 321px;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-right: 0em;
	padding-left: 0em;
	float: none;
	border-left: none none 0px;
	border-right: none none 0px;
	border-top: none none 0px;
	margin: 0px;
}

html>#tagline
{
	width: 321px;
}
#tagline h1 {
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-size: 12px;
	font-weight: normal;
}
*/
#footer, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	width:740px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:center;
}
/*#tnmenus, #tnhome, #tnpeople, #tnprocess, #tnasset, #tnestate, #tnmedia { */
.navmenus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-align: left;
	background-color: #577692;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 0px;
	width: 14em;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	border: none none 0px;
	filter: alpha(opacity="85");

	-moz-opacity:0.85;
	font-style: normal;
}
.navmenus ul {
	list-style-type: none;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 0px;
	position: relative;
	display: block;
	float: left;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	padding-top: 0px;
	padding-right: 0px;
	border: none none 0px;
	height: auto;
}
.navmenus li {
	list-style-type: none;
/*	background-color: #EBF5F6; */
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 0px;
	height: auto;
	border: none none 0px;
}
.navmenus li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
/*	background-color: #EBF5F6; */
	height: auto;
	border: none none 0px;
}

.navmenus li a:hover {
	color: #FFFFFF;
	background-color: #253B5A;
}
.dropcap {
	float:left;
	color:#336699;
	font-size:2.75em;
	line-height:0.75em;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
	border: 0;
	margin: 0;
	margin-top: 4px;
	margin-right: 0px;
	padding-right: 3px;
}
.dropcapwb {
	float:left;
	color:#000066;
	font-size:2.75em;
	line-height:1em;
	padding-top:3px;
	font-family: "Times New Roman", Times, serif;
	border: solid silver 1px;
	margin: 0;
	margin-top: 4px;
	padding-right: 3px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#cvrimages {
	background-color: #4C7094;
	margin: 0;
	padding: 0;
	border: none none 0px;
	width: 751px;
}
html>#cvrimages
{
	width: 750px;
}
.imgleft {
	float: left;
	display: inline;
}
.imgright {
	float: right;
	display: block;
	padding-left: 1em;
}
#colorbar1 {
	background-color: #C9D5E0;
	height: 39px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	width: 751px;
}
html>#colorbar1
{
	width: 750px;
}
#coverslogan {
	width: 750px;
	margin: 0px;
	text-align: center;
}
html>#coverslogan
{
	width: 750px;
}
#coverslogan img {
	display: inline;
	padding: 0px 0px 0px 0px;
	border: none none 0px;
	margin: 0px;
}
table.center {margin-left:auto; margin-right:auto;}
#planningdivs {
	position: relative;
	z-index: 0;
	height: 36em;
}
#pggoals, #pgestate, #pgbiz, #pgfringe, #pginsurance, #pginvest, #pgtax, #pgcollege, #pgretire	{
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:1;
}
#cform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-left: 35px;
	background-color: #EBECF0;
	margin-right: 35px;
	padding: 10px;
}
#cform form {
	background-color: #F5F5F5;
	margin-right: 10px;
}
#cform input, #cform select, #cform textarea {
	font-size: 11px;
	background-color: #FFFFFF;
	border: solid gray 1px;
}
#cform input.checkbox {
	font-size: 11px;
	background-color: transparent;
	border: none none 0px;
}
/*#cform select {
} */
#cform table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none none 0px;
}
#cform table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: right;
	width: 6em;
}
#cform table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: left;
}
#cform submit {
	background-color: #CCCCCC;
}
#cform submit:hover {
	color: #FF0000;
}

.twoems {
	width: 2em;
}
.fourems {
	width: 4em;
}
.tenems {
	width: 10em;
}
.onefiveems {
	width: 15em;
}
.twozeroems {
	width: 20em;
}
.twofiveems {
	width: 25em;
}
.twofiveemsgbox {
	width: 25em;
	height: 15em;
}
