#top {
	font-size: .8em;
	width: 770px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.left { float: left; }
.right { float: right; }
#bottom {
	margin-top: 20px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#bottom a {
	text-decoration: none;
	color: #666;	
	font-weight: bold;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
#bottom a:hover {
	color: #000;
}
#bottom .small {
	margin-top: 10px;
	font-size: .6em;
	color: #999;
	line-height: 1.5em;
}


.box {
	text-align: left;
	font-size: .8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: both;
}
.box_header {
	background-repeat: no-repeat; 
	width: 300px; 
	height: 38px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box_header_text {
	position: relative;
	top: 7px;
	left: 15px;
}

#header {
	padding-top: 70px;
	width: 500px;
	float: right;
}

#navcontainer {
	padding-top: 20px;
	float: left;
	width: 155px;
}
#navlist li { display: inline; }
#navlist {
	text-align:center;
	width: 7em;
	font-family: sans-serif;
	margin: 0 0 0 3em;
	padding: 0;
	border-left: 1px #999 solid;
}
#navlist a {
	width: 100%;
	display: block;
	background-color: #fff;
	text-align: left;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	margin-left: 15px;
}
#navlist a:hover { 
	padding-left: 15px;
	background-color: #FFA500; 
	color: #000;
	border-left: 15px solid #666;
	border-right: 15px solid #666;
	margin-left: 0px;
}
.images IMG {
	border: 2px solid #000;
	margin: 5px;
}

.calendar {
	border: 1px solid #333;
	border-top: 0px;
	border-right: 0px;	
	font-size: 10px;
}
.calendar td, .calendar th {
	background: #fff;
	margin: 0px; padding: 0px;
	border-right: 1px solid #666;
	border-top: 1px solid #666;	
	width: 14%;
	height: 100px;
	vertical-align: top;
}

.calendar td.special {
	background-color: #FF9900;
}
.calendar th {
	background: #ccd;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}