@charset "utf-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #660033;
	background-color: #04173D;
	text-align: center;
	padding-top: 20px;
}
#wrapper {
	text-align: left;
	width: 772px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-color: #B59840;
	background-image: url(../Article%20Site%20Test/images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 772px;
}
#content p {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.1;
}
#content img {
	padding: 2px;
	border: 6px ridge #816C2E;
	/*clear: both;
	margin: 0px;*/
}


#footer {
	background-image: url(../Article%20Site%20Test/images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 772px;
}

#header {
	background-image: url(../Article%20Site%20Test/images/header_bg.png);
}
#nav {
	background-image: url(../Article%20Site%20Test/images/nav_bg.png);
	height: 35px;
	width: 772px;
}
#nav ul {
	font-size: 80%;
	text-align: center;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
}
#nav li {
	display: inline;
}
#nav  li  a:link, #nav  li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #B59840;
	text-decoration: none;
	margin-top: 15px;
	margin-left: 15px;
}
#content h1 {
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 140%;
	color:  #04173D;
	text-align: center;
}
#content h2 {
	font-weight: normal;
	font-size: 120%;
	color:  #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-align: center;
}
#content   .style_90 {
	font-size: 90%;
	color: #660033;
	font-weight: bold;
}

#content span {
	position: absolute;
	left: -3000px;
}

#footer ul {
	font-size: 70%;
	text-align: center;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 17px;
	line-height: 130%;
}
#footer li {
	display: inline;
}
#footer    li    a:link, #footer    li   a:visited    {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer   li   a:hover, #footer   li   a:active, #footer li a:focus    {
	color: #B59840;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#content a:link, #content a:visited {
	color: #660033;
	text-decoration: none;
	margin: 0px;
}
#content a:hover, #content a:active, #content a:focus {
	color: #041943;
	text-decoration: none;
	margin: 0px;
}
#content h3 {
	font-size: 80%;
	font-style: italic;
}
#content .style_80i {
	font-size: 80%;
	color: #660033;
	font-weight: bold;
	font-style: italic;
}
#content .style_80 {
	font-size: 80%;
	color: #660033;
	font-weight: bold;
}
#content h4 {
	font-size: 80%;
	color: #660033;
	padding: 5px;
}
#content h5 {
	font-size: 65%;
	color: #660033;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content h6 {
	font-size: 85%;
	color: #660033;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-style: italic;
}
#content .style_100_white {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}
#content .style_100_blue {
	font-size: 100%;
	color: #04173D;
	font-weight: bold;
}
#content .style_80i_blue {
	font-size: 80%;
	color: #04173D;
	font-weight: bold;
	font-style: italic;
}
#content h2 a:link, #content h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}
#content h2 a:hover, #content h2 a:active, #content h2 a:focus {
	color: #660033;
	text-decoration: none;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}
#content .img_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content .img_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*Steve's code with edits as applicable*/
.feature {
	position:relative;
	top:0px;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	height: auto;
	width:772px;
}
html>body .feature {
	height: auto;
}
.feature img {
	float: left;
	/*padding: 2px;*/
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	/*border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #816C2E;
	border-right-color: #816C2E;
	border-bottom-color: #816C2E;
	border-left-color: #816C2E;*/
}
.feature p {
	font-size: 90%;
	color: #660033;
}

.story {
	position:relative;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: auto;
	width:772px;
}
html>body .story {
	height: auto;
}
.story img {
	float: right;
	/*padding: 2px;*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	/*border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #816C2E;
	border-right-color: #816C2E;
	border-bottom-color: #816C2E;
	border-left-color: #816C2E;*/
}
.story p {
	font-size: 90%;
	color: #660033;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightregtext {
	position:relative;
	top: 5px;
	padding: 0px;
	margin: 0px;
	width:772px;
	height: auto;
}
html>body .rightregtext {
	height: auto;
}
.rightregtext img{
	float: right;
	/*padding: 2px;*/
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	/*border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #816C2E;
	border-right-color: #816C2E;
	border-bottom-color: #816C2E;
	border-left-color: #816C2E;*/
}
.rightregtext p{
	font-size: 100%;
	color: #660033;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
html>body .leftregtext {
	height: auto;
}
.leftregtext img{
	float: left;
	/*padding: 2px;*/
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	/*border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #816C2E;
	border-right-color: #816C2E;
	border-bottom-color: #816C2E;
	border-left-color: #816C2E;*/
}
.leftregtext p{
	font-size: 100%;
	color: #660033;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
