   body {color: #6E797F; background-color: #FFFFFF; font-family: "Helvetica" "Georgia"; font-size: 10pt; margin-left: 5px; margin-right: 0; margin-top: 0; margin-bottom: 0;}

   p { margin-left: 10px; }
   
   a:link { color: #000080; text-decoration: none}
   a:visited { color: #000080; text-decoration: none}
   a:hover { color: #ff0000; text-decoration: none}

   tr.headingRow {background-color: #ffffff;}

   .pageHeader {font-size: 14pt; font-weight: normal;}
   .pageSectionHeader {font-size: 10pt; color: #005E9C; font-weight: bold;}
   .pageSectionHeader2 {font-size: 10pt; color: #6E797F; font-weight: bold;}
   .fineprint {font-size: 8pt}

	/* page layout sections */   
	td.leftmenu {width: 332px; background-color: #FFFFFF;}
   td.content {
   	padding-right: 7px; 
   	padding-left: 7px; 		
   	border-top:    2px  solid #ffffff; 
		border-bottom: none; 
		border-left:   2px  solid #ffffff; 
		border-right:  2px  solid #ffffff;
   }
   td.righthandside {color: #ffffff; background-color: #A8A87E; width: 160px; padding-left: 5px;}
   td.footer {font-size: 10px; text-align: center; color: #A8A87E;}
   th 
   {
   	color: #FFFFFF;
   	background-color: #005E9C;
   }
   
   .column-header {color: #B4BBBF; font-size: 12pt; font-weight: bold;}
   
   a:link.nav { font-size: 10pt; color: #F5F5B8; font-weight: bold; text-decoration: none}
   a:visited.nav { font-size: 10pt; color: #F5F5B8; font-weight: bold; text-decoration: none}
   a:hover.nav { font-size: 10pt; color: #663501; font-weight: bold;text-decoration: none}

   a:link.bodySmallLink {font-size: 8pt; color: #A8A87E; font-weight: bold; text-decoration: none}
   a:visited.bodySmallLink {font-size: 8pt; color: #A8A87E; font-weight: bold; text-decoration: none}
   a:hover.bodySmallLink {font-size: 8pt; color: #ff0000; font-weight: bold;text-decoration: none}

   .navSectionHeader {color: #F5F5B8; font-size: 13pt; font-weight: bold; font-style: italic; text-decoration: none;}
   .navDetails {color:#F5F5B8; font-size: 8pt;}
   
   
   /* Top menu table - we want the background to extend across the entire page */
   .topmenu
   {
   	/* Menu background image - left and right of the menu items */
   	/* background-image: url(images/pubNavBar/navBackground.jpg); */
   
   	/* Menu background color - left and right of the menu items */
   	background-color: #A8A87E;
   	width: 100%;
   	border: none;
   }
   
   /* cell in the left corner of the top menu - we want it to be as wide
      as the left hand menu so the top menu items do not appear above the
      left menu
   */
   .topmenu #corner-cell
   {
   	width: 1px;
   }
   
   /* Menu Cells */   
   .menuitem
   {
   	position:relative;
   	z-index: 100;
   	
   	/* Height of each menu item */
   	height: 47px;
   	
   	/* Background image for each menu item - shown when mouse not on item */
   	/* background-image: url(images/pubNavBar/navBackground.jpg); */
   	
   	/* Background color for each menu item - shown when mouse not on item */
   	background-color: #FFFFFF;
   	
   	/* Use these borders to make menu item look like button */	
   	/*
		border-top:    2px  solid #FFFFFF;
		border-bottom: 2px  solid #000000;
		border-left:   1px   solid #FFFFFF;
  		border-right:  2px  solid #000000;
  		*/
   }
   
   /* All top menu items - use class="menuitem top" */
   .menuitem.top
   {
		/* Use the following for the flat look (comment out for button look)*/
		border-top:    none;
		border-bottom: none;
		border-left:   1px solid #663501;
  		border-right:  none;
  		padding-left:  4px;
  		padding-right: 4px;
   }
   
   /* First menu item in top menu class="menuitem top first" 
      When using a flat type of menu item, the first item needs a
      separator on the left
   */
   .menuitem.top.first
   {
   	/* Use the following for the flat look (comment out for button look) */
		border-left:   none;
   }

	/* all left menu items, class="menuitem left" */   
   .menuitem.left
   {
		/* Use the following for the flat look (comment out for button look)*/
		/* border-top:    2px solid #005E9C; */
		border-bottom: none;
		border-left:   none;
  		border-right:  none;
  		padding-top:   0px;
  		padding-bottom: 0px;
  		padding-left:  0px;
  		padding-right: 0px;
   }

	/* first left menu item, class="menuitem left first" */
   .menuitem.left.first
   {
		/* Use the following for the flat look (comment out for button look)*/
		border-top: none;
   }
  
   /* Links that appear within the menu cells */
   .menuitem a,.menuitem a:visited
   {
   	display: block;
   	
		height: 47px;
		
   	/* Amount to indent text of each anchor menu item */
   	text-indent: 24px;
   	
   	/* Bottom border for each menu item */
   	border-top: 1px solid #005E9C;
   	
   	/* Padding for each menu item */
   	/* padding: 2px 5px 2px 5px; */
   	
   	/* Text decoration for each menu item */
   	text-decoration: none;
   	text-align: left;
   	
   	/* Text color of each menu item - Mouse not over */
   	color: #B4BBBF;
   	
   	/* Font of each menu item */
   	font: 13pt "Helvetica" "Times New Roman" "Gill Sans" "Arial";

   	font-weight: normal;

   	/* Left margin of each menu item - Mouse not over */
   	/*margin-left: 7px;*/
   
   	/* Right margin of each menu item - Mouse not over */
   	/*margin-right: 7px;*/

   	background-image: url(images/blue-box.jpg);
   	background-repeat: no-repeat;
   	background-position: center left;
   }
   
   /* first link doesn't have a border */
   .menuitem.left.first a, .menuitem.left.first a:visited
   {
   	border-top: none;
   }
    
   .menuitem a:hover
   {
   	display: block;
   	
   	vertical-align: middle;
   	
   	/* Bottom border for each menu item */
   	border-top: none;
   	
   	/* Padding for each menu item - Mouse over*/
   	/* padding: 3px 4px 1px 6px; */
   
   	/* Font of each menu item */
   	/* font: 14px "Helvetica" "Times New Roman" "Arial" ; */
   	/* font-weight: bold; */
   
   	/* Text decoration for each menu item */
   	/* text-decoration: none; */
   	
   	/* Text color for each menu item - Mouse over*/		
   	color: #B1B9BC;
   	
   	/* Background image for active menu item (mouse over) */		
   	background-image: url(images/rollover.jpg);
   
   	/* Background color for active menu item (mouse over) */	
   	/* background-color: #663501; */
   }


   
   