/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img02_blue.jpg) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.clear-both {
	clear: both;
	}
	

/**  IMAGES  */

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 20px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
	background: url(images/header_blue.jpg) no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04_blue.jpg) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/**  LEFT COLUMN MENU ITEMS */

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img04_blue.jpg) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: #254360;
}

.list1 a:hover {
	background: #FFFFFF;
	color: #254360;
}

.list1 a.active {
	background: #FFFFFF;
	color: #254360;
	border: 1px dashed #cccccc;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

/** MAIN COLUMN  */

#maincolumn {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px dashed #cccccc;
}

#maincolumn h2 {
	height: 22px;
	border-bottom: 1px dashed #cccccc;
	font-size: 12pt;
	font-weight: bold;
}

/** LEFT SIDE COLUMN */

#leftcolumn {
	float: left;
	width: 200px;
}

#leftcolumn h3 {
	height: 16px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03_blue.jpg) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

/** TABLES  */

#music_hire {
	width: 540px;
	border-collapse: collapse;
	border: 1px dashed #cccccc;
	}
	
#music_hire  td{
	border: 1px dashed #cccccc;
	padding: 0px 0px 0px 5px;
	}
	
#music_hire table-header-group {
	font-weight: bold;
	}
	
#previous {
	width: 540px;
	border-collapse: collapse;
	}
	
#previous table-header-group {
	font-weight: bold;
	}

#previous  td{
	border: 1px dashed #cccccc;
	padding: 0px 0px 0px 5px;
	}	

#committee {
	width: 540px;
	border-collapse: collapse;
	}
	
#committee table-header-group {
	font-weight: bold;
	}

#committee  td{
	border: 1px dashed #cccccc;
	padding: 0px 0px 0px 5px;
	}		
	
/** FONT STYLES */
	
	p.italic {
	font-style: italic;
	}