body{
	text-align:left;
	font: 12px Arial,Helvetica,sans-serif;
}

#header{
	height:40px;
	margin-left:0;
	margin-right:0;
	margin-top:10px;
	border-bottom: 3px silver dotted;
	text-align:left;
	font: 20px Arial,Helvetica,sans-serif;
}


#footer{
    font: 10px Arial,Helvetica,sans-serif;
    width:200px;
	
	position:absolute;
	bottom:20px;
	left:10px;
}

#menu{
  padding:3px;
  width:200px;
  height:200px;
  color:white;
  
  position:absolute;
  top:70px;
  left:10px;
  
}

#main{
	padding:3px;
	position:absolute;
	top:70px;
	left:250px;
	width:500px;
  
}

#right{
	padding:3px;
	position:absolute;
	top:70px;
	left:800px;
	width:200px;
	
}

a:link { color:black; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }
a:focus { color:black; text-decoration:underline; }
a:hover { color:black; text-decoration:underline; }
a:active { color:black; text-decoration:underline; }

a.menu:link { color:white; text-decoration:underline; }
a.menu:visited { color:white; text-decoration:underline; }
a.menu:focus { color:white; text-decoration:underline; }
a.menu:hover { color:white; text-decoration:underline; }
a.menu:active { color:white; text-decoration:underline; }

.home { background-color: #003f95; margin-top: 5px; padding: 5px; color:white;}
.calciumscoring { background-color: #003f95; margin-top: 5px; padding: 5px; color:white;}
.anatomicalstructures { background-color: #003f95; margin-top: 5px; padding: 5px;color:white;}
.plaquedetection { background-color: #003f95; margin-top: 5px; padding: 5px;color:white;}
.dualenergy { background-color: #003f95; margin-top: 5px; padding: 5px;color:white;}
.mining { background-color: #003f95; margin-top: 5px; padding: 5px;color:white;}
.mevislab { background-color: #003f95; margin-top: 5px; padding: 5px;color:white;}
.about { background-color: #003f95; margin-top: 5px; padding: 5px;color:white;}


