﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
	line-height: 1;
	background-color: #010101;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
#container {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}  
#main_page {
	background-color: #BCB364;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
#main_page h1 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #010101;
	text-align: center;
	line-height: 42px;
}
#main_page p {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	color: #010101;
	line-height: 30px;
}
#address {
	background-color: #010101;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
#address h1 {
	background-color: #EDE2D1;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #BCB364;
	text-align: center;
	line-height: 42px;
}
#address p {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	color: #BCB364;
	line-height: 30px;
	font-weight: bold;
}
#top-nav {
	height: 40px;
	margin: 16px 0px 16px 0px;
}
#top-nav ul {
	padding: 0px;
	margin: 0px;
	color: #BCB364;
	list-style: none;
}
#top-nav li {
	float: left;
	width: 140px;
	text-align: center;
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	line-height: 32px;
	margin-left: 42px;
}
#top-nav a, #top-nav a:link, #top-nav a:visited {
	color: #BCB364;
	text-decoration: none;
	display: block;
	border: 1px ridge #CCA95D;
}
#top-nav a:hover {
	background-color: #BCB364;
	color: #010101;
	display: block;
	border: 1px ridge #010101;
}
#article_body {
	background-color: #BCB364;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
#article_body h1 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #010101;
	text-align: center;
	line-height: 42px;
}
#article_body p {
	padding: 16px;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	text-align: left;
	color: #010101;
	line-height: 30px;
}
footer img {
	float: left;
}
iframe {
	width: 600px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	height: 600px;
}
#side-nav {
	height: 800px;
	width: 200px;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 8px;
}
#side-nav h1 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	line-height: 48px;
}
#side-nav ul {
}
#side-nav li {
	float: left;
	width: 190px;
	text-align: left;
	font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	line-height: 32px;
	color: #101010;
}
#side-nav a, #side-nav a:link, #side-nav a:visited {
	color: #101010;
	text-decoration: none;
	display: block;
}
#side-nav a:hover {
	background-color: #101010;
	color: #BCB364;
	display: block;
}
