body { font-family: Arial,Helvetica,sans-serif; font-size: 84%; margin: 0 0 0 0; background: Gray url(graphics/bg_yellow_stripe_2.gif) repeat; }

h1  { font-size: 1.5em; color: #003399; margin-bottom: 1px;  margin-top: 0.1em; }
h2  { font-size: 1.4em; color: #003399; margin-bottom: 0.1em;  margin-top: 0em; }
h3  { font-size: 1.3em; color: #003399;  margin-bottom: 0.1em; margin-top: 0em; }
h4  { font-size: 1.2em; color: #003399; margin-bottom: 0.1em; margin-top: 0em; }
h5  { font-size: 1.1em; color: #003399; margin-bottom: 0.1em; margin-top: 0em; }
h6  { font-size: 1em; color: #003399; margin-bottom: 0.1em; margin-top: 0em; }

div, p  { font-size: 1em; margin-bottom: 1em;  margin-top: 0; }
span { font-size: 1em; }
table  { font-size: 1em; }

li { padding-bottom: 0.2em; }
.small { font-size: 0.8em; }
.select_highlight { color: #cc0000; }
.alert { color: #cc0000; font-weight: bold; }
.cell_padding { padding-left: 8px; padding-right: 8px; }
.cell_panel { border: 2px solid #333333; padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; }

.help_heading { font-size: 1.4em;  }
.help_subheading { font-size: 1.2em; margin-bottom: 2px;  }
.help_example { color: #3333ee;  }
.help_list { margin-bottom: 6px;  }

.advert_column_heading { font-size: 1.1em; font-weight: bold; color: #444444; letter-spacing: 0.1em; }

.nl_searchbox { font-size: 0.9em;  }
.nl_subscribe { font-size: 0.8em; font-weight: bold;  }

a.top_menu:link { font-size: 1em; color: #ffffff; text-decoration: none; }
a.top_menu:visited { font-size: 1em; color: #ffffff; text-decoration: none; }
a.top_menu:hover { font-size: 1em; color: #ffff00; text-decoration: none; }
a.top_menu:active { font-size: 1em; color: #ffff00; text-decoration: none; }

a.modern:link { color: #888888; text-decoration: none; }
a.modern:visited { color: #888888; text-decoration: none; }
a.modern:hover { color: #bb0000; text-decoration: none; }
a.modern:active { color: #888888; text-decoration: none; }

a.menu:link { font-size: 0.8em; color: #0000cc; text-decoration: none; }
a.menu:visited { font-size: 0.8em; color: #0000cc; text-decoration: none; }
a.menu:hover { font-size: 0.8em; color: #cc0000; text-decoration: none; }
a.menu:active { font-size: 0.8em; color: #0000cc; text-decoration: none; }

.menu_indent_0 { font-size: 1.2em; font-weight: bold; padding-top: 2px; }
.menu_indent_1 { font-size: 1.2em; padding-top: 2px; }
.menu_indent_2 { font-size: 1.2em; padding-top: 2px; }
.menu_indent_3 { font-size: 1.2em; padding-top: 2px; }
.menu_link_1 { color: #333333; text-decoration: none; }
.menu_link_2 { color: #0000cc; text-decoration: none; }
.menu_link_3 { color: #0000cc; text-decoration: none; }


/* these styles are specific to the fck editor
a[href] { 
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
*/
 
/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/

.Bold { font-weight: bold; }

.Title { font-weight: bold; font-size: 1.8em; color: #cc3300; }

.Code {
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

 /* suckerfish content box menu */
#pu_content_box, #pu_content_box ul { padding: 2px; margin: 0; list-style: none; }
 
#pu_content_box a { display: block; width: 99px; }
 
#pu_content_box li { float: left; width: 99px; background: #dde; font-size: 85%; font-weight: bold; white-space: nowrap; } /* width needed or else Opera goes nuts */

 /* second-level lists */ 
#pu_content_box li ul { position: absolute; background: orange; width: 392px; left: -999em; } /* using left instead of display to hide menus because display: none isn't read by screen readers */

/* lists nested under hovered list items */ 
#pu_content_box li:hover ul, #pu_content_box li.sfhover ul { left: 200px; }


