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 {
	color: #444;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
}
ol, ul {
	list-style: square;
	margin: 0 0 0.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
p {
	margin: 0 0 0.5em;
	max-width: 634px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0.5em 0 0.25em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.125em;
}

h4, h5, h6 {
	font-size: 1em;
}

a, a:link, a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	font-weight: bold;
}

a:hover, a:active {
	background: #333;
	border-color: #333;
	color: #fff;
}

img {
	max-width: 100%;
}

#logo {
	padding-bottom: 0;
}

.logo {
	color: #11bad3;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
.logo b {
	font-weight: bold;
}

.banner-wrap {
	text-align: center;
	background: transparent;
	border-bottom: 1px solid #ccc;
	padding: 0 10px 1em;
	margin-bottom: 0;
}

.banner-bar {
	text-align: center;
	background: transparent;
	border-bottom: 1px solid #ccc;
	padding: 0 1em;
	margin-bottom: 1em;
	color: #333;
}

.intro {
	font-size: 1.125em;
	font-family: Arial, sans-serif;
	line-height: 1.1em;
	max-width: none;
	color: #f4f4f4;
}

.grid {
	padding: 0 20px;
}

.row {
	margin-bottom: 1em;
}

.footer {
	clear: left;
	display: block;
}

.footer {
	margin-top: 2em;
}

.footer p {
	color: #666;
}

#top {
	margin: 0 0 10px 0;
	padding: 10px 20px;
	background-color: #C0C0C0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#B0B0B0));
	background: -webkit-linear-gradient(top, #F0F0F0, #B0B0B0);
	background: -moz-linear-gradient(top, #F0F0F0, #B0B0B0);
	overflow: hidden;
}

.topimg {
	float: right;
	border: 1px solid black;
	margin: 0 0 15px 15px;
	width: 300px;
}

.datetime {
	color: #666;
	font-size: 0.90em;
	margin: 0.5em 0;
}
