@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #951E00;
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat;
	background-position: center;
	top: 100px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E1E1E1;
}
#analysis {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container {
	width: 780px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-position: center;
	border: 15px solid #FFFFC4;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B9B9B9;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #C5B9AD;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 80px;
	font-family: "Edwardian Script ITC";
	color: #999999;
	height: 120px;
	width: 780px;
	top: auto;
	padding: 0px;
}
#attribution {
	font-size: medium;
	color: #C3B1AD;
}
#h2 {
	font-size: xx-large;
	color: #999999;
}
img {
	border: thin solid #000000;
}
#container #nav1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #999999;
}
#container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
