@charset "UTF-8";
/* CSS Document */

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;
}

body {
	font-style: normal;
	font-weight: 400;
	color: rgba(46,45,46,1);
	background-color: rgba(255,255,255,1);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}


ol, ul {
	list-style: none;
}

li {
	display: inline-block;
	margin-right: 20px;
}
#banner {
	margin-top: 10px;
	margin-left: 10px;
	width: 90%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
}
#menu {
	margin-top: 15px;
	margin-left: 10px;
	width: 90%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#image {
	width: 90%;
	margin-top: 25px;
	margin-left: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

a:link {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:visited {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:hover {
	color: rgba(227,72,130,1);
	text-decoration: underline;
}
a:active {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
iframe {
	width: 90%;
	height: 800px;
	margin-top: 25px;
	margin-left: 10px;
}
#image123 {
	width: 90%;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 50px;
}
