body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	background-color: #99ccff;
	background-image: url("images/bluewallpaper2.jpg");
	background-repeat: repeat;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 130%;
}

img {
	border-style: none;
}

li {
	line-height: 1.2em;
	list-style-image: url(images/notebullet.gif);
	margin-bottom: 10px;
}

form {
	padding: 20px;
}

table.musicsamples {
	background-color: #bbddff;
	table-layout: auto;
	margin-top: 50px;
	margin-bottom: 100px;
	padding-bottom: 20px;
}

caption {
	font-size: 105%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffcc;
}

#menu {
	border-width: thin;
	border-style: solid;
	border-color: #cce6ff;
	width: 130px;
	padding: 0px 10px 10px 10px;
	margin: 0px 20px 20px 0px;
	background-color: #cce6ff;
	text-align: center;
	float: left;
}

#header {
	border-width: thin;
	border-style: solid;
	border-color: #cce6ff;
	background-color: #cce6ff;
	text-align: center;
	width: 700px;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
}

#main {
	width: 500px;
	padding: 20px;
	padding-left: 0px;
	margin: 20px 20px 20px 170px;
}

#footer {
	width: 700px;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	clear: both;
}

.italic {
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
	color: #444444;
}

.headeritalic {
	font-style: italic;
	font-size: 60%;
}

.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.center {
	text-align: center;
}

.musicimage {
	float: right;
	padding: 20px 0px 0px 50px;
}

.musicimageleft {
	float: left;
	padding: 20px 20px 10px 20px;
}

.musicindextext {
	font-size: 115%;
	clear: right;
}

.subtitle {
	border: none;
	background-color: #ccffff;
	display: inline;
	font-weight: bold;
}

.musicfees {
	width: 300px;
	background-color: #ffffcc;
	margin-bottom: 30px;
}

.centerit {
	padding-left: 60px;
}

.registration {
	border:1px dotted black;
	background-color: #99ccff;
	margin: 10px 0px 10px 0px;
}

.regislegend {
	border: 2px solid black;
	background-color: #a8e475;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.formlabel {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

div.row span.formanswers {
	width: 300px;
	text-align: left;
}

a:link {
	color: #003399;
}    

a:visited {
	color: #993300;
}  

a:hover {
	color: #006600;
}
 
a:active {
	color: #ff0000;
}  