@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	background-color: #EFD6AD;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
#container {
	text-align: center;
	padding: 5px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #0000FF;
	background-image: url(../bg_yell.gif);
}
#container #footer {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	color: #03F;
}

#container #main_text table {
	background-color: #F7DEAD;
}
#container #main_text table tr td {
	background-color: #F7D6AD;
}
#container #bio_subject table {
	background-color: #EFCEA5;
}
#container #bio_subject table tr td {
	background-color: #F7D6AD;
}
#container #bio_details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
	padding: 10px;
}
#container #bio_details p {
	font-size: x-large;
	text-align: center;
}





#main_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: justify;
	text-indent: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#google {
	text-align: center;
	width: auto;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#menubar {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 40px;
}
#disclaimer {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	color: #0000FF;
	text-align: center;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#main {
	text-align: justify;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
}
