body { background: white; margin: 0;  width: 740px; }
td { font: 12px Arial, Helvetica, sans-serif; }

/* application form */

td.form_right {
	text-align : right;
	font-weight : bold;
}

/* top menu */

td#navt {
	background-color: #875825;
	width: 760px;
	height: 65px;
	vertical-align: bottom;
	color: #F9F6DD;
	padding: 15px 10px 4px 173px;
	border-bottom: 6px solid #4D3215;
	background-image: url(images/backbaylogo.gif);
	background-repeat: no-repeat;
}

td#navt a {
	margin: 0 4px 0 4px; 
	padding: 0 4px 0 4px;
	text-decoration: none;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: #F9F6DD;
}

td#navt a:hover {
	color: #4D3215;
	background-color: #F9F6DD;
}

/* left menu */

td#navl {
	background-color: #D7BF98;
	padding: 15px 8px 8px 10px;
	border: solid #4D3215;
	border-width: 0px 6px 6px 0;
	width: 145px;
	vertical-align : top;
	font: bold 12px Arial, Verdana, sans-serif;
}

td#navl a  {
	display: block;
	background-color :#ECD2A7;
/*	background-color :#B4B980; */
	text-decoration: none;
	padding: 2px 10px 2px 25px;
	color: black;
	border: solid;
	border-color: #FDE1B3 #875825 #875825 #FDE1B3;
/*	border-color: #D2D896 #A3A774 #A3A774 #D2D896; */
	border-width: 2px 2px 2px 2px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position : left;
}

td#navl a:hover {
	/*background-color: #875825;
	color: #F9F6DD;
	*/
	padding: 2px 10px 2px 25px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position : left;
}

td#navl a.bot {
	border-bottom-width: 1px;
}

td#navl form {
	background-color : #F9F6DD;
	padding: 5px 8px 8px 10px;
	margin: 15px 0 15px 0;
	color: black;
	border: 1px solid #875825;
}

td#navl button {
	font-size: 8px;
}

td#navl p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-align : center;
}

/* Content Main Page */

td#content {
	background-color: #F9F6DD;
	width: 595px;
	background-image: url(images/confused.jpg);
	background-repeat : no-repeat;
	padding-left: 8px;
}

div.content-text {
	margin: 15px 15px 15px 270px;
}

td#content p {
	font: 12px Arial, Helvetica, sans-serif;
}

td#content h1 {
	font-family: Georgia, serif;
	font-size: 24px;
}

td#content  a {
	text-decoration: none;
	color: #875825;
	font-weight: bold;
}

td.pdf-forms {
	text-align: center;
	vertical-align: top;
}

.copy {
	font-size: 10px;
	font-family: arial, helvetica;
	color: #808080;
}

/* Content Bio Pages */

td#content2 {
	background-color: #F9F6DD;
	width: 595px;
	padding: 18px;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

td#content2 h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	margin-bottom: 20px;
}

td#content2 h2 {
	font-size: 16px;
	line-height: 25px;
}

td#content2 h4 {
	margin: 30px 0 -10px 0;
}

td#content2  a {
	text-decoration: none;
	color: #875825;
	font-weight: bold;
}

td#content2 .copy {
	font-size: xx-small;
	font-family: arial, helvetica;
	color: silver;
}

/* Loans Table */

td.heading {
	padding : 3 3 3 3;
	background-color : #e0e0e0;
	border-left : thin solid #875825;
	border-right : thin solid #875825;
	border-top : thin solid #875825;
	border-bottom : thin solid #875825;
	vertical-align: top;
}

td.heading2 {
	padding : 3 3 3 3;
	background-color : white;
	border-left : thin solid #D7BF98;
	border-right : thin solid #D7BF98;
	border-top : thin solid #D7BF98;
	border-bottom : thin solid #D7BF98;
	vertical-align: top;
}


