body{
  margin: 0;
  padding: 0;
  text-align: center;
}
#wrapper{
  margin : 0 auto;
  padding: 0;
  width: 1000px;
  text-align: left;
}
#sponsor{
  text-align: center;
}

div.img
  {
  margin:2px;
  height:auto;
  width:auto;
  float:center;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
  
#log{
	text-align: center;
	padding-left : 2em;
	padding-right : 2em;
}

#navigation {
	padding-top : 2em;
	padding-left : 1em;
}
#navigation ul{
	text-transform: uppercase;
}

#home, #honor, #edu, #exp, #pub {
	position : fixed;
	top: 0;
	bottom: 0;
	left: 20%;
	right: 0;
	overflow: auto;
	
	padding-top : 2em;
	padding-left : 1em;
	padding-right: 3em;
	padding-bottom: 1em;
}

h2, #honor h2, #edu h2, #exp h2, #pub h2{
	font-size: 1.2em;
	font-weight: bold;
	color: forestgreen;
	text-transform: uppercase;
	text-align : center; 
} 
h3 {
	font-size: 1em;
	font-weight: bold;
	text-align : center;
}
#honor h3, #pub h3{
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
}
#edu h3, #exp h3{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
}
#honor p, #edu p, #exp p{
	margin-left: 2em;
}
#edu strong, #exp strong{
	font-weight:bold;
}
#pub ol {
	margin-left: 1em;
}
#honor strong, #pub strong{
	font-style: italic;
	font-weight: normal;
}

.author{
	color: maroon;
}
.award{
	color: maroon;
	font-weight:bold;
}

A.link5{font-family:"times";font-size:1em;color:771077;text-decoration:none}
A.link5:visited{font-family:"times";font-size:1em;color:771077;text-decoration:none}
A.link5:hover{font-family:"times";font-size:1em;color:red;text-decoration:none}
A.link5:active{font-family:"times";font-size:1em;color:red;text-decoration:none;}

