body {
	font-size: 10pt;	
	font-family: "Georgia", "Palatino", "Times", "Times New Roman", "Sarif";
	color: #222;
}
#sideBar {
	float: left;
	width: 200px;
} 

#menu {
	border-collapse: collapse;
}

#menu li {
	display: block;
	background: #eee;
	width: 190px;
}

#menu li a {
	display: block;
	padding: 5px;
	border: 1px solid #aaa;
}
#menu li a:link,
#menu li a:visited {
	text-decoration: none;
	color: #008;
}
#menu li a.warn:link,
#menu li a.warn:visited {
	text-decoration: none;
	color: #800;
}
#menu li a:hover {
	background: #edd;
}
#menu li.current a {
	background: #fff;
	border-right: 1px solid #fff;
}

#content {
	float: left;
}
div {
}

table {

}

tr.even td {
	background: #eef;
}

th, td {
	border: 1px solid #aaa;
	padding: 5px;
}

label {
	display: block;
	clear: left;
}

label span {
	float: left;
	display: block;
	width: 200px;
}

label.checkbox, label.radio {
	display: inline;
	clear: none;
}
label.select {
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-top: 1em;
	color: #111;
}

h1 { font-size: 180%; }	
h2 { font-size: 160%; }	
h3 { font-size: 140%; }	
h4 { font-size: 120%; }	
h5 { font-size: 110%; }	
h6 { font-size: 100%; }	

.errorList, .errors, .error {
	color: #800;
}

input.text {
	width: 400px;
}
select {
}

textArea {
	width: 300px;
	height: 100px;
	margin-bottom: 2em;
}

p {
	margin-bottom: 0.5em;
}

#masthead h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.warn {
	color: #800;
}

table.duetsTriosQuartets {
	width: 900px;
}

form textarea {
	width: 600px;
}

form textarea.rep {
  width: 200px;
  height: 60px;
}
