@charset "UTF-8";
@import url("webfonts/Zimmer_Regular_Web/stylesheet.css");
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Zimmer Regular Web";
	font-size: medium;
	line-height: 1.3;
	height: 100%;
	width: 100%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 
	padding-right: 0px;
	padding-left: 0px;
}
a img { 
	border: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.sidebar1 h4 {
	font-size: large;
	font-weight: bold;
}
h2 {
	font-size: medium;
	font-weight: bold;
	line-height: 1.3em;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #F00;
}

.container {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}

header {
	background-color: #FFFFFF;
}

.sidebar1 {
	float: left;
	width: 30%;
	position: fixed;
	margin: 0px;
	padding: 0px;
	max-height: calc(100vh - 1rem);
      overflow-y: auto;
}
#sidetext {
	font-size: small;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1.6em;
}
.content {
	float: right;
	width: 70%;
}


footer {
	position: relative;
	clear: both;
	font-size: small;
	text-align: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	bottom: 0px;
}
.subtext {
	font-size: x-small;
	text-align: left;
	margin: 0px;
	width: 95%;
}


header, section, footer, aside, article, figure {
	display: block;
}
.content .bigbox {
	margin: 0px;
	height: auto;
	width: 100%;
	background-image: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.1%;
	padding-left: 0px;
}
.content .bigtext {
	height: auto;
	width: 85%;
	background-image: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.content .bigtitle {
	height: auto;
	width: 95%;
	background-image: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
}
.content .smallbox {
	float: left;
	width: 49.7%;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.2%;
	padding-left: 0.3%;
}
.content .smallbox1 {
	float: left;
	width: 49.7%;
	height: auto;
	font-size: x-small;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0%;
	padding-right: 0.3%;
	padding-bottom: 0.2%;
	padding-left: 0%;
}
.content section {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
img {
	height: auto;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
