
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Main Style Sheet				*/
/*	Toplevel.css														*/
/*	Version 1.1													*/
/*	Author														*/
/*		Carl E. Campbell												*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Globals														*/
/*		These classes are either implicitly applied everywhere	*/
/*		or can be applied as a child of any other class.		*/
/*																*/
/*//////////////////////////////////////////////////////////////*/

html, body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:85%;}

a  { color: #039; text-decoration: none }
a:visited { text-decoration: none }
a:active { color: #990000; text-decoration:underline; }
a:hover { color: #990000; text-decoration: underline; }
.g-bold { color: #555555; font-weight: bold }
.g-italic { font-style: italic }
.g-link { color: #990000; text-decoration: none }
.g-justified { text-align: justify }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Global Colors												*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.g-red { color: #cc0000 }
.g-black { color: #000000 }
.g-white { color: #ffffff }
.g-gray { color: #666666 }
.g-gray2 { color: #cccccc }
.g-green { color: #677f7f }
.g-orange { color: #ff6600 }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Navigation Colors 										*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.navColor1 { color: #999966 }
.navColor2 { color: #669999 }
.navColor3 { color: #aeae68 }
.navColor4 { color: #7796a6 }
.navColor5 { color: #7d8f74 }
/* Use this for links against dark backgrounds*/
.home-link { color: #ffffff; text-decoration: none }
.white-link { color: #ffffff; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none }
.white-link:hover { color: #ffffff; font-style: normal; font-weight: normal; text-decoration: underline }
.section-link { color: #ff6600; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 15px; text-decoration: none }
.section-link:hover { color: #ff6600; text-decoration: underline }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Body														*/
/*		These classes apply to all body content.				*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.body-title { color: #333333; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 23px; text-decoration: none; text-align: left }
.body-title2 { color: #333333; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 16px; text-decoration: none }
.body-title2a { color: #666666; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 16px; text-decoration: none }
.body-title2b { color: #666666; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; text-decoration: none }
.body-title3 { color: #333333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 15px; text-decoration: none }
.body-text  { color: #333333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 17px; text-decoration: none }
.body-textLarge { color: #333333; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 17px; text-decoration: none }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Use news-title for News articles only						*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.news-title { color: #333333; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 19px; text-decoration: none; text-align: left }
.news-text { color: #333333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 13px; text-decoration: none; text-align: left }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Caption														*/
/*		This class applies to all photo captions.				*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.caption-text { color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 12px; text-decoration: none }
.form-title { color: #333333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 12px; text-decoration: none }
.form-text { color: #333333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 16px; text-decoration: none }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	navBox														*/
/*		These classes apply to boxed content that appears		*/
/*		within the nav columns.									*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.navBox-text { color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 12px; text-decoration: none }
.navBox-title { color: #ffffff; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; line-height: 12px; text-decoration: none }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	2nd level nav												*/
/*		These classes apply to all 2nd level navigation items.	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.nav2-selected { color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bolder; line-height: 11px; text-decoration: none }
.nav2 { color: #4d5f5f; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bolder; line-height: 11px; text-decoration: none }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	3rd level nav												*/
/*		These classes apply to all 3rd level navigation items.	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.nav3-selected { color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 11px; text-decoration: none }
.nav3 { color: #4d5f5f; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 11px; text-decoration: none }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	4th level nav												*/
/*		These classes apply to all 4th level navigation items.	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.nav4-selected { color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 11px; text-decoration: none }
.nav4 { color: #4d5f5f; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 11px; text-decoration: none }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	this is for health a-z search navigation section        	*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.nav-grey { color: #999999; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: bolder; line-height: 11px; text-decoration: none }
/*//////////////////////////////////////////////////////////////*/
/*																*/
/*	Footer														*/
/*		This class applys to all footer content.				*/
/*																*/
/*//////////////////////////////////////////////////////////////*/
.footer-text { color: #333333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; line-height: 11px; text-decoration: none }
