/* Start of CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-attachment: fixed;
	background-color:#F6F6F6;
	background-repeat:repeat-xy;
	border-spacing:0;
	font-size:10pt;
	margin:0 auto;
	overflow-x: hidden;
	overflow-y: scroll;
	padding:0;	
	padding-top: 0; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, ol {
	padding: 0 0 3px 30px 
}

/* End of CSS Reset */


body { }

b { font-weight: bold; }

button { background-color: #4472c4; border: 0; color: gold; padding: 7px; font-weight: bold;}



.siteMenuCont { width:100%; margin: 0;  height: 54px; background: lightgray; text-align: left; position: relative; top: 0; z-index:10;}
.siteMenu { max-height:53px; font-weight: bold; display:inline-block; margin-left: auto; margin-right: auto; }
.siteMenu ul { height:53px; padding: 0; margin:0; font-family: sitefont; z-index: 10; position:relative; list-style-type: none; vertical-align:middle; background:  transparent; list-style: none;}
.siteMenuRight { float:right; padding-right: 15px;}
.siteMenu li { height: 53px; line-height: 53px; font-size: 10pt; text-transform: uppercase; float:left; border-left: 1px #cccccc dashed; }
.siteMenu a { background-color:#white; font-size: 14pt; display:block; padding: 0 25px; line-height: 53px; color: 4472c4; text-decoration:none; }
.siteMenu a:hover { background-color:#white }

.topContainer {  max-width: 1200px; margin: 0 auto; padding-top: 0; }

.eventsTable { width: 100% }
.eventsTable tr:nth-child(4n) { background-color: white; }
.eventsTable tr:nth-child(4n -1) { background-color: white; }
.eventsTable tr:nth-child(4n -2) { background-color: lavender; }
.eventsTable tr:nth-child(4n -3) { background-color: lavender; }
.eventsTable td { padding: 5px }

