 /* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*

   Chandos Styles

   Authors:
      Name  : Hugh Field-Richards, Ian Field-Richards
      Email : hsfr@hsfr.org.uk, ifr@sevenseventyfour.com

   LICENSE:
 
   This software is free software; you can redistribute it
   and/or modify it under the terms of the GNU Lesser General
   Public License as published by the Free Software Foundation;
   either version 2.1 of the License, or (at your option) any
   later version.
   
   This software is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
   Lesser General Public License for more details.
   
   You should have received a copy of the GNU Lesser General Public
   License along with this software; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

*/

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-   TOP PANEL  -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Top Panel where all the main content sits
*/

#contentPanel {
   width: 620px;
   height: 600px;
	background-color: #E7E0D6;
	padding: 10px 20px 10px 20px;
	background-image: url( ../images/notes.gif );
	background-position: right bottom;
	background-repeat: no-repeat;
}

#wideContentPanel {
   width: 620px;
   height: 600px;
	background-color: #E7E0D6;
	padding: 10px 20px 10px 20px;
	background-image: url( ../images/notes.gif );
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 150%;
}

/* #contentPanel p {
	font-size:90%;
} */

#contentPanel p a:link { color: #660000; text-decoration: none }
#contentPanel p a:visited { color: #660000;  text-decoration: none }
#contentPanel p a:hover { color: white; text-decoration: none; background-color: #A84E1D; }
#contentPanel p a:active { color: #660000;  text-decoration: none }





