body {	text-align: center;  /* this centres the site in IE */
	}

#container {

			width: /*760px*/790px;
			border: 1px solid gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			background: url(images/dancers_5.gif) no-repeat top left; 
			border: 1px solid #960000; 
			background-color: rgb(213,219,225);
			padding: 5px;
			margin-bottom: 5px;
			height: /*150px*/ 8em;

		}

/*		#sidebar-a {
			float: left; 
			/*width: 5em;
			margin: 0;
			margin-right: .5em; 
			padding: .5em; 
			background-color: #cccccc;
			html>body #list-menu
} */
		

		#content {
			padding: 5px;
			margin-left: 162px; 
			text-align: left; /* this puts the text back to the left */
		}
		
#list-menu  {
float: left;
display: block;
margin-left: 2px
width: /*120px */ 9.1em;
padding: 2px 2px 2px 5px;
border: 1px solid #960000;
background: rgb(213, 219, 225);
text-decoration: none;
text-align: left; /* this puts the text back to the left */
/*filter:blendTrans(duration=0.5);*/
/* html>body .box
{
width: auto;
min-width: 9.5em
} */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: .75em;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width: 124px; /*originally 100px then 124px*/
padding: 5px 5px 5px 18px; /*originally 2px 2px 2px 10px*/
border: 1px solid #960000;
background: rgb(213,219,225);
text-decoration: none; /*lets remove the link underlines*/
/*onfocus="this.blur() /*removes annoying black line when link is clicked*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #960000;
/*font-weight: bold;*/
}

#list-menu a:hover {
border: 1px solid #960000;
background: #960000;
color: #ffffff;
}

p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.heading {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .95em; 
	font-weight: bold; 
	color: #990000;
	float: right;
}

.heading2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.25em; 
	font-weight: bold; 
	color: #990000;
	align: right;
}

#box_1 {
/*	background:  url(images/line.gif); */
	background-repeat: no-repeat;
	background: rgb(213,219,225);
/*	border: 1px solid #000066;*/
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	float: left;
	width: 300px;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 10px;
	padding-left: 20px;
}
#box_2 {
/*	background:  url(images/line.gif);*/
	background-repeat: no-repeat;
	background: rgb(213,219,225);
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	float: right;
	width: 220px;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 10px;
	padding-left: 20px;
}

.dropitem {
	color: #960000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
/*	font-weight: bold;*/
	text-decoration: none; 
}

.dropitem:hover {  
	color: #000066; 
	text-decoration: underline; 
/*	font-weight: bold*/
}

/* .dropitem:visited {
	color: #960000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none; 
} */

.dropitem2 {
	color: #960000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.dropitem2:hover { text-decoration: underline; font-weight: bold}

.dropitem2:visited {
	color: #960000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
/*	font-weight: bold;*/
	text-decoration: none; 
}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			background-color: rgb(213,219,225);
		}