/* subzon cascading make-em-pretty sheet */
body {
  background:#C2CFEF;
  margin: 0px;
  padding:0px;
  font-family: Georgia, "Times New Roman", times, serif;
  text-align:center;
  color:#333333;
  font-size: 12px;
  }
  
body, html { height: 100%; }

a, a:link, a:visited, a:link:visited {
  color:#000080;
  text-decoration:underline;
  }
a:hover {
  color:#7887AF;
  text-decoration:none;
  }
a img {
  border-width:0;
  }

div.container { 
	min-height: 92%;
	text-align: left;
	width: 700px;
	margin: auto;
	padding-top: 10px;
	background: #EFF4FF;
	border-right: 10px solid #000080;
}

div.head {
	width: 720px;
	vertical-align: baseline;
	text-align: left;
	margin-left: -20px;
	margin-top: 5px;
	margin-bottom: -15px;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #7887AF;
	z-index: 80;
	position: relative;
	overflow: visible;
}
	.name { margin-bottom: -20px; font-size: 60px; line-height: .8em; padding: 10px; text-decoration: none; }
	a.name:visited, a.name:link, a.name { text-decoration: none; color: #7887AF; background: none; }
	a.name:hover, a.name:link:hover, a.name:visited:hover { color: #3C6C4B; background: none; z-index: 81; }
	span.school { font-size: 12px; color: #000080; margin-top: -40px; letter-spacing: .09em; padding-left: 100px; line-height: .9em; }
div.body {
	margin-top: -115px;
	border-top: 100px solid #C2CFEF;
	z-index: 1;
	padding: 10px;
	padding-top: 40px;
	clear: left;
}
	h3 {
		font-variant: small-caps;
		font-size: 18px;
		color: #18186C;
		margin-bottom: -10px;
		margin-top: 0px;
	}	
	div.body p, div.body ul {
		line-height: 1.6em;
	}
	div.body ul { list-style-type: square; }
	div.content {
		position: relative;
		background: #EFF4FF;
	}
div.menu {
	float: right;
	z-index: 2;
	width: 360px;
	margin-top: 10px;
	text-align: right;
	margin-right: -30px;
	position: relative;
	font-size: 11px;
}
	div.menu a, div.menu a:link, div.menu a:visited, div.menu a:link:visited {
		text-decoration: none;
	}
div.footer {
	width: 708px;
	margin: auto;
	margin-top: 0px;
	font-size: 9px;
	line-height: 1.1em;
	font-family: verdana, sans-serif;
	background: #7887AF;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
	height: 20px;
}