/* basicPage CSS */
/** {
	margin: 0px;
	padding: 0px;
	border: 0px;
} */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #300;
	background: #FFE;
}
div#header {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 950px;
	height: 111px;
	border-bottom: thin solid #660000;
	background: url(../siteimages/BB-logo-banner.jpg) no-repeat;
	right: auto;
	z-index: 99;
	margin-right: 100px;  /* N.B. Different fro orig department.css file */
}
div#UpgradePolicy {
	float: right;
	margin-right: 90px;
}
div#UpgradePolicy img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div#UpgradePolicy a {
	text-decoration: none;
	border: 0px;
}
div#nav {
	float: right;
	width: 160px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	font: 80% Arial, Helvetica, sans-serif;
	background: #ccb;
}
div#nav ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}

div#nav a {
	display: block;
	border-top: 1px solid #660000;
	padding: 2px 0px 2px 10px;
	color: #660000;
	text-decoration: none;
}
div#nav a:hover {
	background-color: #FFEEAA;
	font-weight: bold;
}
div#wrapper {
	position: absolute;
	left: 25px;
	top: 118px;
	width: 950px;
	right: auto;
}
div#events {
	background: #eee8cc;
	width: auto;
	margin: 10px 10px auto 185px;
	font-size: 80%;
	padding-top: 0px;
	line-height: 1.2em;
	padding-left: 0px;
}
div#events p {
	margin-left: 5px;
}
div#events ul li {
	list-style: inside;
}
div#footer {
	color: #C99;
	clear: both;
	height: 3em;
	margin: 0px;
	padding: 2px 0px;
}
div#footer ul {
	margin: 10px 10% 0 10%;
	width: auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}
div#footer li {
	display: inline;
}
div#footer a {
	font-size: 80%;
	color: #C99;
	text-decoration: none;
	padding: 0 2em 0 2em;
	text-align: center;
}
div#footer a:hover {
	text-decoration: underline;
}

/* tag redefinitions */
p {
	font-size: 95%;
	line-height: 1.2ems;
	margin: 10px 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #330000;
	font-style: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: xx-large;
	text-align: center;
	letter-spacing: 1em;
	background-color: #330000;
	color: #eee8cc;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: xx-large;
	text-align: left;
	letter-spacing: .6em;
	border-bottom: solid 1px;
}
h3 {
	font-size: 2em;
	letter-spacing: 0.5em;
	text-align: center;
	color: #eee8cc;
	background-color: #330000;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1em;
}
h4 {
	text-align: left;
	margin-top: 10px;
	font-size: 1.2em;
	letter-spacing: .1em;
	line-height: 1.2em;
}
h5 {
	font-size: 1.5em;
	letter-spacing: .2em;
	text-align: center;
	background-color: #300;
	color: #eee8cc;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}
h6 {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .5em;
	border: 1px solid #330000;
	padding: 3px;
}
h6 a {
	letter-spacing: normal;
}

/* * * * * * * * * * * * * * * * * * * * * * * * */
/* 					Classes						 */
/* * * * * * * * * * * * * * * * * * * * * * * * */
.instrument {
	font-weight: bold;
	color: #306;
	font-size: 110%;
}
.instColor {
	font-weight: bold;
	color: #000;
}
a.photo {
	font-weight: bold;
	text-transform: uppercase;
	color: #0066FF;
	text-decoration: underline;
}
.just_in {
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFF00;
	background: #660000;
}
.price {
	color: #006600;
	font-weight: bold;
}
.highlight {
	font-style: italic;
	color: #FFFFEE;
	background: #695;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.year {
	font-weight: bold;
	color: #990066;
}
.pictureFloatLeft {
	float: left;
	margin: 7px 7px 7px 5px;
}
.pictureFloatRight {
	float: right;
	margin: 7px 5px 7px 7px;
}
.caption {
	font-size: 80%;
	margin-top: 3px;
}
.clearIt {
	clear: both;
}
.centerDiv {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.center {
	text-align: center;
}
p.blockquote {
	width: auto;
	margin-right: 10%;
	margin-left: 10%;
}
.bigger {
	font-size: 130%;
}
div#events p.onhold {
	background-image: url(../siteimages/onHold.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.upgrade {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33FF00;
	display: inline;
	background-color: #FF0000;
}
.special {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006633;
}

