/* page default */
body
{
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 1.0em;
	color: #333333;
	background-color: #333333;
}

/* basic tag treatment */
/* page title */
h1
{
	/*font-family: Arial;*/
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #3333cc;
	margin-bottom: 0px;
}

/* Section title */
h2
{
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #333333;
}

h3
{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #333333;
}

/* item title */
h4
{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
	color: #333333;
}

ul
{
	list-style-type: square;
}

/* forms - don't add extra space. */
form
{
	margin: 0px 0px 0px 0px;
}

/* table caption. */
caption
{
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

/* standard classes */
.styleText, .stylePitfallContent
{
	font-size: 0.8em;
	color: black;
}

.stylePrintHeader
{
	font-size: 0.8em;
	font-weight: bold;
	color: Black;
}

.stylePrintHeaderTable
{
}

.styleColumnContent
{
	font-size: 0.8em;
	color: #333333;
}

.styleCredits
{
	font-size: 0.8em;
	color: #ff9933;
}

/* this is the pull-quote PREVIEW, seen only in the editor */
/* this is  "color-specific" is overridden in the PageVariant style sheets */
.pullQuote
{
	float: right;
	width: 50%;
	font-size: 1.0em;
	text-align: left;
	color: #666600;
	font-weight: bold;
	border: solid 1px #cccccc;
}

/* This is the style applied to the actual pull-quote text when finally rendered */
/* this is  "color-specific" is overridden in the PageVariant style sheets */
.stylePullQuote
{
	visible: false;
	font-size: 1.0em;
	font-style: italic;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	background-color: #3333cc;
}

.stylePullQuote blockquote
{
	margin: 0px 0px 0px 0px;
}

.stylePullQuoteTable
{
	visible: false;
	float: right;
	width: 40%;
	margin: 4px 4px 4px 4px;
}

.stylePullQuoteCorner
{
	visible: false;
	background-color: #3333cc;
	height: 10px;
	width: 10px;
}

.stylePullQuoteEdge
{
	visible: false;
	background-color: #3333cc;
}

.styleDossierTable
{
	visible: false;
	width: 100%;
	border-color: #eeeebb;
	border-width: 1px;
	border-style: solid;
}

.styleDossierCategory
{
	visible: false;
	background-color: #eeeebb;
	color: #666600;
	font-size: 0.8em;
	vertical-align: baseline;
	text-align: right;
}

.styleDossierEntry
{
	visible: false;
	background-color: White;
	color: #333333;
	font-size: 0.8em;
}

/* these are the box-paragraph PREVIEW styles, seen in the editor */
.boxTitle
{
	width: auto;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	background-color: #999966;
	padding: 8px 8px 8px 8px;
	
}

.boxContent
{
	width: auto;
	font-size: 1.0em;
	color: #666600;
	background-color: #eeeedd;
	padding: 8px 8px 8px 8px;
}

.boxContent h2
{
	color: #666600;
	font-size: 1.0em;
}

.boxContent h3
{
	color: #666600;
	font-size: 1.0em;
}

.boxContent h4
{
	color: #666600;
	font-size: 1.0em;
}

.styleDialogText
{
	font-size: 0.8em;
}

.styleDialogWarning
{
	font-size: 0.8em;
	color: Red;
}

.styleDialogTitle
{
	font-weight: bold;
}

.styleDialogLabel
{
	font-size: 0.8em;
}

.styleDialogRequired
{
	font-size: 0.8em;
	color: Red;
}

.styleDialogComment
{
	font-size: 0.6em;
	font-style: italic;
	color: Gray;
}

.styleFatList li
{
	margin-bottom: 1.0em;
}

.styleFAQItemAnswer
{
	visible: false;
	font-size: 0.8em;
	color: #333333;
}

.styleFAQItemQuestion, .stylePitfallTitle
{
	visible: false;
	margin-bottom: 0px;
	margin-top: 10px;
}

.styleFAQItemQuestionLink
{
	visible: false;
	margin-bottom: 10px;
}

.styleFAQCategory
{
	visible: false;
	margin-bottom: 0px;
	font-size: 1.1em;
}

.styleFAQCategoryLink
{
	visible: false;
	margin-bottom: 0px;
	font-size: 1.1em;
}

.styleProgramSummaryTitle
{
	visible: false;
	font-size: 0.8em;
	font-weight: bold;
}

.styleReadMore
{
	font-size: 0.8em;
}

.styleReadMoreSmaller
{
	font-size: 0.8em;
}

.styleReadMore a:link, .styleReadMore a:visited
{
	text-decoration: underline;
}

.styleBackLink
{
	font-size: 0.6em;
}

.styleKeynoteSmall
{
	font-size: 1.0em;
	text-align: left;
	color: #333333;
	font-weight: bold;
}

.styleKeynoteXSmall
{
	font-size: 0.8em;
	text-align: left;
	color: #333333;
	font-weight: bold;
}

.styleAlphaIndex
{
	visible: false;
	font-size: 0.6em;
	color: #333333;
}

.styleLetterHeadline
{
	background-color: #666666;
	color: White;
	font-size: 1.5em;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
}

.styleContactName
{
	visible: false;
	font-weight: bold;
}

.styleServiceArea
{
	visible: false;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
}

.styleOrgName
{
	visible: false;
	font-weight: bold;
}

.styleContactText
{
	visible: false;
	font-style: italic;
	margin-top: 1.0ex;
}

.styleKeynoteImage IMG
{
	margin: 0px 12px 12px 0px;
}

/* default link treatment */

a:link, a:visited, a:active
{
	color: #0033FF; 
	text-decoration: none;
}

a:hover 
{
	color: #ff9933;
	text-decoration: underline;
}

/* custom slot-classes */
.slot_content, .slot_content_content
{
	visible: false;
	color: #333333;
	font-size: 0.8em;
}

/* for site map */
.slot_content .depth_0, .slot_content .depth_1, .slot_content .depth_2, .slot_content .depth_3, .slot_content .depth_4
{
	visible: false;
	font-size: 0.8em;
}

.slot_pageTitle
{
	visible: false;
	color: White;
	font-size: 1.5em;
	font-weight: bold;
}

.slot_copyright
{
	visible: false;
	color: #999999;
	/* text-align: center; */
	font-size: 0.6em;
}

.slot_sidebar
{
	visible: false;
	color: #ffffff;
	font-size: 0.8em;
}

.slot_sidebar h2
{
	visible: false;
	color: #edead6;
}

.slot_sidebar a:link, .slot_sidebar a:visited, .slot_sidebar a:active
{
	visible: false;
	color: #C2E1FF;
	text-decoration: none;
}

.slot_sidebar a:hover
{
	visible: false;
	color: #ff9933;
	text-decoration: underline;
}

.slot_sidebar h3
{
	visible: false;
	color: #666600;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
}

.slot_sidebar h4
{
	visible: false;
	color: #666600;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0px;
}

.slot_sidebar .slot_moreTail .styleReadMore
{
	visible: false;
	font-size: 1.0em;
}

.slot_programGroup
{
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;
}

.slot_programTitle
{
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}

.slot_programSummary
{
	color: #000000;
	font-size: 0.8em;
}

.slot_programSummary .styleText
{
	color: #333333;
}

.styleHilight
{
	color: #ff9900;
	font-weight: bold;
}

.styleHeadline
{
	font-size: 1.5em;
}

.menu_Main
{
	visible: false;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

.menu_Main .menuItemHere, .menu_Main .menuItemHere
{
	visible: false;
	font-style: italic;
}

/* things that must live in the menus */
.styleSearchTable
{
	visible: false;
	background-color: #e7e7e7;
	border-bottom: solid 1px white;
}

.styleSearchLabel
{
	visible: false;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
}

.styleSearchInput
{
	visible: false;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #cccccc;
}

.styleForumJumpTable
{
	visible: false;
	background-color: #999999;
	color: White;
	border-bottom: solid 1px white;
}

.styleForumJumpLabel
{
	visible: false;
	color: White;
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
}

.styleForumJumpLabel a, .styleForumJumpLabel a:link, .styleForumJumpLabel a:visited
{
	color: White;	
}

.styleForumJumpLabel a:hover
{
	color: #ff9933;	
}

.styleJumpDarkTable
{
	visible: false;
	background-color: #999999;
	color: white;
	border-bottom: solid 1px white;
}

.styleJumpDarkLabel
{
	visible: false;
	color: white;
	font-size: 0.65em;
	font-weight: bold;
	text-align: right;
}

.styleJumpDarkLabel a, .styleJumpDarkLabel a:link, .styleJumpDarkLabel a:visited
{
	color: white;	
}

.styleJumpDarkLabel a:hover
{
	color: #ff9933;	
}

.styleJumpTable
{
	visible: false;
	background-color: #e7e7e7;
	color: #666666;
	border-bottom: solid 1px white;
}

.styleJumpLabel
{
	visible: false;
	color: #666666;
	font-size: 0.65em;
	font-weight: bold;
	text-align: right;
}

.styleJumpLabel a, .styleJumpLabel a:link, .styleJumpLabel a:visited
{
	color: #666666;	
}

.styleJumpLabel a:hover
{
	color: #ff9933;	
}

/* to support SpiderLine search */
.sl_nav
{
	visible: false;
	color: White;
	font-size: 0.8em;
}

.sl_nav a:link
{
	visible: false;
	color: white;
}

.sl_nav a:hover
{
	visible: false;
	color: #ff9933;
}
