#title {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2AA145;
	background-repeat: repeat-x;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #330000;
}
#NAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#TITLE_bar {
	background-color: CC3333;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(sliver_BG_red.jpg);
}
body {
	background-color: #FFFFCC;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990033;
}
#BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(bg_text_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#BODY_text1 {
}
#body_title1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-transform: capitalize;
	background-color: #FFFFFF;
	padding: 5px;
}
#body_info1 {
	font-size: 12px;
	color: #333333;
}
#body_title2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-transform: capitalize;
	background-color: #FFFFFF;
	padding: 5px;
}
#body_info2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#left_calendar {
	background-color: #CCCCCC;
	padding: 5 px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-width: 1;
	height: 100%;
	width: 100%;
	padding-left: 2px;
}
#calendar_title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #999999;
	padding: 5px;
}
#calendar_info1 {
	font-size: 11px;
	padding: 5px;
}
#calendar_url1 {
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}
#calendar_date1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#calendar_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
caption.calendar-month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 2px;
}
table.calendar a{
	text-decoration: none;
	color: #333333;
}
table.calendar {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-collapse: collapse;
	text-align:center;
}
table.calendar th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
table.calendar td {
	font-size: 12px;
	padding: 2px;
}
.today {
	background-color: #00CCFF;
}
.selected {
	border: 1px solid #000000;
}
.eventday {
	text-decoration: underline;
	font-weight: bold;
}

</style>
<style type="text/css"> 
 /* Give the menu bar a width and set the margins to "auto" * so that the browser does the centering. */ ul.MenuBarHorizontal {
	width: 800px;
	margin: auto;
}  
ul.MenuBarHorizontal a {

