@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#000;
	margin:20px;
	background-image: url(../img/back-1.gif);
	background-repeat: repeat;
	}

.calendar {
	border-right:1px solid #9966CC;
	border-bottom:1px solid #9966CC;
	}
.calendar td{
	border-left:1px solid #9966CC;
	border-top:1px solid #9966CC;
	}
.NoBorder td{
	border:none;
	}
a {
	color:#663399;
	}
#Container {
	width:900px;
	background-color:#663399;
	border:2px solid #9966cc;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	}
.contentHome {
	background-color:#fff;
	border:1px solid #9966cc;
	border-top:none;
	padding:20px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/dancers3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.content {
	background-color:#fff;
	border:1px solid #9966cc;
	padding:20px;
	padding-top:0px;
	margin-left:auto;
	margin-right:auto;
	border-top:none;
}
.nav {
	background-color:#fff;
	border-bottom:none;
	margin-bottom:20px;	
	}
.nav a {
	display:block;
	padding:2px 20px;
	text-decoration:none;
	border-left:1px solid #9966cc;
	border-bottom:1px solid #9966cc;
	border-right:1px solid #9966cc;
	background-color:#b495e8;
	font-weight:bold;
	color:#003663;
	}
.nav a:hover {
	color:#fff;
	}
.nav a.active {
	color:#fff;
	background-color:#9966cc;
	}
h1 {
	color:#003663;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;	
	}
h2 {
	color:#663399;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;	
	}
.boldorg {
	font-weight:bold;
	color:#ff6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.footer {
	font-weight:bold;
	color:#003663;
	padding-top:15px;
	border-top:1px solid #ff6600;
	margin-top:20px;
	}
.footer a{
	text-decoration:none;
	color:#003663;
	}
.footer a:hover{
	text-decoration:underline;
	color:#ff6600;
	}
.hometext {
	font-weight:bold;
	color:#003663;
	width:480px;
	margin-top:20px;
	}
hr {
	noshade:noshade;
	color:#ff6600;
	}
