/* CSS Document */
/* Joyce and Dreamweaver wrote this */
body
	{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	}
img
	{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	width: 900px;
	min-width: 500px;
	max-width: 900px;
	text-align: left;
	background-color: #fff;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.clearboth
	{
	clear: both;
	}
/* navigation */
#headerNav
	{
	float: left;
	width: 160px;
	padding: 0px;
	margin: 0px;
	}
	
#headerNav p
	{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 0.7em;
	font-family: "Courier New", Courier, monospace;
	}
#subheaderOne/* by */
	{
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	}
#subheaderOne  p
	{
	font-family: "Courier New", Courier, monospace;
	padding: 0px;
	margin: 0px;
	font-size: .8em;
	letter-spacing: .2em;
	}
#subheaderOne p .myName
	{
	font-family: "Courier New", Courier, monospace;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-weight: bold;
	}
#subheaderTwo/* born */
	{
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	}	
#subheaderTwo  p
	{
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	}
#subheaderTwo  p  .brackets
	{
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: bold;
	}
#subheaderThree /* imageNav selected pages only */
	{
	float: left;
	width: 600px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 130px;
	margin-right: 0px;
	padding: 0px;
	}
#subheaderThree  p
	{
	font-family: "Courier New", Courier, monospace;
	padding: 0px;
	margin: 0px;
	font-size: .7em;
	}
#subheaderThree img
	{
	margin: 0;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
#subheaderThree a 
	{
	text-decoration: none;
	color: #339;
	}
#subheaderThree a:hover 
	{
	text-decoration: none;
	color: #f00;
	}
#subheaderThree a:visited 
	{
	text-decoration: none;
	color: #36c;
	}
/* top navigation in headerNav */	
ul#navlist
	{
	font-size: 0.7em;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	}
#navlist li
	{
	list-style-type: none;
	}
#navlist a
	{
	color: #339;
	text-decoration: none;
	}
#navlist a:link, #navlist a:visited
	{
	color: #36c;
	text-decoration: none;
	}
#navlist a:hover
	{
	color: #f00;
	text-decoration: none;
	}	
#active a:link, #active a:visited, #active a:hover
	{
	color: #f00;
	text-decoration: none;
	}
/* main */
#mainContent
	{
	margin-top: 0px;
	float: left;
	width: 580px;
	margin-left: 135px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#mainContent h1
	{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.2em;
	letter-spacing: .2em;
	font-family: "Courier New", Courier, monospace;
	}
#mainContent h2
	{
	font-size: 0.8em;
	letter-spacing: .2em;
	color: #F26100;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	margin-top: 50px;
	}
#mainContent h3
	{
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 0.8em;
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
	}
#mainContent p
	{
	font-size: 0.7em;
	margin-right: 10px;
	font-family: Geneva, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	}
#mainContent p.indent
	{
	margin-left: 30px;
	list-style-type: none;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	}
#mainContent .indent2
	{
	margin-left: 40px;
	list-style-type: none;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	}
#mainContent .indent3
	{
	margin-left: 70px;
	list-style-type: none;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	}
#mainContent a 
	{
	text-decoration: none;
	color: #339;
	font-weight: bold;
	}
#mainContent a:hover 
	{
	text-decoration: none;
	color: #f00;
	font-weight: bold;
	}
#mainContent a:visited 
	{
	text-decoration: none;
	color: #36c;
	font-weight: bold;
	}
#mainContent img
	{
	margin: 0;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 10px;
	}
/* styles for form */
#mainContent form
	{
	width: 80%;
  	}
#mainContent .formInput
	{
	font-size: 0.9em;
  	}
#mainContent .button
	{
	font-size: 0.9em;
	margin-bottom: 20px;
  	}
/* END styles for form */
/* small right box */
#subContent
	{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
#subContent  p
	{
	font-size: 0.7em;
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
	}
/* footer */
#footer
	{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
#footer  p
	{
	font-size: 0.7em;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.7em;
	margin-top: 0px;
	}
#footer a 
	{
	text-decoration: none;
	color: #339;
	}
#footer a:hover 
	{
	text-decoration: none;
	color: #f00;
	}
#footer a:visited 
	{
	text-decoration: none;
	color: #36c;
	}

