/*
------------------------------------------------------------------------------
Universal Styles
------------------------------------------------------------------------------
*/

body {
	margin: .6in;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #fff;
}
hr {
	display: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
th {
	padding: 10px;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
	font-weight: normal;
}
td {
	padding: 10px;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

/*
------------------------------------------------------------------------------
Template Layouts
------------------------------------------------------------------------------
*/

#header-block,
#navigation-block,
#footer-block {
	display: none;
}
#content-block div.col1 {
	display: none;
}

/*
------------------------------------------------------------------------------
Individual Page Styles
------------------------------------------------------------------------------
*/

/* Home */

body.home #content-block div.col1 {
	display: block;
}

/* Events */

body.events #content-block td {
	width: 120px;
	height: 120px;
}
body.events #content-block td h3,
body.events #content-block td p {
	font-size: 8pt;
}
