body {
	margin: 0;
	padding: 0;
	background-color: #000000;	
}
div {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 0;
}
h3, .head3 
{
	font-weight: bold;
	font-size: 16px;
	color: #003300;
}

#outer {
	margin: auto;
	margin-top: 15px;
	width: 937px;
}
#headertop {
	width: 100%;
	height: 91px;
}
#headerbottom {
	width: 100%;
	height: 95px;
	position: relative;
}
#headertop img, #headerbottom img {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
#topnav {
	height: 50px;
	width: 280px;
	position: absolute;
	left: 660px;
	top: -36px;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav li {
	float: left;
	margin-right: 10px;
}
#wrapper {
	float: left;
	background-color: #000000;
	background-image: url(../images/bkgslice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 15px;
}
#leftcolumn {
	width: 164px;
	float: left;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}
#leftcolumn img {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
#rightcolumn {
	width: 768px;
	float: left;
	background-color: #CEFFCE;
	min-height:600px;
	height:auto !important;
	height:600px;
}
#leftnav {
	background-image: url(../images/leftnav_bkg.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	height: 364px;
}
#leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftnav li {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 164px;
	float: left;
}
#leftnav a {
	height: 25px;
	width: 153px;
	display: block;
	float: left;
	padding-left: 11px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #29FFA5;
	text-decoration: none;
	font-size: 12px;
}
#footer {
	width: 937px;
	height: 20px;
	float: left;
	background-color: #CEFFCE;
	background-image: url(../images/bottomleft_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	overflow: none;
	position: relative;
}
#bottomright {
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: 10;
}
#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 150px;
	margin-left: 0px;
}
#footercontent {
	font-size: 10px;
	color: #006600;
	margin: auto;
	width: 350px;
	padding-top: 5px;
}

#maincontent img {
	padding: 10px;
}	
h1 {
	font-size: 28px;
	color: #003300;
}
#maincontent a {
	color: #003300;
}
#maincontent ul {
	margin:7px;
	padding:7px;
}
#maincontent li {
	margin: 0 7px 0 7px;
	padding: 0 7px 0 7px;
}
#footercontent a {
	color: #003300;
}

hr {
	color: #003300;
	background-color: #003300;
}

h2 {
	font-size: 24px;
	color: #003300;
}
h4{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.emphasis {
	font-size: larger;
	font-weight: bold;
	color: #003300;
}
.biolinks {
	font-size: 10px;
	/*float: left;*/
	display:inline-block;
	height: 110px;
	width: 80px;
	text-align: center;
}
#maincontent div.biolinks img {
	padding: 0 0 10px 0;
}

/*-------------calendar styles------------*/
.performance, .brightgreen
{
	background-color: #33FF9B;
}
.junior, .pink
{
	background-color: #F0C0FF;
}
.senior, .aqua
{
	background-color: #80FFC0;
}
.joint, .purple
{
	background-color: #60679B;
}
.allday, .green
{
	background-color: #008000;
}
.orange
{
	background-color: #FF8000;
}
.yellow
{
	background-color: #FFFF80;
}
.blue 
{
	background-color: #2080D0;
}
.red
{
	background-color: #E9323C;
}
.legend
{
	margin-left: 7px;
}

/*-----------gallery styles---------------*/
 #gallery ul {
 	margin: 0;
	padding: 0;
	list-style-type: none;
 }
 #gallery {
	width: 100%;
	float: left;
	margin-bottom: 100px;
 }

#dhtmltooltip{
	position: absolute;
	padding: 2px;
	width: auto;
	border: 2px solid black;
	background-color: #66FF99;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#galleryimg {
	border: 4px double #666666;
}

#gallery img {
	margin: 0;
	padding: 0;
}

#gallery li {
	display: inline;
	margin: 0;
}
#gallery li a {
	height: 15px;
	width: 12px;
	margin-right: 3px;
	display: block;
	float: left;
	background-color: #00CC66;
	margin-bottom: 3px;
}
#thumbs {
	width: 100%;
	float: left;
}

#meet_dancers div{
	display:inline-block;
	width: 100%;
}

