*{
	margin: 0;
	padding:0;
}

#topbar{
	width:100%;
	height:10px;
	line-height:50px;
	background-color:red;
}

/* The sidebar menu */
.sidenav {
	float:right;
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 140px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    left: 0;
    background-color: #111; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 0px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #f1f1f1;
    display: block;
}

#current {
	color:black;
	background-color: white;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: red;
}

/* Style page content */
.body_text {
    margin-left: 140px; /* Same as the width of the sidebar */
    margin-top:140px;
    padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

body
{
	border: solid black;
	border-width: 0px 0px;
	background-color: #dddddd;
}

.body_text p{
	padding-bottom: 10px;
        padding-top: 10px;
}

p.contact{
	font-size:1em;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 8px;
}

h1 {
	text-align:center;
	text-height: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
}

h2 {
	padding-top: 15px;
	padding-bottom: 10px;
}

h3 {
	padding-top: 15px;
}


img.left{
	float:left;
	height: 100%;
	width:33%;
}

img.right{
	float:right;
	height: 100%;
	width:33%;
}

ul {
	display: list-item;
	margin-left: 25px;
}

.header{
	text-align:center;
	padding: 0px;
	display:block;
	width:100%;
	overflow-y: hidden;
	top: 0px;
	position:fixed;
	height:140px;
	z-index:1;
	background-color: #dddddd;
}

#subsection {
    font-size: 20px;
    padding-left: 30px;
}

#subsubsection {
    font-size: 15px;
    padding-left: 50px;
}