/* EDUCATIONAL SERIES ---------------------------- 

*/

/*------------------------------------------  
NAV
------------------------------------------*/

/* topmenu - - - - - - - - - - - - - - - - - - - - -  */

div#ed_nav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	width: 640px;
}

div#ed_nav ul li {
	float: left;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 15px;
}

div#ed_nav ul li a {
	display: block;
	overflow:hidden;
	text-indent:-9999px;
	padding: 20px 0px 0px 0px;
	height: 0px;
}

div#ed_nav ul li a#ed_nav-needs {
	width:106px;
	background: url(educational_series/images/ed_nav-needs.gif) no-repeat 0px 0px;
	cursor: pointer;
}
div#ed_nav ul li a#ed_nav-needs:hover {
	background-position: 0px -20px;
}
div#ed_nav ul#ed_nav-needs li a#ed_nav-needs {
	background-position: 0px -40px;
	cursor: default;
}

div#ed_nav ul li a#ed_nav-speakers {
	width:59px;
	background: url(educational_series/images/ed_nav-speakers.gif) no-repeat 0px 0px;
	cursor: pointer;
}
div#ed_nav ul li a#ed_nav-speakers:hover {
	background-position: 0px -20px;
}
div#ed_nav ul#ed_nav-speakers li a#ed_nav-speakers {
	background-position: 0px -40px;
	cursor: default;
}

div#ed_nav ul li a#ed_nav-objectives {
	width:66px;
	background: url(educational_series/images/ed_nav-objectives.gif) no-repeat 0px 0px;
	cursor: pointer;
}
div#ed_nav ul li a#ed_nav-objectives:hover {
	background-position: 0px -20px;
}
div#ed_nav ul#ed_nav-objectives li a#ed_nav-objectives {
	background-position: 0px -40px;
	cursor: default;
}

div#ed_nav ul li a#ed_nav-agenda {
	width:50px;
	background: url(educational_series/images/ed_nav-agenda.gif) no-repeat 0px 0px;
	cursor: pointer;
}
div#ed_nav ul li a#ed_nav-agenda:hover {
	background-position: 0px -20px;
}
div#ed_nav ul#ed_nav-agenda li a#ed_nav-agenda {
	background-position: 0px -40px;
	cursor: default;
}

div#ed_nav ul li a#ed_nav-accreditation {
	width:82px;
	background: url(educational_series/images/ed_nav-accreditation.gif) no-repeat 0px 0px;
	cursor: pointer;
}
div#ed_nav ul li a#ed_nav-accreditation:hover {
	background-position: 0px -20px;
}
div#ed_nav ul#ed_nav-accreditation li a#ed_nav-accreditation {
	background-position: 0px -40px;
	cursor: default;
}

div#ed_nav ul li a#ed_nav-registration {
	width:78px;
	background: url(educational_series/images/ed_nav-registration.gif) no-repeat 0px 0px;
	cursor: pointer;
}
div#ed_nav ul li a#ed_nav-registration:hover {
	background-position: 0px -20px;
}
div#ed_nav ul#ed_nav-registration li a#ed_nav-registration {
	background-position: 0px -40px;
	cursor: default;
}

/*------------------------------------------  
END NAV
------------------------------------------*/

ol li {
	margin: 0px 0px 10px 0px;

}

#presentations_below {
	background: url(educational_series/images/download_presentations_below.gif) 0px 0px;
	width:154px;
	height:92px;
	display: block;
	text-indent: -9999px;
	float: right;
	cursor: default;
}
div#conference_date {
	background: url(educational_series/images/conference_date_bg.gif) 0px 0px;
}

#register {
	background: url(educational_series/images/register_now.gif) 0px 0px;
	width:154px;
	height:92px;
	display: block;
	text-indent: -9999px;
	float: right;
}

#register:hover {
	background: url(educational_series/images/register_now.gif) 0px -92px;
}

#presentations {
	background: url(educational_series/images/download_presentations.gif) 0px 0px;
	width:154px;
	height:92px;
	display: block;
	text-indent: -9999px;
	float: right;
}

#presentations:hover {
	background: url(educational_series/images/download_presentations.gif) 0px -92px;
}


.agendaEvent {
	font-weight: normal;
	padding-bottom: 16px;
}

.agendaTime {
	font-weight: bold;
}


h1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


h2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 150%;
	background-color: #F2F2ED;
	color: #9A0000;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}



/* OUTER CONTAINERS ---------------------------- 

*/

.div_outer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	min-width:820px;
	text-align: left;
}

.div_outer_flash {
	width: 820px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width:820px;
	text-align: left;
}


.div_two_column_outer {
	display: block;
	margin-top:8px;
	background-color: #FFFFFF;
	border-right: 1px solid #858573;
	border-bottom: 1px solid #858573;
}

.div_left_outer {
	float: left;
	text-align: left;
}

.div_middle_outer {
	float: left;
	text-align: left;
	margin-left: 10px;
}

.div_right_outer {
	float: right;
	text-align: left;
	margin-left: 10px;
}


/* BOXES ---------------------------- 

*/

.div_box {
	display: block;
	margin-top:8px;
	background-color: #FFFFFF;
	border-right: 1px solid #858573;
	border-bottom: 1px solid #858573;
}


.div_box_no_padding {
	display: block;
	margin-top: 8px;
	padding-top: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #858573;
	border-bottom: 1px solid #858573;
}

.div_box_no_header {
	display: block;
	margin-top:8px;
	padding-top: 12px;
	background-color: #FFFFFF;
	border-right: 1px solid #858573;
	border-bottom: 1px solid #858573;
}

#heart_tree {
	padding-bottom: 15px;
}


/* TABLE ---------------------------- 

*/

.td_bullet_heart {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 25px;

}

/* OTHER ---------------------------- 

*/

.div_header {
	display: block;
	padding-top: 16px;
	margin-left: auto;
	margin-right: 0;
	border-bottom: 5px solid #000000;
	background-color: #FFFFFF;
	text-align: right;
}

.div_header_sub_nav {
	display: block;
	background-color: #CCCCB8;
	text-align: center;
}

.div_header_sub_nav img {
	margin-left: 24px;
	margin-right: 24px;
}

.div_header_black {
	display: block;
	margin-left: auto;
	margin-right: 0px;
	background-color: #000000;
	text-align: right;
}

.div_outer_white {
	display: block;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	min-width:820px;
	background-color: #FFFFFF;
}

.spacer { clear: both; }

.div_footer {
	margin-top: 5px;
	width: 820px;
}

.div_footer_1col {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* TEXT ---------------------------- 

*/

.div_two_column_text {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 13px;
	line-height: 150%;
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.div_text_box {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 13px;
	line-height: 150%;
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.div_text_box_no_padding {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 13px;
	line-height: 150%;
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.mission_sub_text {
	margin-top: 0px;
	line-height: 150%;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;

}


.div_text_box p, .div_text_box_no_padding p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.p_home_bullet_links a:link {
	text-decoration: none;
	color:#4F7A76;
}


.p_home_bullet_links a:active {
	text-decoration: none;
	color:#4F7A76;
}

.p_home_bullet_links a:hover {
	text-decoration: underline;
	color:#A8CBAA;
}

.p_home_bullet_links a:visited {
	text-decoration: none;
	color:#4F7A76;
}

.p_home_bullet_links a:visited:hover {
	text-decoration: underline;
	color:#A8CBAA;
}

.p_home_bullet_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#4F7A76;
	line-height: 120%;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.div_text_box a:link {
	text-decoration: underline;
	color:#4F7A76;
}


.div_text_box a:active {
	text-decoration: underline;
	color:#4F7A76;
}

.div_text_box a:hover {
	text-decoration: underline;
	color:#A8CBAA;
}

.div_text_box a:visited {
	text-decoration: underline;
	color:#4F7A76;
}

.div_text_box a:visited:hover {
	text-decoration: underline;
	color:#A8CBAA;
}

.div_text_box .address {
	margin-left: 20px;
}

body {
	font-size: 70%;	/* Resets 1em to 10px */
/*	font-size: 62.5%; *?	/* Resets 1em to 10px */
	background-color: #A4A392;
}

.Message {
	color:#CC0000;

}

.GrantTitle
{
	padding-left:10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.6em;
	letter-spacing: 1px;
	font-weight:bolder;
	font-family: Arial Narrow;
	text-align: left;
	color: #A4A392;
}

.Title2
{
  padding-top: 25px;
	padding-bottom: 10px;
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight:bolder;
	font-family: Arial Narrow;
	text-align: left;
	color: #A4A392;
}


/*   add main ul li*/
ul 
{
	list-style-type:disc;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 25px;
}

li 
{
	margin-left: 15px;
}

.Question
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 2px;
}

.Answer
{
	background-color: #F2F2ED;
	color: #4F7A76;	
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 768px;
}

.AnswerText
{
	color: #4F7A76;	
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.break
{
	padding:10px;
}

.Question3ColA
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 350px;
	float: left;
}

.Question3ColB
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 225px;
	float: left;
	margin-left: 18px;
}

.Question3ColC
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 150px;
	margin-left: 618px;
}

.Answer3ColA
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 347px;
	float: left;
}

.Answer3ColB
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 222px;	
	float: left;
	margin-left: 17px;
}

.Answer3ColC
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 147px;
	margin-left: 16px;
}
	
.Question2ColA
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 350px;
	float: left;
}

.Question2ColB
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width:395px;
	margin-left: 372px;
}

.Answer2ColA
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 347px;
	float: left;
}

.Answer2ColB
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width:392px;	
	margin-left: 17px;
}

.Question4ColA
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 175px;
	float: left;
}

.Question4ColB
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 175px;
	float: left;
	margin-left: 20px;
}

.Question4ColC
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 175px;
	float: left;
	margin-left: 18px;
}

.Question4ColD
{
	background-color: #CCCCB8;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 175px;
	margin-left: 590px;
}

.Answer4ColA
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 172px;
	float: left;
}

.Answer4ColB
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 172px;	
	float: left;
	margin-left: 19px;
}

.Answer4ColC
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 172px;
	float: left;
	margin-left: 17px;
}

.Answer4ColD
{
	background-color: #F2F2ED;
	color: #4F7A76;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 172px;
	margin-left: 14px;
}


.aspButton
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -10px;
}

.aspBrowse
{
	color: #4F7A76;	
	background-color: #F2F2ED;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.Info
{
	background-color: #F2F2ED;
}

.InfoLink:link
{
	color: #2c5ea6;
	text-decoration: none;
}

.InfoLink:hover
{
	color: #0099FF;
	text-decoration: none;
}

.InfoLink:visited
{
	color: #2c5ea6;
	text-decoration: none;
}