body {
  margin : 0;
  padding : 5%;	
	overflow: hidden; 
  font-size: 10pt;
}


#navbar {
position: fixed;
top: 0;
bottom: 0; 
left: 0;
padding-left: 20px;
width: 175px; /*Width of frame div*/
height: 100%;
}


.content {
position: fixed;
top: 0; 
left: 175px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
padding-top: 60px; /* Set to match top of the nav bar buttons*/
padding-right: 50px;
overflow: auto; 
font-family: verdana;
font-size: 80%;
} 

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 40;
}

.innertube{
margin-left: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 20px;
}


.belowmap{
left: 10px;
padding-top: 300px;
}

.col1{
	width: 45%;
	float: left;
}

.col2{
	width: 45%;
	float: right;
}

.footer{
	clear: both;
	text-align: center;
}

img.logo {
	width: 162px;
	height: 33px;
}

img.buttons {
	width: 119px;
	height: 216px;
}

img.e_patients{
	width: 87px;
	height: 108px;
}

p {line-height: 140%;}
h3 {color: #42459D;}
li {padding: 3px;}
