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

body {
	width: 800px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color:#990033;
	text-decoration: underline;
	}
	
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color:black;
	text-decoration: underline;
	}
	
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color:#0066CC;
	text-decoration: underline;
	}

#container {
	width:800px;
}

#header {
	width: 800px;
	height: 530px;
}


#copyunderhead {
	float: left;
	width:550px;
	margin-left: 50px;
	margin-right: 10px;
}

#rightunderhead {
	float: left;
	width: 177px;
}

#bobbio {
	float: left;
	width: 330px;
	margin-top: 20px;
	margin-left: 35px;
	margin-right: 15px;
}

#richardbio {
	float: left;
	width: 340px;
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 20px;
}


ul {
	list-style-type:circle;
	padding: 0;
	padding: 0;
	margin-left:10px;
	}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #336633;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 4px;
}



h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #336633;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 4px;
}


h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #336633;
		text-align:left;
	margin-top: 0px;
	margin-bottom: 4px;
}


h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight:bold;
	color:#990000;
}





.BlackTextXSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
}

.BlackTextXSmallCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
	text-align:center;
}

.BlackTextXSmallBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.BlackTextXSmallItalic {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	color: #000000;
}


.BlackTextSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}

.BlackTextSmallCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	text-align:center;
}

.BlackTextSmallItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #000000;
}

.BlackTextSmallBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

.BlackTextMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}

.BlackTextMediumCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	text-align:center;
}

.BlackTextMediumItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #000000;
}

.BlackTextMediumBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

.BiueTextMediumBoldCentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color:#0099CC;
	text-align:center;
}






