body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

#headerCell {
	height: 126px;
	width: 576px;
}

#headerMenu {
	position: absolute;
	width: 566px;
	left: 204px;
	top: 116px;
	text-align: right;
	vertical-align: bottom;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.submenu {
	margin-left: 1em;
	padding-left: 1em;
	list-style: none;
	text-indent: -6px;
}

li.bullets {
	font-size: 9pt;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	margin-left: 1.5em; 
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0em; 
	margin-top:0em;
	list-style: disc;
	font-weight: normal
}

a { color: #009933; cursor: pointer; text-decoration: none; }
a:link { text-decoration: none; }
a:hover {text-decoration: underline; }
a:visited { text-decoration: none; }
a:visited:hover {text-decoration: underline; }

a.headerMenuLink { font-size: 9pt; font-weight: bold; text-decoration: none; margin-left: 20px; }
a.headerMenuLink:link, a.headerMenuLink:visited { color: #FFFFFF; text-decoration: none; }
a.headerMenuLink:hover, a.headerMenuLink:visited:hover { color: #E9E9E9; text-decoration: underline; }

a.leftMenuLink { font-size: 9pt; font-weight: normal; text-decoration: none; }
a.leftMenuLink:link, a.leftMenuLink:visited { color: #009933; text-decoration: none; }
a.leftMenuLink:hover, a.leftMenuLink:visited:hover { color: #999999; text-decoration: none; }

a.leftMenuSubLink { font-size: 8pt; font-weight: normal; text-decoration: none; }
a.leftMenuSubLink:link, a.leftMenuSubLink:visited { color: #333333; text-decoration: none; }
a.leftMenuSubLink:hover, a.leftMenuSubLink:visited:hover { color: #999999; text-decoration: none; }

input.text {
	color: #333333;
	font-size: 9pt;
	height: 14px;
	width: 200px;
	border: 1px solid #CCCCCC;
}

textarea.text {
	color: #333333;
	font-size: 9pt;
	height: 70px;
	border: 1px solid #CCCCCC;
	margin-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

input.checkbox {
	color: #333333;
	height: 12px;
	border: 0px solid #FFFFFF;
	margin: 0px;
}

input.button {
	 color: #FFFFFF;
	 background-color: #009933;
	 font-size: 9pt;
	 font-weight: bold;
	 border: 1px solid #333333;
}

select.list {
	color: #333333;
	font-size: 9pt; 
	width: 200px; 
	border: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.unbold {
	font-weight: normal;
}

.content {
	padding: 0px 5px 0px 5px;
	font-size: 9pt;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.outerColumn {
	width: 164px;
}

.columnHeaderCell {
	font-size: 13px;
	font-weight: bold;
	background-color: #009933;
	color: #FFFFFF;
	padding: 5px;
}

.columnHeaderCellInv {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 5px;
}

.programInfo {
	margin-bottom: 20px;
}

.programTitle {
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	margin-bottom: 4px;
}

.programDate {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2px;
}

.programDescription {
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	margin-bottom: 4px;
}

.programLink {
	text-align: right;
	color: #009933;
}

.sProgramTitle {
	font-size: 12px;
	font-weight: bold;
	color: #009933;
	margin-bottom: 4px;
}

.sProgramDate {
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	margin-bottom: 2px;
}

.rightbox {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 4px;
}

.callout {
	background-color: #BBCCBB;
	background-image: url(/art/lookandfeel/arrow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 210px;
	padding: 4px 32px 4px 4px;
	border: 1px solid #009933;
	cursor: pointer;
}

.storyTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

.storyDateline {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2px;
}

.storyByline {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 6px;
}

.storyAbstract {
	font-size: 9pt;
	color: #333333;
}

.storyCont {
	font-size: 9pt;
	color: #333333;
	display: none;
}

.storyExpand {
	margin-left: 10px;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

.calendarTablePop {
	border-bottom: 1px solid #AAAAAA;
}

.clientsLink_off {
	margin-top: 10px;
	padding: 1px;
	font-weight: bold;
	background-color: #C2C2C2;
	color: #333333;
	cursor: pointer;
	text-align: center;
}

.clientsLink_on {
	margin-top: 10px;
	padding: 1px;
	font-weight: bold;
	background-color: #009933;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}

.mailingListForm {
	width: 350px;
	text-align: left;
	left: 103px;
	position: relative;
}

.mailingListHead {
	font-weight: bold;
	margin-top: 5px;
}

.mailingListOption {
	width: 350px;
	padding-left: 20px;
}

.breadcrumbs {
	border-top: 2px solid #889988;
	border-bottom: 2px solid #889988;
	background-color: #EEFFEE;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

/* Tabs CSS */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #366;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 /*border: 1px solid #366;
 border-bottom: none;
 background: #CCC;*/
 text-decoration: none;
}

ul.tabbernav li a:link { color: #366; }
ul.tabbernav li a:visited { color: #366; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #366;
}

ul.tabbernav li.tabberactive a
{
 background-image: url(/art/lookandfeel/white_tab.gif);
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #CCC;
 background-color: #FFF;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #366;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
