/* "APA" Universal Stylesheet - modified for apa dues from apahelpcenter.com */
/* a . is a class selector */
/* a '#' is an ID selector. It must be specified by name in a 'CLASS=' parameter in, say, a <td CLASS='fred'... */

body {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	margin: 10px 0 50px 0;
	padding: 0;
	color: #333; /* #333 */
	background-color: #FFF ; /* #FFF */
}

/* boxes */

.header{
  	background-color:003060;
  	margin-top:0;
  	margin-left:0;
  	margin-right:0;
}
  
.docgen-heading {  font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #AA5555;}
.yellowalert {background-color: #FFFF99;font-size: 100%;}

/* "xxx" effectively comments out these two styles */
#headerxxx {
	width: 780px;
	height: 400px;
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto;
	border: 0;
	background: #D0E2FD url(http://cf-2.apa.org/apatest/graphics/header_bg.gif) no-repeat top left; 
	/* COLOR FOR THE MAIN BANNER ... color must match header_bg.gif #d0e3fd 4/17/2006 */
}

#headerMainxxx {
	float: left;
	width: 300px;
	height: 400px;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
}

#searchBox {
	float: right;
	width: 365px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	text-align: right;
	padding: 27px 15px 0 0;
	color: #FFF;
	
	/*for IE5/5.5 Win*/
	width: 380px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 365px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #searchBox {
  	width: 365px;
}

#nav {
	width: 780px;
	height: 26px; /* controls height of the horizontal navigation bar */
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto;
	border: 0;
	color: #FFF;
	/* color of the whole navigation bar, before text and links. Shows on right hand side */
	background: #EAF2FE;

	z-index: 100; 
}
/* navigation list */
/* HORIZONTAL (and background of vertical) part */
#nav ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	display: block;
	background-color : green;  /* does not show */
}

#nav li {
	float: left;
	position: relative;
	height: 26px;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	/* nav non-link FONT COLOR on top and dropdowns. */
	color: #183db2;
	/* NOT SELECTED */
	background: #EAF2FE;
}

#nav li a {
	float: left;
	display: block;
	padding: 8px 15px 7px 15px;
	margin: 0;
	border: 0;
	color: #183db2; /* FONT COLOR for UNSELECTED LINK on nav bar */
	text-decoration: underline;
}

#nav li a:hover {
	display: block;
	color: #800000; /* FONT COLOR for SELECTED LINK on nav bar, but not drop-down */
	/* SELECTED LINK on nav bar */
	background-color: #F1EBAD; 
}

/* starting DROPDOWN part */

#nav li ul {
	position: absolute;
	top: 26px;
	left: -999em;
	width: 180px;
	padding: 0;
	margin: 0;
	/* shows as color between list items in dropdown */
	background-color: white; 
}

#nav li li {
	float: none;
	padding: 0;
	height: auto;
	line-height: 140%;
	border-top: 1px solid yellow;
}

#nav li li a {
	display: block;
	float: none;
	padding: 4px 15px 5px 15px;
	/* UNSELECTED LINK FONT color in dropdown */
	color: #183DB2; 
	/* BACKGROUND COLOR for unselected LINK in dropdown */
	background-color: #EAF2FE; 
	
	/*for IE5/5.5 Win*/
	padding-left: 0;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	padding-left: 15px;	
  	/*properly rendered width, but 1px smaller for IE5Mac*/
 }
  	
  	/* for Opera */
html>body #nav li li a {
  	padding-left: 15px;
}

#nav li li a:hover {
	/* SELECTED LINK background color on dropdown */
	color: #800000;
	background-color: #F1EBAD; 
}

#nav li:hover ul, #nav li.over ul {
	left: 0;
}

/* sub-navigation list */

#subNav ul {
	padding: 0;
	margin: 0 0 20px 10px;
	border: 0;
	list-style-type: none;
}

#subNav ul li {
	padding: 0;
	margin: 0 0 7px 0;
	border: 0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	/* background for emphasized (italics) in drop-down, NOT SELECTED */
	color: #D0E2FD;
	color: black;
}

/* END of nav  */

#marqueexxx {
	width: 780px;
	height: 180px;
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto;
	border: 0;
	color: red;
	background: red url(http://cf-2.apa.org/apatest/graphics/marquee_bg.gif) repeat-x top left;  /* color does not override the color in the gif */
}

#marqueeTextxxx {
	float: left;
	width: 319px;
	padding: 30px 30px 0 30px;
	text-align: center;
	
	/*for IE5/5.5 Win*/
	width: 379px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 319px;	/*properly rendered width, but 1px smaller for IE5Mac*/
 }
  	
  	/* for Opera */
html>body #marqueeText {
  	width: 319px;
}

#marqueePhoto {
	float: left;
	width: 400px;
	height: 180px;
}	

#content {
	width: 780px;
	text-align: left;
	padding: 0 px;
	margin: 0 auto 0 auto;
	border: 0;
	/* the following line is the source of the gray line that appears under the heading graphic */
	/* background: transparent url(http://cf-2.apa.org/apatest/graphics/content_bg.gif) repeat-x top left; */
	
	/* for IE5/5.5 Win */
	width: 780px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 740px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #content {
  	width: 740px;
}

#frontContent {
	width: 740px;
	text-align: left;
	padding: 20px;
	margin: 0 auto 0 auto;
	border: 0;
		
	/*for IE5/5.5 Win*/
	width: 780px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 740px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #frontContent {
  	width: 740px;
}

#landingContent {
	width: 740px;
	text-align: left;
	padding: 20px;
	margin: 0 auto 0 auto;
	border: 0;
	background: transparent url(http://cf-2.apa.org/apatest/graphics/content_bg.gif) repeat-x top left;
	
	/*for IE5/5.5 Win*/
	width: 780px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 740px;	/*properly rendered width*/

}

  	/* for Opera */
html>body #landingContent {
  	width: 740px;
}

#featureContent {
	width: 740px;
	text-align: left;
	padding: 20px;
	margin: 0 auto 0 auto;
	border: 0;
	background: transparent url(http://cf-2.apa.org/apatest/graphics/content_bg.gif) repeat-x top left;
	
	/*for IE5/5.5 Win*/
	width: 780px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 740px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #featureContent {
  	width: 740px;
}

#articleListingContent {
	width: 740px;
	text-align: left;
	padding: 20px;
	margin: 0 auto 0 auto;
	border: 0;
	background: transparent url(http://cf-2.apa.org/apatest/graphics/content_bg.gif) repeat-x top left;
	
	/*for IE5/5.5 Win*/
	width: 780px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 740px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #articleListingContent {
  	width: 740px;
}

#contentMain {
	float: left;
	width: 520px;
	padding: 0 40px 0 20px;
	margin: 0;
	border-left: 1px solid #ccc; /* puts line to left of the middle column */
	
	/*for IE5/5.5 Win*/
	width: 581px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 520px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #contentMain {
  	width: 520px;
}

#contentSub {
	float: left;
	width: 139px;
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0 20px 0 0;
}

#frontContent #contentMain {
	float: left;
	width: 410px;
	padding: 0;
	margin: 0 20px 0 0;
	border: 0;
}

#frontContent #contentSub {
	float: left;
	width: 279px;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	border-left: 1px solid #ccc;
	
	/*for IE5/5.5 Win*/
	width: 300px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 279px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #frontContent #contentSub {
  	width: 279px;
}

#landingContent #contentMain {
	float: left;
	width: 460px;
	padding: 0 40px 0 0;
	margin: 0;
	border: 0;
	
	/*for IE5/5.5 Win*/
	width: 500px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 460px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #landingContent #contentMain {
  	width: 460px;
}

#landingContent #contentSub {
	float: left;
	width: 240px;
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0;
}

#featureContent #contentMain {
	float: left;
	width: 520px;
	padding: 0;
	margin: 0 20px 0 0;
	border: 0;
}

#featureContent #contentSub {
	float: left;
	width: 200px;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
}

#articleListingContent #contentMain {
	float: left;
	width: 381px;
	padding: 0 40px 0 20px;
	margin: 0;
	border-left: 1px solid #ccc;
	
	/*for IE5/5.5 Win*/
	width: 442px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 381px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #articleListingContent #contentMain {
  	width: 381px;
}

#articleListingContent #contentSub {
	float: left;
	width: 139px;
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0 20px 0 0;
}

#articleListingContent #contentThree {
	float: left;
	width: 119px;
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0 0 0 20px;
}

#footer {
	width: 750px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	color: #FFF;
	background-color: #D0E2FD /* footer at the bottom of the page */
	padding: 8px 15px 8px 15px;
	margin: 0 auto 0 auto;
	border: 0;
	
	/*for IE5/5.5 Win*/
	width: 780px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 750px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #footer {
  	width: 750px;
}

.landingMarqueeLeft {
	float: left;
	width: 320px;
	/*height: 200px;*/
 	padding: 15px 20px 15px 20px;
	border-top: 1px solid #A4B7DA;
	border-bottom: 1px solid #A4B7DA;
	margin: 4px 20px 20px 0;
 	background: #F0F5F8 url(http://cf-2.apa.org/apatest/graphics/landingmarquee_bg.gif) bottom left repeat-x;
 	
 	/*for IE5/5.5 Win*/
	width: 360px;
	/* height: 230px; */
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 320px;	/*properly rendered width*/
  /*	height: 200px; */	/*properly rendered height*/
}

  	/* for Opera */
html>body .landingMarqueeLeft {
  	width: 320px;
  /*	height: 200px; */
}

.landingMarqueeRight {
	float: left;
	width: 320px;
	/*height: 200px;*/
 	padding: 15px 20px 15px 20px;
	border-top: 1px solid #A4B7DA;
	border-bottom: 1px solid #A4B7DA;
	margin: 4px 0 20px 0;
 	background: #F0F5F8 url(http://cf-2.apa.org/apatest/graphics/landingmarquee_bg.gif) bottom left repeat-x;
 	
 	/*for IE5/5.5 Win*/
	width: 360px;
	/* height: 230px; */
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 320px;	/*properly rendered width*/
  /*	height: 200px; */	/*properly rendered height*/
}

  	/* for Opera */
html>body .landingMarqueeRight {
  	width: 320px;
  /*	height: 200px; */
}

.landingMarqueeText {
	float: left;
	width: 225px;
	padding: 0;
	margin: 0;
	border: 0; 
}

.landingTeaser {
	margin: 0 0 20px 0;
}

.landingTeaserText {
	float: left;
	width: 365px;
	padding: 0;
	margin: 0;
	border: 0; 
}

.featureTeaser {
	margin: 0 0 20px 0;
}

.articleTeaser {
	margin: 0 0 20px 0;
	padding: 0;
}

.teaserImage {
	float: left;
	width: 75px;
	padding: 0;
	margin: 5px 20px 10px 0;
	border: 0; 
}

div.featureTeaserText {	/* inclusion of div for IE5Mac */
	float: left;
	width: 305px;
	padding: 0;
	margin: 0;
	border: 0; 
}

#didyouknow {
	width: 338px;
	padding: 26px 36px 18px 36px;
	margin: 5px 0 0 0;
	background: #FFF url(http://cf-2.apa.org/apatest/graphics/didyouknow_bg.gif) no-repeat left center;
	
	/*for IE5/5.5 Win*/
	width: 410px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 338px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #didyouknow {
  	width: 338px;
}

/* sub column boxes */

.generic, .locator {
	padding: 10px 12px 12px 12px;
	border-top: 1px solid #CDC0AA;
	border-bottom: 1px solid #CDC0AA;
	margin: 0 0 20px 0;
	color: #4A422D;
	background: #F5F0E4 url(http://cf-2.apa.org/apatest/graphics/F5F0E4_bg.gif) repeat-x bottom left;
}

#chapters {
	padding: 10px 12px 12px 12px;
	border-top: 1px solid #CDC0AA;
	border-bottom: 1px solid #CDC0AA;
	margin: 0 0 20px 0;
	color: #4A422D;
	background: #F5F0E4 url(http://cf-2.apa.org/apatest/graphics/F5F0E4_bg.gif) repeat-x bottom left;
}

#look {
	height: 100px;
	padding: 10px 12px 12px 12px;
	border-top: 1px solid #A7BBDB;
	border-bottom: 1px solid #A7BBDB;
	margin: 0 0 20px 0;
	color: #465E92;
	background: #E8EEF6 url(http://cf-2.apa.org/apatest/graphics/E8EEF6_bg.gif) repeat-x bottom left;
	
	/*for IE5/5.5 Win*/
	height: 124px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	height: 100px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #look {
  	height: 100px;
}

#articleListingContent #contentSub #look {
	height: 168px;
	
	/*for IE5/5.5 Win*/
	height: 192px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	height: 168px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #articleListingContent #contentSub #look {
  	height: 168px;
}

#lookText {
	float: left;
	width: 74px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 0 9px;
}

#lookTextWide {
	float: left;
	width: 154px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 0 9px;
}

#download {
	height: 32px;
	padding: 10px 12px 12px 12px;
	border-top: 1px solid #A7BBDB;
	border-bottom: 1px solid #A7BBDB;
	margin: 20px 0 20px 0;
	color: #465E92;
	background: #E8EEF6 url(http://cf-2.apa.org/apatest/graphics/E8EEF6_bg.gif) repeat-x bottom left;
	
	/*for IE5/5.5 Win*/
	height: 54px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	height: 32px;	/*properly rendered width*/
}

  	/* for Opera */
html>body #download {
  	height: 32px;

}

#downloadText {
	float: left;
	width: 74px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 0 9px;
	padding: 0;
}

#downloadTextWide {
	float: left;
	width: 135px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 0 9px;
	padding: 0;
}

#about {
	margin: 20px 0 20px 0;
}

#icon {
	float: left;
	width: 32px;
	height: 32px;
}

/* lists */

ul {
	padding: 0;
	margin: 0 0 10px 35px;
	border: 0;
	list-style-type: disc;
}

ol {
	padding: 0;
	margin: 0 0 10px 45px;
	border: 0;
}

li {
	padding: 0;
	margin: 0 0 6px 0;
	border: 0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#featureContent #contentMain ul {
	margin-left: 55px;
}

ul ul {
	margin: 8px 0 0 35px;
}

ul ul ul {
	margin: 8px 0 0 35px;
}


ul.articles {
	margin: 0;
	list-style-type: none;
}

ul.articles li {
	margin: 0 0 14px 0;
	line-height: 140%;
}

ul.articles li.subhead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	color: #5E9694;
	background-color: transparent;
	padding: 0;
	margin: 12px 0 6px 0;
}

#chapters ul, .generic ul, .locator ul {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	padding: 0;
	margin: 0 0 0 15px;
	color: #4A422D;
	list-style-type: disc;
}

#chapters ul li, .generic ul li, .locator ul li {
	margin: 0 0 4px 0;
	line-height: 120%;
}

#chapters ul.small li {
	font-size: 10px;
	margin: 0 0 6px 0;
	line-height: 120%;
}

ul.searchResults {
	list-style-type: none;
	margin: 0;
}

ul.searchResults li {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
	color: #555;
	padding: 10px;
	border: 1px solid #C2D6F6;
	margin: 0 0 10px 0;
	background-color: #E7F0FD;
}

ul.brochure {
	list-style-type: none;
	padding: 0;
	border: 0;
	margin: 0;
}

ul.brochure li {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
	color: #555;
	padding: 10px;
	border: 1px solid #C2D6F6;
	margin: 5px 0 5px 0;
	background-color: #E7F0FD;
}

/* tables */

/*
table {
	padding: 0;
	margin: 0;
	border: 0;
}
*/

.centered-table {
   margin-left: auto;
   margin-right: auto;
}

tr {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	padding: 0;
	margin: 0;
	border: 0;
}

td.mbtitle {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
	// color: black;
	color: #12477F;
	text-align: left;
	font-size: 18px;
	
}

td.mbtitlepad {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
	// color: black;
	color: #12477F;
	text-align: left;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	
	
}

td.mbmedium {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: #cc3300;
	text-align: left;
	font-size: 14px;
	
}

td.mbmediumblue {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: #12477F;
	text-align: left;
	font-size: 14px;
	
}



td.mbrequired {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 140%;
	color: black;
	text-align: left;
	font-size: 14px;
	
}

td.instructionline {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
	color: black;
	background-color: white;
	text-align: left;
	font-size: 16px;
	
}
td.instructionlineenhanced {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
	color: black;
	background-color: #D0E2FD;
	text-align: left;
	font-size: 16px;
	
}
td.formheading1 {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
	color: black;
	background-color: #ADBCE6;
	text-align: left;
	font-size: 15px;
	
}

/* this is a GENERAL TD.sectionhead, not in aparequest */
td.sectionhead {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: white;
	font-style: italic;
	// background-color: #EAF2FE;
	background-color: #6173AC;
	text-align: center;
	font-size: 13px;
	vertical-align: bottom;
	
}



td.mbsectionhead {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: black;
	/* this is the light blue*/
	background-color: #EAF2FE;
	text-align: center;
	font-size: 14px;
	vertical-align : middle;
}

td.mbsectionheadnopad {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	background-color: #EAF2FE;
	text-align: center;
	font-size: 14px;
	vertical-align : middle;
}

td.mbsectionheadleft {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: black;
	background-color: #EAF2FE;
	text-align: left;
	font-size: 14px;
	vertical-align : middle;
}

td.mbsectionheadleftnobold {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 110%;
	color: black;
	background-color: #EAF2FE;
	text-align: left;
	font-size: 14px;
	vertical-align : middle;
}

td.mbsectionheadright {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: black;
	background-color: #EAF2FE;
	text-align: right;
	font-size: 14px;
	vertical-align : middle;
}

/* text */

p {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background: transparent;
	padding: 0;
	margin: 0 0 10px 0;
}

p.breadcrumbs {
	font-size: 11px;
	margin-bottom: 15px;
}

p.teaser {
	margin: 6px 0 0 0;
}
	
p.excerpt {
	font-style: italic;
	margin: 6px 0 0 0;
}

p.ethics {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}

p.help {
	text-align: left;
	margin: 0 30px 10px 30px;

}
ul.help {
	text-align: left;
	margin: 0 30px 5px 60px;
}


#marquee p {
	color: #1F406E;
}

#frontContent #contentSub p {
	margin: 0 0 20px 0;
}

#featureContent #contentMain p {
	margin-left: 20px;
	margin-right: 20px;
}

#featureContent #contentSub p {
	margin: 0 0 5px 0;
}

.generic p, .locator p {
	font-size: 11px;
	line-height: 140%;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	color: #486097;
	background: transparent;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	color: #5E9694;
	background: transparent;
	padding: 0;
	margin: 0 0 8px 0;
}

#content #contentMain h2 {
	margin-bottom: 12px;
}

#featureContent #contentMain h2 {
	width: 480px;
	height: 71px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 110%;
	color: #FFF;
	background-color: #ccc;
	padding: 62px 20px 0 20px;
	margin: 0 0 20px 0;
	
	/*for IE5/5.5 Win*/
	width: 520px;
	height: 133px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 480px;	/*properly rendered width*/
  	height: 71px;	/*properly rendered height*/
}

  	/* for Opera */
html>body #featureContent #contentMain h2 {
  	width: 480px;
  	height: 71px;
}

#featureContent #contentMain h2.withSub {
	width: 480px;
	height: 47px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 110%;
	color: #FFF;
	background-color: #ccc;
	padding: 86px 20px 0 20px;
	margin: 0 0 20px 0;
	
	/*for IE5/5.5 Win*/
	width: 520px;
	height: 133px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 480px;	/*properly rendered width*/
  	height: 47px;	/*properly rendered height*/
}

  	/* for Opera */
html>body #featureContent #contentMain h2.withSub {
  	width: 480px;
  	height: 47px;
}

.sub {
	font-size: 18px;
	font-weight: normal;
	line-height: 100%;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	color: #5E9694;
	background: transparent;
	padding: 0;
	margin: 0 0 6px 0;
}

#featureContent #contentMain h3 {
	color: #666951;
	margin-left: 20px;
	margin-bottom: 12px;
}

h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	color: #5E9694;
	background-color: transparent;
	padding: 0;
	margin: 0 0 8px 0;
}

#didyouknow h4 {
	margin: 0 0 2px 0;
}

h5 {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	color: #F2F5F9;
	background: transparent;
	padding: 0;
	margin: 0 0 10px 0;
}

#chapters h5, .generic h5, .locator h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	color: #4A422D;
}

#look h5, #download h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
	color: #465E92;
}

.activeTitle {
	color: #5E9694;
}

.hi {
	font-weight: bold;
}

.error {
	font-style: italic;
	color: #933;
}

.inst {
	line-height: 140%;
	font-style: italic;
	color: #933;
	margin: 5px 0 5px 0;
	padding: 0;
}

/* links */

a {
	color: #465E92;
	text-decoration: underline;
}

a:hover {
	color: #465E92;
	text-decoration: underline;
}

h1 a {
	color: #486097;
}

h2 a {
	color: #486097;
}

h3 a {
	color: #5774B6;
}

h4 a {
	color: #5774B6;
}

#footer a {
	color: #FFF;
}

#chapters a, .generic a, .locator a {
	color: #4A422D;
}

/* forms */

form {
	padding: 0;
	border: 0;
	margin: 0;
}

input {
	margin: 0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

textarea {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

.generic form {
	margin: 0 0 15px 0;
}

.generic form input {
	width: 200px;
}

.generic form input.small {
	width: 92px;
}

.generic form input.checkbox {
	width: auto;
	margin: 0 6px 0 0;
}

.generic form input.button {
	width: auto;
	margin: 0 6px 0 0;
}

#searchBox input {
	width: 175px;
	margin: 0 6px 0 6px;
}

#searchBox input.button {
	width: auto;
}

#contentSub form p {
	margin: 0 0 6px 0;
	font-size: 11px;
}

#contentSub form p.inst {
	font-style: italic;
	color: #465E92;
	margin-top: 12px;
}

/* added by jcm */

.locator form {
	margin: 0 0 15px 0;
}

.locator form input {
	width: 10px;
}

.locator form input.small {
	width: 92px;
}

.locator form input.checkbox {
	width: auto;
	margin: 0 6px 0 0;
}

.locator form input.button {
	width: auto;
	margin: 0 6px 0 0;
}

/***** tables *******/

table.request {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	padding: 0;
	border: 0;
	margin: 4px 0 8px 0;
}

table.request td {
	padding: 3px 0 3px 0;
	vertical-align: top;
}


/*************************************************************************************/
/****** these are the contextual selectors for the "aparequest" ... type tables ******/

td.reqlab {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	text-align: right;
}

td.reqlabpad {
	padding: 3px 10px 3px 10px;
	vertical-align: middle;
	text-align: right;
}

td.reqlableft {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	text-align: left;
}

td.reqlableftpad {
	padding: 3px 10px 3px 10px;
	vertical-align: middle;
	text-align: left;
}

td.reqlabcenter {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	align: center;
	text-align: center;
}

td.reqinp {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: left;
}

td.reqinpright {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: right;
}



// td.docgen-heading {  font-family: Arial, Helvetica, sans-serif; font-size: 130%; font-weight: bold; color: #AA5555;}
// td.docgen-heading {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #AA5555;}

/* links */
td.reqlabcenter a{
	color: #183db2;
	font-weight:bold;
	text-decoration: underline;
}

td.reqlabcenter a{
	color: #183db2;
	font-weight:bold;
	text-decoration: underline;
}

td.reqlabcenter a:hover {
	color: #800000;
	background-color: #F1EBAD;
}

td.buttonrow {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	line-height: 140%;
	color: black;
	text-align: left;
	font-size: 14px;
}
td.buttonrowcentered {
	font-family: "Lucida Grande", Arial Narrow, Verdana, Helvetica, sans-serif;
	line-height: 140%;
	color: black;
	text-align: center;
	font-size: 14px;
}
td.buttonrowcenteredtitle {
	color: #183db2; 
	font-size: 13px; 
	font-weight: bold; 
	text-align: center;
}

ul {
	padding: 0;
	border: 0;
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

li {
	position: relative;
	text-align: left;
	height: 26px;
	padding: 0;
	margin: 0px 40px 0px 0px;
	border: 0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	/* nav non-link FONT COLOR on top and dropdowns. */
	// color: #183db2;
	/* NOT SELECTED */
	// background: #EAF2FE;
}

/****** this is aparequestcentered table ******/

table.aparequestcentered {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	padding: 0;
	border: 0;
	background-color: #F6F6F6;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/****** this is aparequesttableblue ******/

table.aparequestcenteredblue {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	padding: 0; /* test comment */
	border: 1px solid black;  
	background-color: #EFF9FD; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

table.aparequestcenteredblue td.docgen-heading {  color: #EBF4FB; }

table.aparequestcenteredblue  ul {
	list-style-type: none;
}



/****** this is aparequestgray table ******/

table.aparequestcenteredgray {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	padding: 5;
	border: 1px solid black;  
	background-color : #F6F6F6;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	    
}

table.aparequestcenteredgray td.docgen-heading { color: #183db2;}


/****** this is aparequestcenteredgraypad table ******/

table.aparequestcenteredgraypad {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	padding: 5;
	border: 1px solid black;  
	//background-color: #dcdcdc;
	background-color : #E8EFE9;
	background-color : #F6F6F6;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	    
}

table.aparequestcenteredgray td.docgen-heading { color: #183db2;}


/****** this is aparequest table, and all its "td" options ******/

table.aparequest {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	padding: 0;
	border: 0;
	margin: 4px 0 8px 0; 
}


table.aparequest td {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: left;
}


table.aparequest td.subsectionhead {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 140%;
	// color: black;
	color: #12477F;
	background-color: #D0E2FD;
	text-align: center;
	font-size: 14px;
	vertical-align: bottom;
}


table.aparequest td.reqlab {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	text-align: right;
}

table.aparequest td.reqlabenhanced {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	text-align: left;
	background-color: #ADBCE6;
}

table.aparequest td.reqlabnameover {
	padding: 0;
	vertical-align: bottom;
	text-align: center;
}

table.aparequest td.reqlabnameleft {
	padding: 3px 3px 20px 3px;
	vertical-align: bottom;
	text-align: right;
}

table.aparequest td.reqlabtop {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: right;
}

table.aparequest td.reqlabbottom {
	padding: 3px 0 3px 0;
	vertical-align: bottom;
	text-align: right;
}

table.aparequest td.reqlableft {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	text-align: left;
}

table.aparequest td.reqlablefttop {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: left;

}

table.aparequest td.reqlableftinfo {
	padding: 0px 0 3px 0;
	vertical-align: middle;
	text-align: left;
	// color: black;
	color: #12477F;
	background-color: #EAF2FE;
	font-weight:bold;

}

table.aparequest td.reqlabrightinfo {
	padding: 0px 0 3px 0;
	vertical-align: middle;
	text-align: right;
	background-color: #EAF2FE;
	font-weight:bold;

}

table.aparequest td.mpnreqlableftinfo {
	padding: 0px 0 3px 0;
	vertical-align: middle;
	text-align: left;
	font-weight:bold;

}

table.aparequest td.mpnerrormsg {
	padding: 0px 0 3px 0;
	vertical-align: middle;
	text-align: left;
	font-weight:bold;
	color: red;
	font-size: 14px;

}

table.aparequest td.reqlableftmid {
	padding: 3px 3px  3px 3px;
	vertical-align: middle;
	text-align: left;
}

table.aparequest td.reqlabcenter {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	align: center;
	text-align: center;
}


table.aparequest td.reqlabcenter1 {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: black;
	text-align: center;
	font-size: 12px;
	vertical-align : middle;
}

table.aparequest td.reqlabcenter2 {
	padding: 3px 12px 3px 12px;

	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: black;
	text-align: center;
	font-size: 12px;
	vertical-align : middle;
}


table.aparequest td.reqinp {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: left;
}

table.aparequest td.reqinpint {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: center;
}

table.aparequest td.reqinpint2 {
	padding: 3px 12px 3px 12px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: black;
	text-align: right;
	font-size: 12px;
	vertical-align : middle;
}


table.aparequest td.reqinpright {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: right;
}

table.aparequest td.reqinprightcentered {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	text-align: right;
}

table.aparequest td.reqinpintenhanced {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: center;
	background-color: #D0E2FD;
}

table.aparequest td.reqinpapaaddr {
	padding: 3px 0 3px 0;
	vertical-align: top;
	text-align: center;
	background-color: #D0E2FD;
}

table.aparequest td.reqinpname {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.aparequest td.subtotallab {
	padding: 1px 2px 1px 2px;
	vertical-align: top;
	text-align: left;
	border: 0;
	margin: 0;
	background-color: #D0E2FD;
}
table.aparequest td.buttonrow {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	line-height: 140%;
	color: black;
	background-color: #F6F6F6;
	text-align: left;
	font-size: 14px;

}

/* links */
table.aparequest td.reqlabenhanced a{
	/* NOT SELECTED */
	color: #EAF2FE;
}

table.aparequest td.reqlabenhanced a:hover {
	color: #800000; /* FONT COLOR for SELECTED LINK */
	/* SELECTED LINK on nav bar */
	background-color: #F1EBAD; 
}

table.aparequest td.mbtitle a{
	/* NOT SELECTED */
	color: #183db2;
}

table.aparequest td.mbtitle a:hover {
	color: #800000; /* FONT COLOR for SELECTED LINK */
	/* SELECTED LINK on nav bar */
	background-color: #F1EBAD; 
}


/***** END of table.aparequest *****/

table.aparequestnopad {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	border: 0;
}

/****** this is apaduesinst table, and all its "td" options ******/

table.apaduesinst {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;

	margin: 4px 0 8px 0; 
}

/* this is a apaduesinst, not in aparequest */
table.apaduesinst td.sectionhead {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 110%;
	color: white;
	font-style: italic;
	// background-color: #EAF2FE;
	background-color: #6173AC;
	text-align: center;
	font-size: 13px;
	vertical-align: bottom;
}

table.apaduesinst td {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: left;
}

table.aparequest td.reqlabcenter {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	align: center;
	text-align: center;
}

table.apaduesinst td.reqlabenhanced {
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	text-align: left;
	background-color: #ADBCE6;
}
/* links */
table.apaduesinst td.reqlabenhanced a{
	/* NOT SELECTED */
	color: #EAF2FE;
}

table.apaduesinst td.reqlabenhanced a:hover {
	color: #800000; /* FONT COLOR for SELECTED LINK */
	/* SELECTED LINK on nav bar */
	background-color: #F1EBAD; 
}
table.apaduesinst td.sectionhead a{
	/* NOT SELECTED */
	color: #EAF2FE;
}

table.apaduesinst td.sectionhead a:hover {
	color: #800000; /* FONT COLOR for SELECTED LINK */
	/* SELECTED LINK on nav bar */
	background-color: #F1EBAD; 
}


/***** END of table.apaduesinst *****/



table.apaduestot {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #12477F;
	//border-style: solid;
	//border: 3px 3px 3px 3px;
	border: 0;

	border-color: green;
	background-color: #F6F6F6; /* should match subtotalcolor */
	    margin-left: auto;
	    margin-right: auto;

}

table.apaduestot td {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 10px;
	margin: 5px 25px 5px 25px;
	border-style: solid;
	border: 0;
	border-color: green;
	background-color: #F6F6F6;  /* should match subtotalcolor */
	
}

table.apaduestot td.reqlab {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 5px;
	border-style: solid;
	border: 0;
	border-color: green;
	background-color: #F6F6F6;  /* should match subtotalcolor */
	
}

table.apaduestot td.reqlableft {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 5px;
	border-style: solid;
	border: 0;
	border-color: green;
	background-color: #F6F6F6;  /* should match subtotalcolor */
	
}

table.apaduestot td.title {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	line-height: 140%;
	color: white;
	background-color: #EAF2FE;  /* this is for "summary" at the top of the money table */
	text-align: center;
	font-size: 20px;
	
	
}

table.apaduestot td.reqlabcenter {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	align: center;
	text-align: center;
	
	
}

table.apaduesbuttontable {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	border-style: solid;
	border: 0;
	background-color: #F6F6F6;   
}

table.apaduesbuttontable td.buttonrow {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	line-height: 140%;
	color: black;
	background-color: #F6F6F6;
	text-align: left;
	font-size: 14px;
	
	
}

table.apaduesbuttontable td.buttonrowright {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	line-height: 140%;
	color: black;
	background-color: #F6F6F6;
	text-align: right;
	font-size: 14px;
	
	
}


table.results td {
	padding: 8px 8px 8px 8px;
	vertical-align: top;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}


/* from apastyle1.css */

.CAS-heading 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 140%; 
	font-weight: bold; 
	color: #1E66A7;
	}
	
.CAS-heading-alert 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 140%; 
	font-weight: bold; 
	color: #1E66A7;
	background-color: #FFFF99;}
.CAS-normal-alert 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	color: #1E66A7;
	background-color: #FFFF99;}

A {color: BLUE;
}

.TSP-heading 
	{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 120%; 
	font-weight: bold; 
	color: BLACK;}

A {color: BLUE;
}


.apalinktable
	{
   	// background-color : #e2e2e2;
   	background-color : #E8EFE9;
	border: 1px solid #D3CC5A; // border around this table
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	font-style: italic;
	padding : 0px;
	margin:	0;
	valign : top;
	vspace : 0;
	line-height: 100%;
}



.apalinktableheading
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: normal; 
	text-decoration:none;
	margin:	0;
	font-weight: bold; color: #AA5555;	
	}
.graytable
	{
   	background-color : #f4f4f4;
	border : 0 none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 0px;
	valign : top;
	vspace : 0;
	width : 100%;
	line-height: 90%;

}



/* images */

img {
	padding: 0;
	margin: 0;
	border: 0;
}

img.subheader {
	padding: 0;
	margin: 0 0 8px 0;
	border: 0;
}

.ajaxlistStyle
{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	border:1px solid black;
	padding:"0px 0px 0px 0px";

	z-index: 3;
}

.ajaxlistItemStyle
{
	cursor:pointer;
	padding:3px 0px 3px 0px;
	color:#003399; /* color of font in ajax dropdown */
}


.ajaxlistItemKey
{
	text-align:left;
	font-weight:bold;
	padding-left:0px;
}

.ajaxlistItemValue
{
	padding-left:2px;
	text-align:right;
}

/* overriding defaults */
a 			{text-decoration:underline;}
a:hover 		{text-decoration:underline; color:red;}

