@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0;
	color: #000000;
	font-size: 16px;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
}

a:link { border:none; text-decoration:none; }
a:visited { border:none; text-decoration:none; }
a:hover { border:none; text-decoration:none; }
a:active { border:none; text-decoration:none; }

a:link { color: #666; }
a:visited { color: #666; }
a:hover { color: #333; }
a:active { color: #666; }


.oneColFixCtrHdr #container {
	width: 800px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF; 
	height: 600px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:9px;
	color: #999;	
}
.calendarHead {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	letter-spacing: 95%;
	vertical-align: bottom;
	text-align: left;
}
.calendarDatePlace {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color: #000;
	letter-spacing: 95%;
	text-align: left;
}
.calendarText {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	letter-spacing: 95%;
	text-align: left;
}
.navLinks { text-align:center }
.navLinks a:link { color: #666; }
.navLinks a:visited { color: #666; }
.navLinks a:hover { color: #333; background-color:#FD0 }
.navLinks a:active { color: #666; }
