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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7C0501;
	background-repeat: no-repeat;
	background-position: right top;
}
p {
	line-height: 1.5;
}
li {
	line-height: 1.5;
}



h1 {
	font-size: x-large;
	color: #972701;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: large;
	color: #CC5200;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	font-size: large;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
a:link {
	color: #7C0501;
}
a:visited {
	color: #7C0501;
}
a:hover {
	color: #CC523A;
}
a:active {
}
#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mifflinburg-rust.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 125px;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-top: 8px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}
#header {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: right;
	display: block;
	height: 53px;
}
#header h1 {
	display: inline;
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 5px;
	padding-top: 5px;
}
#header p {
	text-align: right;
	margin: 5px 5px 2px 0px;
	padding: 5px 5px 2px 0px;
}
#right_col    {
	float: right;
	width: 160px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
}
#right_col_wide {
	float: right;
	width: 650px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	padding-right: 10px;
}

#left_col    {
	float: left;
	width: 155px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-left: 2px;
}
#left_col_home    {
	float: left;
	width: 200px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
#left_col_home p  {
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 2px;
	padding-right: 0px;
	padding-left: 2px;
}

#right_col_home {
	float: right;
	width: 600px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	padding-right: 10px;
}

#center_col    {
	width: 468px;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer p  {
	line-height: normal;
	padding: 5px 0px 0px;
	margin: 5px 0px 0px;
}
#footer {
	text-align: center;
	font-size: x-small;
	background-color: #FF3701;
	clear: both;
	color: #000000;
	height: 75px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #7C0501;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 225px;
	margin-top: 10px;
}

#footer  a  {
	color: #000;
}
/* BEGIN style1 */
#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FE2900;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FE2900;
}

#navlist li a { text-decoration: none; }
.emphasis {
	font-weight: bold;
	color: #7C0501;
}
.small_txt {
	font-size: x-small;
}
#promo {
	background-color: #FBE3D2;
	padding: 5px;
	text-align: center;
	border: 1px dashed #000;
	margin-left: 5px;
	float: right;
	width: 190px;
	line-height: 115%;
}
#promo p {
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
}
