/* General Styles */
body{
  text-align: center; /* for IE */
}

/* undo the damage by the IE hack and put body styles in */
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align:left;
	font-family: arial, verdana, sans-serif;
	font-size:small;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	width:970px;
	border:1px solid #cccccc;
	
}

h1 {
	font-size:large;
	color:#654db6;
	margin-bottom:10px;
}
h2 {
	font-size:medium;
	color:#666666;
	margin-bottom:10px;
	margin-top:0px;
}
h3 {
	font-size:small;
	color:#666666;
	margin-bottom:8px;
	margin-top:0px;
}
 h4{
	font-size:small;
	font-style:italic;
	color:#666666;
	margin-bottom:8px;
	margin-top:0px;
}


  /* used for the masthead banner */
.masthead{
	padding: 0px 0px 0px 0px;
}


   /* Left hand Col */
.leftPanel{
  border-right:1px solid #666666;
	float: left;
	width:127px;
	/*height:500px;*/
	background-color: #ffffff;
	padding:10px 10px 10px 10px;
}

/* Center Panel was 416, try 16*/
.centerPanel{
	width:618px;
	padding :10px 10px 10px 10px;	
	float:left;
	
}

/* Right hand panel when no center panel Width = 970-(135 + (2 * 10)) - 20= 805*/
.rightPanel2{
 	float:left;
	width:805px;
	background-color: #ffffff;
	padding:10px 6px 10px 6px;
}

/*For the CSS Menu system */

ul.makeMenu, ul.makeMenu ul {
  	width: 127px;                /* sets the size of the menu blocks size of div less 20px (padding)*/
  	background-color: #ffffff;   /*a bg-color MUST be included for IE to work properly! */
 	padding: 0px 0px 0px 0px;           /*  stops the usual indent from ul */
 	margin: 0px;
  	cursor: default;             /* gives an arrow cursor */
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
 position:relative;         /*makes the menu blocks be positioned relative to their parent menu item
                                the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #654db6;                 /* sets the default font colour  */
  border-bottom:1px dotted black;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position:absolute;         /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 127px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
	background-color:#cccccc;
	padding-left:4px;
	padding-right:4px;
	width:150px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #654db6;      /* gives the active menu items a blue background */
  color: #ffffff;                 /* makes the active menu item text white */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { 
	color: #654db6; 
	display: block; 
	width: 100%; 
	text-decoration: none;
 }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { 
	color: #ffffff; 
}
ul.makeMenu li:hover > a { 
	color: #ffffff; 
} /* supports links in branch headings - should not be display: block; */
<!--[if gt IE 5.0]><![if lt IE 7]>

/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}
<![endif]><![endif]-->



/* ______________________ End of useful definitions _____________________ */


.mainTable {
	height:550px;
}
td {
	vertical-align:top;
}
.pictures {
	vertical-align:top;
	text-align: center;
	color:#666666;
	padding:10px 10px 10px 10px;
	font-size:x-small;
}



.panelHead{
	color:white;
	background-color:#654db6;
	font-size: small;
	font-weight:bold;
	text-align:center;
	padding-bottom:3px;
	padding-top:2px;

}

.panelInfo{
	color:white;
	background-color:#9999cc;
	font-size: small;
	font-weight:bold;
	text-align:center;
	padding-bottom:3px;
	padding-top:2px;

}
/* End of Left panel styles */

/* Right hand panel when a center panel is used  */
.rightPanel{
  float:left;
	width:163px;
	background-color: #ffffff;
	padding:10px 10px 10px 10px;
	border-left:1px solid #666666;
}

.panelHeadR{
	color:white;
	background-color:#654db6;
	font-size: small;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	padding-bottom:3px;
	padding-top:2px;
	padding-right:10px;
}




.panelText{
	font-size:x-small;
	color:#666666;
	padding:10px 0px 10px 0px;
}
.panelGrey{
	font-size:x-small;
	color:#666666;
	background-color:#cccccc;
	padding: 10px 10px 5px 10px;
	vertical-align:top;
}
.heading{
	font-size:large;
	color:#654db6;
	margin-bottom:3px;
}
.heading2{
	font-size:medium;
	color:#654db6;
        font-weight:bold;
	margin-bottom:10px;
	margin-top:0px;
}
.panelLink{
	text-decoration:none;
	color:#666693;
	font-size:x-small;
}
.panelLinknormal{
	text-decoration:none;
	color:#666693;
}
p {
	font-size:small;
}

.p0 {
	font-size:x-small;
}

img {
	border:0px;
/*	width:240px;*/
	/*height:160px;*/
}

img.rotmpics {
	border:0px;
	width:240px;
	/*height:160px;*/
}

.eventHead {
	background-color:#654db6;
	color:#FFFFFF;
	text-align:left;
	padding:2px 5px 2px 5px;
}
.eventLine{
	font-size:x-small;
	color:#333333;
	padding:10px 0px 0px 5px;
}
.tableLine{
	padding:0px 0px 0px 0px;
	height:1px;
	border-bottom:1px solid #cccccc;
}
.galleryPhoto{
	text-align:center;
	vertical-align:top;
	width:25%;
	padding-bottom:10px;
}
.nonLinkDisplay {
	text-decoration: none;
	color:#666666
}
.panelEditor{
	font-size:small;
	color:#666666;
	background-color:#cccccc;
	padding: 10px 10px 5px 10px;
	vertical-align:top;
}
.errorBox{
	border:1px solid red;
	color:red;
	font-size:x-small;
}



/*
#topPanel{
	position:absolute;
    padding:0px; margin:0px;
	top:10px;
	left:10px; 
	width:750px;
	border: 1px solid #888888;
	background-color:#ffffff;
}

*/
