html, body {
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #605341;
}
form {
	width: 975px;
	margin: 0 auto;
}
#Index form { width: 1000px }
#Index .scopeImage { display: none }
#content { text-align: left; }
#textBody {
	width: 100%;
	height: 100%;
	border: 2px solid #82b745;
	border-left: 0;
	padding: 0 10px;
	line-height: 14px;
}
html > body #textBody {
	width: 494px;
	height: 399px;
}
img { border: 0; margin: 0; padding: 0; }
#header {
	width: 100%;
}
#header table table img { margin-top: 5px; }
#linksbar {
	background-image: url(../divider-dot.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#linksbar ul, #linksbar li { display: inline; }
#linksbar a {
	/*display: block;
	height: 35px;
	float: left;*/
	padding: 0 0px;
	margin: 0 0px;
	color: #5e9fc9;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#content { clear: left; }
table td { vertical-align: top; }
/*#leftCell { width: 380px; }
#midCell { width: 57px; }*/
#leftCell { width: 435px }
#midCell { display: none }
#rightCell { width: 539px }
object { margin-right: -2px }
#content table table div { height: auto }
#content input { border: 1px solid #9bd06b; font-size: 10px }
#content #submitButton { padding: 0 10px; border: 1px solid black; margin-top: 5px }
#content table textarea { width: 100%; height: 5em }
#rightCell h2 {
	margin-top: 15px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	background-image: url(../divider-dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #9cd06b;
	font-size: 15px;
}
#textBody a { color: black; }
#textBody div {
	overflow: auto;
	height: 338px;
	padding-right: 5px;
	margin-left: 15px;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #9bd06b;
	scrollbar-3d-light-color: White;
	scrollbar-dark-shadow-color: White;
}
#footer {
	text-align: right;
	margin-top: 5px;
	width: 100%;
	color: #aaa;
}
#footer a { color: #aaa; text-decoration: none }
#footerMain {
	color: #acacac;
	background-color: #ddeece;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0;
	margin-bottom: 5px;
}
#footerLeft {
	float: left;
}
#footerLeft a { color: black; text-decoration: underline }
/****** Let's handle our Notes-related hacks down here *******/
/* There are a number of line breaks that Notes puts between subforms. This clears them all out */
br { display: none; }
#header br, #linksbar br, #content br, #footer br { display: inline; }
p { display: none; }
#header p, #linksbar p, #content p, #footer p { display: block; }


/* Rich text drawn into a computed field loses its font information */
.blockImport, table { font-family: verdana; font-size: 100%; }
