body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E6E6E6;
	}

#main {
	margin: auto;
	width: 570px;
	height: 555px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -275px;
	padding-bottom: 25px;
	background-image: url(images/l_fade.gif);
	}

#header {
	left: 10px;
	position: absolute;
	width: 550px;
	height: 175px;
	background-image: url(images/bv_green.gif);
	background-repeat: no-repeat;
	top: 0px;
	}

#address {
	width: 140px;
	position: relative;
	left: 500px;
	top: 25px;
	font-size: 10pt;
	margin-right: 10px;
	padding-top: 0px;
	text-align: center;
	}

a {
	color: #990000;
	font-weight: bold;
	}
  
#content {
	width: 380px;
	height: 368px;
	position: absolute;
	left: 150px;
	top: 177px;
	padding-left: 10px;
	padding-right: 10px;
/*	overflow: auto; */
/*	background-color: #FFFFFF; */
/*	scrollbar-face-color: #FFFFCC; */
	font-size: 10pt;
	overflow: auto;
	}

#content h2 {
	text-align: center;
	}
	
#content p {
	margin-top: 5px;
	text-align: justify;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#sideBar {
	width: 125px;
	height: 375px;
	position: absolute;
	top: 175px;
	left: 10px;
	background-color: #FFFFCC;
	border-right: 1px solid #F9CE39;
	}

#sideBar #img1 {
	position: absolute;
	width: 116px;
	height: 149px;
	left: 5px;
	top: 17px;
	background-image: url(images/img_bg.gif);
	}

#sideBar #img1 img {
	position: absolute;
	left: 10px;
	top: 10px;
	}

#sideBar #img2 {
	position: absolute;
	width: 116px;
	height: 149px;
	left: 5px;
	top: 200px;
	background-image: url(images/img_bg.gif);
	}

#sideBar #img2 img {
	position: absolute;
	left: 10px;
	top: 10px;
	}

#menu {
	color: white;
	width: 100%;
	position: absolute;
	left: 400px;
	top: 0px;
	}

#menu ul	{
	clear: both;
	list-style-type: none;
	}

#menu ul li { 
	display: block;
/*	float: left;*/
	height: 19px;
	}

#menu a {
	font-size: 13px;
	text-decoration: none;
	padding-left: 20px;
	}

#menu a:link, #menu a:visited {
	color: #F9CE39;
	}

#menu a:hover, #menu a:active {
	color: #990000;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	}

#menu a.active {
	color: #990000;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	}	

table, tr, td {
	border: 1px solid black;
	text-align: center;
	}

.recitalTable table, .recitalTable tr, .recitalTable td{
        border: none;
        text-align: left;
        width: 200px;
        }

.recitalTable td {
        width: 100px%;
        }

td {
	padding: 2px;
	}

td.off {
	background-color: #666666;
	color: white;
	}

.caln {
	text-align: center;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	}

.caln_r {
	text-align: center;
	float: right;
	padding-right: 10px;
	margin-bottom: 10px;
	}

.caln_head {
	background-color: #FFFFFF;
	}

/* 
.no_date {
	background-color: #000000;
	}
*/

.mo_head {
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 5px;
	}

#footer {
	position: absolute;
	top: 550px;
	background-color: #999900;
	width: 550px;
	height: 22px;
	border-top: 5px solid #333333;
	left: 50%;
	margin-left: -275px;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
	}