/* CSS Document */
body { /*needed for fixed-width centering - text-align: center - Do NOT change this*/
	margin: 0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8ems;
	color: #e8e9e2; /*999 474f49*/
	background: #c8cbcb repeat-y 50% 0; /*url(graphics/teaBkg698.gif)*/ 
}
#wrapper { /*needed for fixed-width centering*/
	position: relative;
	width: 696px;
	background-color: #fff; /*fff-000**e8e9e2 last resort**/
	border-right: 2px solid #bcbcbc;
	border-left: 2px solid #bcbcbc;
	margin: 0px auto 0px auto;
}
/***** header *****/
#header {
	margin-top: 0px;
	width: 696px;
	height: 80px;
}
#banner {
	float: left;
	width: 495px; /*495px*/
	background-color: #431428;
	height: 60px;
}
#logo {
	float: right;
	margin-top: 30px;
	width: 201px; 
	height: 80px;
	background-color: #431428; /*ccc to see it*/
	text-align: center;
}
/***** end header *****/
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em; /*.55ems;*/
	background-color: #031F31;	
	width: 696px;
}
#navigation ul {
	margin: 0px;
	padding: 10px 0px 3px 0px; /*3px 10px 3px 10px;*/
	list-style-type: none;
	border-bottom: 1px solid #777788;
}
#navigation li {
	display: inline;
}
#navigation a {
	border: 1px solid #C8D8C9;
	border-bottom: none;
	padding: 3px 10px 3px 10px;
	margin-left: 1px; /*5px 10px*/
	background-color: #F7FFF8; /*F3FDF4 DEE6DE - DBE3DB*/
	text-decoration: none;
}
#navigation a:link, navigation a:visited {
	color: #212721;
}
#navigation a:hover {
	color: #fff;
	background-color: #7c648d;
	border-color: #586159;
}
/*#navigation .current a:link {
	color: #474f49;
	background-color: #fff;
	border-color: #586159;
	border-bottom: 1px solid #fff;
}*/
/***** end navigation *****/
#contentWrapper {
	float: left;
	width: 696px; /*width: 100%;*/
	overflow: hidden; /*hides the sidebar bottom padding*/
}
#content {
	float: left;
	padding: 20px 25px 20px 25px; /*20px 45px 20px 45px;*/
	width: 444px; /*404 406*/
	background-color: #fff;
}
/***/
#fie { /*I HATE i.e.*/
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
/***/
#content ul {
	font-size: .9em;
	color: #999;
	margin-left: -18px;
	margin-right: 20px;
}
* html #content ul {
	font-size: .9em;
	color: #999;
	margin-left: 18px;
	margin-right: 20px;
}
#content ul li {
	font-size: .8em;
	color: #232021;
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
#content ol {
	font-size: .9em;
	color: #999;
	/*margin-left: -18px;*/
	margin-right: 20px;
}
* html #content ol {
	font-size: .9em;
	color: #999;
	/*margin-left: 18px;*/
	margin-right: 20px;
}
#content ol li {
	font-size: .8em;
	color: #232021;
	font-weight: bold;
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
.related {
	font-size: .690em;
}
/*** for PDFs ***/
#content ol.sitemap li  {
	font-size: 12px;
	color: #333;
	margin-right: 20px;
	list-style-type:none;
	line-height: 1.365; /*1.166*/
}
* html #content ol.sitemap li  {
	font-size: 12px;
	color: #333;
	margin-right: 20px;
	list-style-type:none;
	line-height: 1.365;
}
#content ol.sitemap li a {
	color: #997BAF; 
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
	line-height: 1.365;
}
* html #content ol.sitemap li a {
	color: #997BAF; 
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
	line-height: 1.365;
}
#content ol.sitemap li a:hover {
	color: #37814E; /*37814E*/
	background-color: #fff;
	text-decoration: underline;
}
* html #content ol.sitemap li a:hover {
	color: #37814E; /*37814E*/
	background-color: #fff;
	text-decoration: underline;
}
/*** spanish links ***/
#content ol.sitemap ol ol li a {
	color: #37814E; /*997BAF*/
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
	line-height: 1.365;
}
* html #content ol.sitemap ol ol li a {
	color: #37814E; /*997BAF*/
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
	line-height: 1.365;
}
/*#content ol.sitemap ol ol li a:hover {
	color: #997BAF;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
	line-height: 1.365;
}
* html #content ol.sitemap ol ol li a {
	color: #997BAF; 
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
	line-height: 1.365;
}*/
/*** end for PDFs *****/
#content dl {
	font-size: .9em;
	color: #999;
	margin-left: -18px;
	margin-right: 20px;
}
* html #content dl {
	font-size: .9em;
	color: #999;
	margin-left: 18px;
	margin-right: 20px;
}
#content dl dd {
	font-size: .8em;
	color: #232021;
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
#content a {
	/*font-size: .665ems;*/
	color: #997BAF; /*AACAAB 431428 - 9677AA*/
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
}
#content a:hover {
	background-color: #7c648d; /*431428*/
	color: #fff;
	text-decoration: none;
}

/********************/
#sidebar {
	float: left;
	width: 173px; /*173*/
	padding: 30px 14px 15000px 15px; /*30px 14px 300px 15px;*/
	margin-bottom: -15000px;
	background-color: #f2f2f2; /*e7e7e7 - f2f2f2*/
}
* html #sidebar {
	float: left;
	width: 173px;
	padding: 30px 14px 15000px 15px; /*30px 14px 300px 15px;*/
	margin-bottom: -15000px;
	background-color: #e7e7e7;
}
#login {
	margin-top: 5px;
	margin-left: 6px;
	text-align: left;
}
.small { /*your email - your password*/
	font-size: 9px;
	color: #3E5749; /*3E5749 - ff9900 - F8941E the orange in the cover*/
}
.message { /*your email - your password*/
	font-size: 12px;
	color: #ff0000; /*ff9900 - F8941E the orange in the cover*/
	text-align: center;
}
#sidebar a {
	/*font-size: .665ems;*/
	color: #7c648d; /* purple line from banner*/
	text-decoration: none;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}
#sidebar a:hover {
	background-color: #7c648d; 
	color: #fff;
}
/*** form elements styling added 10-05-09 ***/
h4 {
	color: #441529;
}
.PersonForm {
	color: #000000;
}
.PersonForm .row {
	text-align:left;
	margin-bottom: .5em;
}
.Required {
	color: #3E5749; /*try 4a4285 -not ff9900*/
	font-weight: bold;
}
.label {
	font-size: 9px;
	display: block;
}
.field {
	font-size: .9em; 
}
/*** end form elements styling added 10-05-09 ***/
/***** end content - sidebar *****/
#footer {
	clear: both;
	font-size: .595em;
	color: #999;
	border-top: 1px solid #446452;
	background-color: #e7e7e7;
	padding: 10px 10px 30px 10px;
}
#footer a {
	background-color: #e7e7e7;
	font-weight: bold;
	text-decoration: none;
	color: #7c648d;
	padding: 2px 3px 2px 3px;
}
#footer a:hover {
	background-color: #7c648d;
	color: #fff;
}
.footnote {
	font-size: .985em;
	text-align: center;
	line-height: 1.995;
}
/***** end footer *****/
p {
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 10px 3px 10px;
	color: #2D2D2D; /*232021*/
	text-align: left;
}
.left {
	margin-right: 200px;
}
h1 {   /*Welcome - toc*/
	font-size: 1.05em;
	font-weight: bold;
	color: #37814E;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 6px; /*10*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
* html h1 {   /*Welcome - toc*/
	font-size: 1.75em; /*.905em*/ 
	font-weight: bold;
	color: #fff;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 12px;
	margin-left: 10px; /*10*/
}

h3 {   /*Related title*/
	font-size: .9em;  /*.8*/
	font-weight: bold;
	color: #37814E;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 10px; /*10*/
}

/***** end *****/
