body { 
  background-color: white;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        medium;
  line-height: 1.6em;
  margin:           0px;
}

.header {
background-image: url(images/interfaceheader.png);
background-repeat: no-repeat;
height: 130px;
width: 100%;
padding:	10px 10px 0px 20px;
font-family: "gill sans", sans-serif;
color: white;
font-size: xxx-large;
text-align: center;
	
}

#sidebar {
display: table-cell;
background-color: #bee3f1;
width: 10%;
Margin:	20px;
padding: 15px;
vertical-align: top;
line-height: 1.6em;
}

#main {
Display: table-cell; 
width: 50%; 
background:       #fbfdfb top left;
  font-size:        105%;
  padding:          15px;
  Vertical-align:   top;

}
#education {
Display: table-cell;
Background-color: #D7F7D9;
Width: 20%;
Padding: 15px;
Vertical-align: top;
}


h1 {
font-family: "gill sans", sans-serif;
font-size: xx-large;
font-weight: normal;
line-height: 1.6em;
color: black;

}

h2 {
font-family: "gill sans", sans-serif;
font-size: x-large;
font-weight: normal;
color: navy;
line-height: .9;
}
h3 {
font-family: "gill sans", sans-serif;
font-size: large;
font-weight: lighter;
color: navy;
line-height: .9;
}
.img-right {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 70%;
  height: auto;
}
nav {
    background-color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
	margin: 10px 10px 0px 0px;
  padding: 10px;
  text-align: center;
}
nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}
nav ul li {
	display: inline;
	padding: 5px 10px 5px 5px;
}
nav ul li a:link, nav ul li a:visited {
	color: white;
	border-bottom: none;
	font-weight: normal;
}
nav ul li.selected {
	background-color: black;
}

a:link {
  color:           black;
  text-decoration:  none;
  border-bottom:    thin dotted black;
}
a:visited {
  color:           red;
  text-decoration:  none;
  border-bottom:    thin dotted red;
}
a:hover {
  background-color:           rgb(5, 138, 168);
  text-decoration:  none;
  border-bottom:    thin dotted red;
}

