/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Calibri, Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 12px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-align:center;
	color: #0075bd;
	margin: 16px;
}
.date_location {
	text-align:center;
	font-weight:bold;
	margin: 0 16px 16px;
}
h2 strong {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	display:block;
}
h3 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#0075bd;
	margin: 0 16px 4px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-left:16px;
	margin-bottom: 0;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

