@charset "utf-8";
body {
	font: 100%; 
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
navbar {
	color: #000;
	text-align:center;
	font-size:13px;
	}
.eventsection {
	color: #000;
	text-align:left;
	font-size:12px;
}
.xmassection {
	color: #FF0; 
	text-align:left;
	font-size:12px;
}
body,td,th {
	color: #000;
	background-repeat: no-repeat;
	text-align: left;
}

table {
	background-repeat:no-repeat;
	
}
table {
	font-weight: normal;
}
div#nav {
	width: auto;
	text-align:center
	}
div#nav ul{
	margin: 10px 5px 0px 15px;
	font-size: 12px;
	font-weight:bold;
	color: #eeeeee;
	}
div#nav ul li {
	font-family:Arial, Helvetica, sans-serif;
	list-style: none;
	display:inline;
	margin-right: 2px;
}
div#nav a{
	color: #609;
	text-decoration: none;
	border-bottom: dotted 1px #ffffff;
	padding: 2px;
	text-align: center;
}
div#nav a:hover {
	color: #11aef1;
	border-top: dotted 1px #11aef1;
	border-bottom: dotted 1px #eeeeee;
	padding: 2px;
}
div#para {
	     margin-left: 5px;
	     font-family:Arial, Helvetica, sans-serif;
	     color: #000;
		 text-align:left;
		 font-size:14px;
		 }
.caption{
	text-align:left;
	font-size: 14pt;
	color:#F03;
}
.captionxmas{
	text-align:left;
	font-size: 14pt;
	color: #060;
}
.calnum {
	color:#000;
	text-align:left;
	vertical-align:top;
	font-size: 16pt;
}
.calnumhilit {
    text-align:left;
	vertical-align:top;
	background-color:#CF3
}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background-color:#000;
			}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
			}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#FC3;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#fff;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important; 
		text-align:left;
	}
