/* CSS Document */
body {
	background-color: rgb(225,218,153);
}

html { height: 100.02%; }

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #845D3B;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999933;
	text-decoration: none;
}

a:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999933;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #845D3B;
	text-decoration: none;
	font-weight: bold;
}


.resumehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight:800;
	font-variant: small-caps;
}

.pagehead {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
}
.sectionhead {
	font-family: "Times New Roman", Times, serif;
	color: #845D3B;
	text-decoration: none;
	font-size: 20px;
	font-style: italic;
}
.defaulthead {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
}

blockquote {
display: block;
    margin-left: 75;
    margin-right: 75;
}

.imgDisplay {
display: block;
    margin-left: auto;
    margin-right: auto;
}

.caption { font-size: 80%;
                  /*font-style:italic*/
                  text-align: center;
}