#allcontent {
	width: 800px;
	padding-top: 50px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #9a4b2d;
	color: #ffccff;
}

#sidebar {
	text-align: center;
	width: 200px;
	float: left;
	margin: 10px;
	padding-left: 5px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: black;
}

.linkbox {
	font-style:		italic;
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		small;
	border-color:	#9a4b2d;
	border-width:	1px;
	border-style:	solid;
	background-color: #fffeod;
	padding:		25px;
	
}

table {
	border: thick outset gray;
	height="120"
	width="185"
}

td, th {
	border: thick outset green;
	padding: 5px;
}

.cellcolor {
	text-align: center;
	background-color: #ccff66;
	font-family: verdana;
	font-size: 70%;
}

#form {
	border-width: thin;
	border-style: solid;
	padding: 25px;
}
	

#body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-color: white;
	margin: 0px;
	background-color: #336600;
}

#header {
	background-color: #ffffcc;
	padding: 10px;
	height: 90px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid green;
}

#masthead {
	height: 100px;
	padding-left: 0px;
}

#main {
	margin: 10px;
	margin-left: 228px;
	padding: 20px;
	padding-top: 50px;
	font-size: large;
	font-color: white;
	background-color: black;
}

#main img {
	padding: 10px;
}

.subhead {
	font-weight: bold;
	text-decoration: underline;
}

.resumecenter {
	font-weight: medium;
	text-align: center;
	font-weight: bold;
}

img.floatleft {
	float: left;	
	padding: 10px 10px 10px 10px;
}

img.floatright {
	float: right;
	padding: 20px 0px 10px 10px;
}

.booktitle {
	font-style: italic;
}

.archivelist {
	font-family: Verdana, sans-serif;
	font-size: small;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-style: bold;
	font-color: blue;
}
a:link {
	color: #9a4b2d;
}

a:visited {
	color: #9a4b2d;
}

a:hover {
	color: #9a4b2d;
	font-weight: bold;
}	

.youarehere {
	font-size: 100%;	
	font-weight: bold;
	color: #9a4b2d;
}

.bolditalic {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}