/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
 Customized for the New York New Music Ensemble by K-C-P.com
  ------------------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #003366;
	background-color: #FFFFFF;
	background-image:url(../assets/images/PageBG.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	padding: 0;
	width:100%;
	min-width: 760px;
}
#masthead {
	color: #003366;
	background-color: transparent;
	padding: 0;
	margin: 0;
	background-image: url(../assets/images/bnrBG.jpg);
	background-repeat: repeat-x;
	width:95%;
	min-width: 770px;
	margin: 0 auto;
}
#wrapper {
	position: relative;
	width:770px;
	margin: 0 auto;
}
#column_wrapper {
	border: none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	margin: 0px 0px 0px 210px;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 10px 0 0 20px;
	font-size: 0.85em;
	line-height: 1.25em;
}
#left .content {
	padding: 10px;
	font-size: 0.75em; 	
	line-height: 1.25em;
}
#masthead .content {
	padding: 28px 0 0 230px;
	color: #003366;
}
#masthead .content h1{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
#footer .content {padding: 12px 20px;}
#footer {
	color: #003366;
	background-color: #99ccff;
	margin: 0;
	padding-left: 20px;
	font-size: 0.7em;
	height: 100px;
}
/* .menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
} */
#right a:link {
	color: blue;
}
#right a:visited {
	color: #9900ff;
}
#right a:hover {
	color: #FFFF99;
	background-color:#003366;
}
/* #wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
} 
#wrapper .menulist a:hover {
	border-color: #000000;
} */
#footer a:link {
	color: #003366;
}
#footer a:visited {
	color: #9900ff;
}
#footer a:hover {
	color: #FFFF99;
	background-color:#003366;
}
/* .p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
} */
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
	padding-top: 0;
}
.content p {
	margin: 12px 0;
}
.content table {
	border-collapse: collapse;
	width: 90%;
}
.content td, .content th {
	text-align: left;
	vertical-align: top;
	padding: 0 1em;
}
.specialtable td, .specialtable th  {
	border-bottom: 1px solid #99CCFF;
}
.floatleft {float:left}
.floatright {float:right}
.centeredcontainer {
	margin: 0 auto;
	display: block;
	position: relative;
}
img {
	border: none;
	display: block;
}
.italics {
	font-style: italic;
}
.datarow {
	border-top: 1px solid #99CCFF;
	padding-top: 1em;
	min-height: 180px;
}
.datarow h2 {
	margin-top: 0;
}
